aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/berkeleydb/db_bdb.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-10/+162
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+3
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent1-1/+1
2015-05-27blockchain_db: add a few constmoneromooo-monero1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-3/+0
2015-03-17BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget1-2/+4
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget1-2/+4
2015-03-16BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget1-3/+77
2015-03-16Initial commit of BDB BlockchainDB implementationThomas Winget1-107/+4
2015-03-16Add support for database open with flagswarptangent1-1/+1
2015-03-13BlockchainDB implementations have names nowThomas Winget1-0/+2
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-1/+1
2015-02-23BlockchainLMDB: Add support for batch transactionswarptangent1-3/+47
2015-02-23Improve block and tx processing efficiency by less repeat hashingwarptangent1-1/+2
2015-01-11Complete implementation of transaction removalwarptangent1-3/+4
2015-01-09Fix transfers (without mixins)warptangent1-0/+1
2015-01-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget1-0/+2
2015-01-04blockchain_db: add consts where appropriatemoneromooo-monero1-35/+35
2015-01-04Store output pubkeys separately, bug fixesThomas Winget1-0/+1
2015-01-04Minor bugfixes, redundancy removalThomas Winget1-0/+6
2015-01-04All LMDB BlockchainDB implemented, not testedThomas Winget1-0/+43
2015-01-04Adding block data to LMDB BlockchainDB codedThomas Winget1-2/+10
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget1-2/+56
2015-01-04Initial commit of lmdb BlockchainDB implThomas Winget1-0/+153