aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent2-2/+2
2015-05-30Merge pull request #297Riccardo Spagni1-38/+75
2015-05-30Replace hardcoded value with existing constant of same valuewarptangent1-1/+1
2015-05-30Update database resize behaviorwarptangent1-2/+20
2015-05-30Include database error in more error messageswarptangent1-35/+54
2015-05-27blockchain_db: add a few constmoneromooo-monero2-6/+6
2015-05-26Merge pull request #289Riccardo Spagni2-75/+210
2015-05-18Check if LMDB needs resize every 1000 blocksThomas Winget1-1/+1
2015-05-18null out batch txn pointer as needed (BlockchainLMDB)Thomas Winget1-4/+5
2015-05-16LMDB should now dynamically resize the mapsizeThomas Winget2-60/+187
2015-05-16Allow BlockchainLMDB to be opened in read-only modewarptangent1-2/+6
2015-05-15Move mdb_txn_safe implementation to cpp fileThomas Winget2-51/+58
2015-05-08Update log statementswarptangent1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget2-10/+1
2015-03-17Pull blockchain changes into berkeleydb branchThomas Winget2-11/+17
2015-03-16Try to not pollute cryptonote namespaceThomas Winget2-47/+47
2015-03-16Add support for database open with flagswarptangent2-3/+2
2015-03-16Add mdb_flags variable to LMDB database openwarptangent1-1/+2
2015-03-15Update and relocate comment that applies class widewarptangent1-8/+14
2015-03-13BlockchainDB implementations have names nowThomas Winget2-0/+9
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget2-0/+2122