aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/berkeleydb/db_bdb.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-2296/+0
2019-04-17testdb: add override keyword where missingstoffu1-30/+0
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-07Make get_output_key method constmoneroexamples1-2/+2
2018-12-05blockchain_db: remove a couple unused functionsmoneromooo-monero1-23/+0
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-5/+5
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+5
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-2/+2
2018-02-02blockchain_db: initialize m_open in base class ctormoneromooo-monero1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-14Use batch transactions when syncingHoward Chu1-1/+2
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-1/+4
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-1/+1
2016-07-13remove hf_starting_height dbmoneromooo-monero1-28/+0
2016-04-28add a --max-concurrency flagmoneromooo-monero1-1/+1
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+6
2016-03-11Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-02-29Merge pull request #686Riccardo Spagni1-1/+1
2016-02-23read txn/cursor stuffHoward Chu1-1/+1
2016-02-18BlockchainBDB: Check if hard fork subdbs need resetwarptangent1-1/+50
2016-02-18BlockchainBDB: Support blockchain_import --drop-hard-fork commandwarptangent1-3/+35
2016-02-17Shutup about VERSION 0Howard Chu1-1/+3
2016-02-08Make HardFork object available to BlockchainDB and derived DB implementationswarptangent1-0/+2
2016-02-08BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent1-0/+15
2016-02-08blockchain_import: Add --drop-hard-fork commandwarptangent1-0/+5
2016-02-03berkeleydb: fix delete/free mismatchmoneromooo-monero1-2/+2
2016-01-28BlockchainBDB: Continue when tx has no outputswarptangent1-3/+5
2016-01-28BlockchainBDB: When removing, find amount output index fast by starting at endwarptangent1-10/+33
2016-01-28BlockchainBDB: Remove tx outputs in reverse orderwarptangent1-4/+14
2016-01-21OpenBSD support for Monero.me0wmix1-1/+3
2016-01-15Fix hf when import with verify offHoward Chu1-0/+5
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-26BlockchainDB: skip fixup check if read-only databasewarptangent1-0/+6
2015-12-25db: throw when given a non txout_to_key output to addmoneromooo-monero1-0/+4
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-3/+3
2015-12-13db_bdb: implement BlockchainBDB::resetmoneromooo-monero1-1/+40
2015-12-13db_bdb: create all needed directories, not just the leaf onemoneromooo-monero1-1/+1
2015-12-08Merge pull request #524Riccardo Spagni1-3/+3
2015-12-08Merge pull request #523Riccardo Spagni1-0/+34
2015-12-07db_bdb: move log_set_config call before openmoneromooo-monero1-3/+3
2015-12-07db_bdb: support for libdb without DB_FORCESYNCmoneromooo-monero1-0/+34
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+6
2015-12-04db_bdb: read 32 bit heights from keysmoneromooo-monero1-1/+1
2015-11-13Revert "db_bdb: record numbers for recno databases start at 1"moneromooo-monero1-3/+3
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-16/+0
2015-10-26db_bdb: add versioning, to detect incompatible format changesmoneromooo-monero1-0/+81
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+120
2015-10-25db_bdb: record numbers for recno databases start at 1moneromooo-monero1-3/+3
2015-10-25db_bdb: DB_KEYEMPTY is also not found for non-top recon fieldsmoneromooo-monero1-2/+2
2015-10-25blockchain_db: use the DNE exceptions where appropriatemoneromooo-monero1-8/+10
2015-10-04db_bdb: fix hard fork keysmoneromooo-monero1-4/+4
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-0/+75
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero1-13/+0
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-459/+445
2015-07-15Update db_bdb.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-7/+5
2015-07-15Update db_bdb.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-72/+72
2015-07-15Update db_bdb.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1154/+1166
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-18/+210
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent1-1/+1
2015-05-27blockchain_db: add a few constmoneromooo-monero1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-7/+0
2015-03-17BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget1-18/+16
2015-03-17BlockchainBDB passes unit testsThomas Winget1-1/+4
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget1-185/+194
2015-03-16BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget1-6/+1227
2015-03-16Initial commit of BDB BlockchainDB implementationThomas Winget1-0/+465