aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/berkeleydb/db_bdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-2296/+0
* testdb: add override keyword where missingstoffu2019-04-171-30/+0
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Make get_output_key method constmoneroexamples2019-01-071-2/+2
* blockchain_db: remove a couple unused functionsmoneromooo-monero2018-12-051-23/+0
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-5/+5
* add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+5
* db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-2/+2
* blockchain_db: initialize m_open in base class ctormoneromooo-monero2018-02-021-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
* Use batch transactions when syncingHoward Chu2017-01-141-1/+2
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+4
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-1/+1
* remove hf_starting_height dbmoneromooo-monero2016-07-131-28/+0
* add a --max-concurrency flagmoneromooo-monero2016-04-281-1/+1
* New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+6
* Use boost::thread instead of std::threadHoward Chu2016-03-111-1/+1
* Merge pull request #686Riccardo Spagni2016-02-291-1/+1
|\
| * read txn/cursor stuffHoward Chu2016-02-231-1/+1
* | BlockchainBDB: Check if hard fork subdbs need resetwarptangent2016-02-181-1/+50
* | BlockchainBDB: Support blockchain_import --drop-hard-fork commandwarptangent2016-02-181-3/+35
|/
* Shutup about VERSION 0Howard Chu2016-02-171-1/+3
* Make HardFork object available to BlockchainDB and derived DB implementationswarptangent2016-02-081-0/+2
* BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent2016-02-081-0/+15
* blockchain_import: Add --drop-hard-fork commandwarptangent2016-02-081-0/+5
* berkeleydb: fix delete/free mismatchmoneromooo-monero2016-02-031-2/+2
* BlockchainBDB: Continue when tx has no outputswarptangent2016-01-281-3/+5
* BlockchainBDB: When removing, find amount output index fast by starting at endwarptangent2016-01-281-10/+33
* BlockchainBDB: Remove tx outputs in reverse orderwarptangent2016-01-281-4/+14
* OpenBSD support for Monero.me0wmix2016-01-211-1/+3
* Fix hf when import with verify offHoward Chu2016-01-151-0/+5
* fixed copyrights with bad year referencesRiccardo Spagni2015-12-311-1/+1
* BlockchainDB: skip fixup check if read-only databasewarptangent2015-12-261-0/+6
* db: throw when given a non txout_to_key output to addmoneromooo-monero2015-12-251-0/+4
* Add missing semicolons after log statementsmoneromooo-monero2015-12-191-3/+3
* db_bdb: implement BlockchainBDB::resetmoneromooo-monero2015-12-131-1/+40
* db_bdb: create all needed directories, not just the leaf onemoneromooo-monero2015-12-131-1/+1
* Merge pull request #524Riccardo Spagni2015-12-081-3/+3
|\
| * db_bdb: move log_set_config call before openmoneromooo-monero2015-12-071-3/+3
* | Merge pull request #523Riccardo Spagni2015-12-081-0/+34
|\ \
| * | db_bdb: support for libdb without DB_FORCESYNCmoneromooo-monero2015-12-071-0/+34
| |/
* / blockchain_db: fixup missing key images in early DB versionmoneromooo-monero2015-12-061-0/+6
|/
* db_bdb: read 32 bit heights from keysmoneromooo-monero2015-12-041-1/+1
* Revert "db_bdb: record numbers for recno databases start at 1"moneromooo-monero2015-11-131-3/+3
* Remove some old/obsolete/unused codemoneromooo-monero2015-10-271-16/+0
* db_bdb: add versioning, to detect incompatible format changesmoneromooo-monero2015-10-261-0/+81
* Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero2015-10-251-0/+120
* db_bdb: record numbers for recno databases start at 1moneromooo-monero2015-10-251-3/+3