aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/berkeleydb/db_bdb.h (unfollow)
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-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-107/+4
2015-03-16Add support for database open with flagswarptangent1-1/+1
2015-03-13BlockchainDB implementations have names nowThomas Winget1-0/+2
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-1/+1
2015-02-23BlockchainLMDB: Add support for batch transactionswarptangent1-3/+47
2015-02-23Improve block and tx processing efficiency by less repeat hashingwarptangent1-1/+2
2015-01-11Complete implementation of transaction removalwarptangent1-3/+4
2015-01-09Fix transfers (without mixins)warptangent1-0/+1
2015-01-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget1-0/+2
2015-01-04blockchain_db: add consts where appropriatemoneromooo-monero1-35/+35
2015-01-04Store output pubkeys separately, bug fixesThomas Winget1-0/+1
2015-01-04Minor bugfixes, redundancy removalThomas Winget1-0/+6
2015-01-04All LMDB BlockchainDB implemented, not testedThomas Winget1-0/+43
2015-01-04Adding block data to LMDB BlockchainDB codedThomas Winget1-2/+10
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget1-2/+56
2015-01-04Initial commit of lmdb BlockchainDB implThomas Winget1-0/+153