aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/berkeleydb/db_bdb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-452/+0
2019-04-17testdb: add override keyword where missingstoffu1-1/+0
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-12-05blockchain_db: remove a couple unused functionsmoneromooo-monero1-18/+0
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-3/+3
2018-07-30blockchain_db: remove unused get_output_key variantmoneromooo-monero1-1/+1
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+2
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-2/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-14Use batch transactions when syncingHoward Chu1-1/+1
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-1/+1
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-1/+1
2016-07-13remove hf_starting_height dbmoneromooo-monero1-2/+0
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+9
2016-03-11Use boost::thread instead of std::threadHoward Chu1-4/+4
2016-02-29Merge pull request #686Riccardo Spagni1-1/+1
2016-02-23read txn/cursor stuffHoward Chu1-1/+1
2016-02-20db_bdb: add missing include for std::condition_variablemoneromooo-monero1-0/+1
2016-02-08BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent1-0/+4
2016-02-08blockchain_import: Add --drop-hard-fork commandwarptangent1-0/+1
2016-01-15Fix hf when import with verify offHoward Chu1-0/+1
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-26BlockchainDB: skip fixup check if read-only databasewarptangent1-0/+3
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-14/+14
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+4
2015-12-05blockchain_db: make the indexing base a BlockchainDB virtual functionmoneromooo-monero1-0/+2
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-12/+0
2015-10-26db_bdb: add versioning, to detect incompatible format changesmoneromooo-monero1-0/+2
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+5
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-0/+10
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero1-2/+0
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-10/+162
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+3
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-3/+0
2015-03-17BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget1-2/+4
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget1-2/+4
2015-03-16BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget1-3/+77
2015-03-16Initial commit of BDB BlockchainDB implementationThomas Winget1-0/+213