summaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
* Add destructor for readtxnsHoward Chu2016-03-162-10/+21
* Small cleanupsHoward Chu2016-03-151-24/+28
* More for 92dd4ec6d6251b15954002e72a7c7faa5059a3abHoward Chu2016-03-151-22/+22
* Merge pull request #723Riccardo Spagni2016-03-142-21/+21
|\
| * avoid some val copiesHoward Chu2016-03-142-21/+21
* | Hack for read/write txn mixupHoward Chu2016-03-142-42/+31
|/
* Merge pull request #712Riccardo Spagni2016-03-113-5/+6
|\
| * Need to link boost::chrono in more places nowHoward Chu2016-03-111-0/+1
| * Use boost::thread instead of std::threadHoward Chu2016-03-112-5/+5
* | More for bdec7cbHoward Chu2016-03-091-14/+14
|/
* Merge pull request #700Riccardo Spagni2016-03-051-33/+34
|\
| * BlockchainLMDB: Use DB error helper consistentlywarptangent2016-03-031-28/+27
| * BlockchainLMDB: Add DB error to exceptionwarptangent2016-03-031-5/+7
* | Merge pull request #698Riccardo Spagni2016-03-051-57/+14
|\ \
| * | Get rid of lmdb_curHoward Chu2016-03-031-57/+14
| |/
* / More for df239428c0f43e2664f2be273996a734ca12c686Howard Chu2016-03-031-0/+6
|/
* Make partial revert consistentwarptangent2016-03-011-1/+1
* Revert part of 7db89ed2eee2ce31f039783323d665fe7c24d441warptangent2016-02-291-2/+14
* BlockchainLMDB: Add height and db error to exceptionwarptangent2016-02-291-1/+1
* Merge pull request #686Riccardo Spagni2016-02-296-185/+340
|\
| * ARMv7: fix unaligned accessesHoward Chu2016-02-251-20/+15
| * read txn/cursor stuffHoward Chu2016-02-236-165/+325
* | db_bdb: add missing include for std::condition_variablemoneromooo-monero2016-02-201-0/+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
|/
* Use MDB_PREV_MULTIPLEHoward Chu2016-02-171-11/+40
* Fixup after lmdb master resyncHoward Chu2016-02-171-6/+6
* Shutup about VERSION 0Howard Chu2016-02-172-2/+6
* Use cursor in get_output_keyHoward Chu2016-02-171-1/+2
* Use MDB_APPEND mode where possibleHoward Chu2016-02-171-5/+9
* Use cursors in write txnsHoward Chu2016-02-172-22/+100
* Keep a running blocksize countHoward Chu2016-02-172-0/+15
* Win32 import batchsize tweaksHoward Chu2016-02-171-3/+6
* Merge pull request #657Riccardo Spagni2016-02-132-12/+50
|\
| * BlockchainLMDB: Deal with DB exceptions at block level with particularitywarptangent2016-02-132-2/+21
| * BlockchainLMDB: Add sanity check for inconsistent statewarptangent2016-02-131-2/+13
| * BlockchainLMDB: Call destructor on allocated txn if setup failswarptangent2016-02-131-0/+8
| * BlockchainLMDB: Replace remaining txn pointer NULLs with nullptrwarptangent2016-02-131-9/+9
* | blockchain_db: pass hard fork object as a simple pointermoneromooo-monero2016-02-082-2/+2
|/
* Move HardFork DB update to BlockchainDB::add_block()warptangent2016-02-081-0/+1
* Make HardFork object available to BlockchainDB and derived DB implementationswarptangent2016-02-084-0/+16
* BlockchainDB/LMDB: Refactor block-scope DB txn handling for add blockwarptangent2016-02-082-20/+10
* BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent2016-02-085-0/+65
* BlockchainLMDB: Allow two HardFork functions to update DB during block addwarptangent2016-02-081-4/+4
* BlockchainLMDB: extract txn macros used during block add/removewarptangent2016-02-081-0/+26
* fake_core: Check if hard fork subdbs need reset at startwarptangent2016-02-081-2/+8
* blockchain_import: Add --drop-hard-fork commandwarptangent2016-02-085-0/+21
* 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