aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Fix formattingwarptangent1-6/+5
2015-02-23Fix log statementwarptangent1-1/+1
2015-02-23Remove unused variablewarptangent1-1/+0
2015-02-23Add log statementwarptangent1-0/+1
2015-02-23Add and extend log statementswarptangent1-6/+10
2015-02-22Revert "Bounds error, should fix #27"warptangent1-1/+1
2015-02-20Bounds error, should fix #27Thomas Winget1-1/+1
2015-01-11Complete implementation of transaction removalwarptangent1-18/+87
2015-01-09Fix transfers to support mixinswarptangent1-2/+41
2015-01-09Fix transfers (without mixins)warptangent1-0/+79
2015-01-09throw inline functions need to keep exception typeThomas Winget1-3/+5
2015-01-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget1-16/+30
2015-01-04db_lmdb: fix global index calculation off by 1moneromooo-monero1-1/+1
2015-01-04db_lmdb: remove redundant checksmoneromooo-monero1-10/+4
2015-01-04db_lmdb: do not give the group database write permissionsmoneromooo-monero1-1/+1
2015-01-04db_lmdb: catch attempt to remove block from an empty blockchainmoneromooo-monero1-0/+3
2015-01-04db_lmdb: factor all the log+throw code pathsmoneromooo-monero1-485/+138
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