aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/BlockchainDB_impl (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09throw inline functions need to keep exception typeThomas Winget1-3/+5
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-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget2-16/+32
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-monero2-90/+90
2015-01-04raised maximum mapsize for lmdb to ~16GBThomas Winget1-1/+1
2015-01-04Store output pubkeys separately, bug fixesThomas Winget2-9/+54
2015-01-04Minor bugfixes, redundancy removalThomas Winget2-9/+103
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 Winget2-135/+900
2015-01-04LMDB blockchain: remove outputs and spent keysThomas Winget1-0/+63
2015-01-04Adding block data to LMDB BlockchainDB codedThomas Winget2-7/+223
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget2-30/+405
2015-01-04Initial commit of lmdb BlockchainDB implThomas Winget2-0/+472