aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Check if LMDB needs resize every 1000 blocksThomas Winget2015-05-181-1/+1
| * null out batch txn pointer as needed (BlockchainLMDB)Thomas Winget2015-05-181-4/+5
| * LMDB should now dynamically resize the mapsizeThomas Winget2015-05-161-59/+153
| * Move mdb_txn_safe implementation to cpp fileThomas Winget2015-05-151-0/+54
* | Allow BlockchainLMDB to be opened in read-only modewarptangent2015-05-161-2/+6
|/
* Update log statementswarptangent2015-05-081-1/+1
* Steps toward multiple dbs available -- workingThomas Winget2015-03-251-7/+0
* Pull blockchain changes into berkeleydb branchThomas Winget2015-03-171-10/+16
|\
| * Add support for database open with flagswarptangent2015-03-161-2/+1
| * Add mdb_flags variable to LMDB database openwarptangent2015-03-161-1/+2
| * Update and relocate comment that applies class widewarptangent2015-03-151-8/+14
* | Try to not pollute cryptonote namespaceThomas Winget2015-03-161-36/+36
|/
* BlockchainDB implementations have names nowThomas Winget2015-03-131-0/+7
* Moved BlockchainDB into its own src/ subfolderThomas Winget2015-03-061-0/+1808