aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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