aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * CleanupHoward Chu2016-04-051-18/+64
| * Cleanup and clarifyHoward Chu2016-04-051-102/+86
| * Use cursors in some remove functionsHoward Chu2016-04-051-7/+33
| * Use DUPFIXED for block_info and output_txsHoward Chu2016-04-051-55/+46
| * More outputs consolidationHoward Chu2016-04-051-468/+256
| * Use DUPFIXED for output_keysHoward Chu2016-04-051-23/+37
| * Use DUPFIXED for tx_indicesHoward Chu2016-04-051-50/+60
| * Use DUPFIXED for block_heightsHoward Chu2016-04-051-22/+29
| * Use DUPFIXED for spent_keysHoward Chu2016-04-051-23/+18
| * Add back changes from revert.warptangent2016-04-051-19/+2
| * Use MDB_APPEND mode with two tx subdbswarptangent2016-04-051-2/+2
| * Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent2016-04-051-67/+47
| * Schema update: tx_indices - yet less indirectionwarptangent2016-04-051-14/+9
| * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-14/+46
| * Add batch warning for further reviewwarptangent2016-04-051-0/+4
| * Schema update: tx_indiceswarptangent2016-04-051-32/+104
| * Consolidated block infoHoward Chu2016-04-051-74/+58
| * Update schema for "tx_outputs" to use array containing amount output indiceswarptangent2016-04-051-112/+87
* | Detect map resize failuresHoward Chu2016-03-301-1/+3
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+57
* | db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero2016-03-201-40/+47
* | Reduce log noiseHoward Chu2016-03-191-2/+3
* | Add destructor for readtxnsHoward Chu2016-03-161-9/+18
* | Small cleanupsHoward Chu2016-03-151-24/+28
* | More for 92dd4ec6d6251b15954002e72a7c7faa5059a3abHoward Chu2016-03-151-22/+22
* | Merge pull request #723Riccardo Spagni2016-03-141-18/+18
|\ \
| * | avoid some val copiesHoward Chu2016-03-141-18/+18
* | | Hack for read/write txn mixupHoward Chu2016-03-141-41/+29
|/ /
* / 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
* ARMv7: fix unaligned accessesHoward Chu2016-02-251-20/+15
* read txn/cursor stuffHoward Chu2016-02-231-136/+259
* 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-171-1/+3
* 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-171-22/+58
* Keep a running blocksize countHoward Chu2016-02-171-0/+13
* Win32 import batchsize tweaksHoward Chu2016-02-171-3/+6
* BlockchainLMDB: Deal with DB exceptions at block level with particularitywarptangent2016-02-131-2/+13
* BlockchainLMDB: Add sanity check for inconsistent statewarptangent2016-02-131-2/+13