aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-04db_lmdb: factor the MDB_val setup codemoneromooo-monero1-197/+74
2015-01-04db_lmdb: remove block timestamp too when removing a blockmoneromooo-monero1-0/+6
2015-01-04db_lmdb: do not cast const awaymoneromooo-monero1-13/+13
2015-01-04db_lmdb: do not keep a dangling pointer to stack objectsmoneromooo-monero1-0/+4
2015-01-04db_lmdb: make cursor internal members privatemoneromooo-monero1-0/+1
2015-01-04blockchain_db: add consts where appropriatemoneromooo-monero1-55/+55
2015-01-04raised maximum mapsize for lmdb to ~16GBThomas Winget1-1/+1
2015-01-04Store output pubkeys separately, bug fixesThomas Winget1-9/+53
2015-01-04Minor bugfixes, redundancy removalThomas Winget1-9/+97
2015-01-04moar bug fixes, removed debug printsThomas Winget1-3/+0
2015-01-04BlockchainLMDB seems to be working*!Thomas Winget1-58/+64
2015-01-04some bug fixes, but still needs workThomas Winget1-2/+21
2015-01-04Minor bug fixes and debug printsThomas Winget1-0/+56
2015-01-04minor fixes to Blockchain.cppThomas Winget1-1/+1
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-0/+1
2015-01-04All LMDB BlockchainDB implemented, not testedThomas Winget1-135/+857
2015-01-04LMDB blockchain: remove outputs and spent keysThomas Winget1-0/+63
2015-01-04Adding block data to LMDB BlockchainDB codedThomas Winget1-5/+213
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget1-28/+349
2015-01-04Initial commit of lmdb BlockchainDB implThomas Winget1-0/+319