aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #948Riccardo Spagni2016-08-113-9/+28
|\
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-013-9/+28
* | db_lmdb: errors dropping hf starting height db on reset are not fatalmoneromooo-monero2016-08-101-2/+1
|/
* db_lmdb: add some missing api call checksmoneromooo-monero2016-07-261-14/+31
* remove hf_starting_height dbmoneromooo-monero2016-07-135-127/+2
* Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-294-760/+1209
|\
| * Another take on migrationHoward Chu2016-04-242-580/+104
| * MigrationHoward Chu2016-04-082-5/+1049
| * Merge branch 'performance' into masterHoward Chu2016-04-054-746/+627
| |\
| | * CleanupHoward Chu2016-04-053-24/+65
| | * Cleanup and clarifyHoward Chu2016-04-054-146/+129
| | * Use cursors in some remove functionsHoward Chu2016-04-051-7/+33
| | * Use DUPFIXED for block_info and output_txsHoward Chu2016-04-052-56/+46
| | * More outputs consolidationHoward Chu2016-04-052-489/+261
| | * 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-053-75/+56
| | * Schema update: tx_indices - yet less indirectionwarptangent2016-04-054-20/+15
| | * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-053-19/+53
| | * Add batch warning for further reviewwarptangent2016-04-051-0/+4
| | * Schema update: tx_indiceswarptangent2016-04-052-32/+109
| | * Consolidated block infoHoward Chu2016-04-052-94/+62
| | * Update schema for "tx_outputs" to use array containing amount output indiceswarptangent2016-04-054-119/+131
* | | add a --max-concurrency flagmoneromooo-monero2016-04-281-1/+1
|/ /
* | Detect map resize failuresHoward Chu2016-03-301-1/+3
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-265-0/+91
* | Merge pull request #749Riccardo Spagni2016-03-251-155/+937
* | Revert "Merge pull request #749"Riccardo Spagni2016-03-251-937/+155
* | Update BlockchainDB documentationThomas Winget2016-03-241-155/+937
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-2/+1
* | Merge pull request #738Riccardo Spagni2016-03-201-40/+47
|\ \
| * | db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero2016-03-201-40/+47
* | | Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+2
|/ /
* | Reduce log noiseHoward Chu2016-03-191-2/+3
* | 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