aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* db_lmdb: fix global index calculation off by 1moneromooo-monero2015-01-041-1/+1
* db_lmdb: remove redundant checksmoneromooo-monero2015-01-041-10/+4
* blockchain_converter: add --testnet for converting testnet blockchainmoneromooo-monero2015-01-041-1/+6
* Fixes a bug with getting output metadata from BlockchainDBThomas Winget2015-01-044-17/+37
* update comments to reflect changed codeThomas Winget2015-01-041-4/+1
* db_lmdb: do not give the group database write permissionsmoneromooo-monero2015-01-041-1/+1
* db_lmdb: catch attempt to remove block from an empty blockchainmoneromooo-monero2015-01-041-0/+3
* db_lmdb: factor all the log+throw code pathsmoneromooo-monero2015-01-041-485/+138
* db_lmdb: factor the MDB_val setup codemoneromooo-monero2015-01-041-197/+74
* blockchain_converter: a bit more user friendly outputmoneromooo-monero2015-01-041-2/+9
* blockchain_converter: only call data path function oncemoneromooo-monero2015-01-041-5/+4
* blockchain: do not append "testnet" to the data directorymoneromooo-monero2015-01-041-6/+0
* db_lmdb: remove block timestamp too when removing a blockmoneromooo-monero2015-01-041-0/+6
* db_lmdb: do not cast const awaymoneromooo-monero2015-01-041-13/+13
* blockchain: fix wallet syncing from scratchmoneromooo-monero2015-01-041-1/+2
* db_lmdb: do not keep a dangling pointer to stack objectsmoneromooo-monero2015-01-041-0/+4
* db_lmdb: make cursor internal members privatemoneromooo-monero2015-01-041-0/+1
* blockchain_storage: refactor genesis block creationmoneromooo-monero2015-01-042-16/+6
* blockchain_storage: add consts where appropriatemoneromooo-monero2015-01-042-110/+110
* blockchain_converter: delete blockchain on succesful exitmoneromooo-monero2015-01-041-0/+1
* checkpoints: add consts where appropriatemoneromooo-monero2015-01-042-7/+7
* blockchain: add consts where appropriatemoneromooo-monero2015-01-042-84/+84
* blockchain_db: add consts where appropriatemoneromooo-monero2015-01-043-119/+119
* blockchain_db: factor some exception codemoneromooo-monero2015-01-041-148/+48
* blockchain_converter: use the actual blockchain locationmoneromooo-monero2015-01-041-3/+5
* build: add liblmdb to the cmake autodetection systemmoneromooo-monero2015-01-041-1/+1
* extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget2015-01-041-1/+1
* raised maximum mapsize for lmdb to ~16GBThomas Winget2015-01-041-1/+1
* more blockchain height-related fixes, syncing other nodes code this timeThomas Winget2015-01-041-4/+4
* ~ didn't work, need hard path. debug print.Thomas Winget2015-01-041-3/+5
* very, VERY primitive blockchain converterThomas Winget2015-01-045-14/+171
* add new checkpointing behavior to Blockchain classThomas Winget2015-01-042-3/+78
* Store output pubkeys separately, bug fixesThomas Winget2015-01-042-9/+54
* Minor bugfixes, redundancy removalThomas Winget2015-01-043-10/+104
* moar bug fixes, removed debug printsThomas Winget2015-01-042-8/+4
* BlockchainLMDB seems to be working*!Thomas Winget2015-01-043-141/+155
* some bug fixes, but still needs workThomas Winget2015-01-043-35/+73
* Minor bug fixes and debug printsThomas Winget2015-01-042-6/+122
* minor fixes to Blockchain.cppThomas Winget2015-01-042-3/+7
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-048-24/+58
* All LMDB BlockchainDB implemented, not testedThomas Winget2015-01-042-135/+900
* LMDB blockchain: remove outputs and spent keysThomas Winget2015-01-041-0/+63
* Adding block data to LMDB BlockchainDB codedThomas Winget2015-01-043-8/+258
* Parts of LMDB impl of BlockchainDB done and workingThomas Winget2015-01-044-69/+431
* Initial commit of lmdb BlockchainDB implThomas Winget2015-01-042-0/+472
* Initial commit of BlockchainDB tests, other miscThomas Winget2015-01-042-6/+25
* update new blockchain to build with new changesThomas Winget2015-01-042-13/+34
* stupid past me, fixing typos and shit...Thomas Winget2015-01-041-21/+21
* missing typedefThomas Winget2015-01-041-0/+3
* import of BlockchainDB filesThomas Winget2015-01-044-0/+3003