| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #948 | Riccardo Spagni | 2016-08-11 | 3 | -9/+28 |
| |\ | |||||
| | * | new unlocked parameter to output_histogram | moneromooo-monero | 2016-08-01 | 3 | -9/+28 |
| * | | db_lmdb: errors dropping hf starting height db on reset are not fatal | moneromooo-monero | 2016-08-10 | 1 | -2/+1 |
| |/ | |||||
| * | db_lmdb: add some missing api call checks | moneromooo-monero | 2016-07-26 | 1 | -14/+31 |
| * | remove hf_starting_height db | moneromooo-monero | 2016-07-13 | 5 | -127/+2 |
| * | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 2016-04-29 | 4 | -760/+1209 |
| |\ | |||||
| | * | Another take on migration | Howard Chu | 2016-04-24 | 2 | -580/+104 |
| | * | Migration | Howard Chu | 2016-04-08 | 2 | -5/+1049 |
| | * | Merge branch 'performance' into master | Howard Chu | 2016-04-05 | 4 | -746/+627 |
| | |\ | |||||
| | | * | Cleanup | Howard Chu | 2016-04-05 | 3 | -24/+65 |
| | | * | Cleanup and clarify | Howard Chu | 2016-04-05 | 4 | -146/+129 |
| | | * | Use cursors in some remove functions | Howard Chu | 2016-04-05 | 1 | -7/+33 |
| | | * | Use DUPFIXED for block_info and output_txs | Howard Chu | 2016-04-05 | 2 | -56/+46 |
| | | * | More outputs consolidation | Howard Chu | 2016-04-05 | 2 | -489/+261 |
| | | * | Use DUPFIXED for output_keys | Howard Chu | 2016-04-05 | 1 | -23/+37 |
| | | * | Use DUPFIXED for tx_indices | Howard Chu | 2016-04-05 | 1 | -50/+60 |
| | | * | Use DUPFIXED for block_heights | Howard Chu | 2016-04-05 | 1 | -22/+29 |
| | | * | Use DUPFIXED for spent_keys | Howard Chu | 2016-04-05 | 1 | -23/+18 |
| | | * | Add back changes from revert. | warptangent | 2016-04-05 | 1 | -19/+2 |
| | | * | Use MDB_APPEND mode with two tx subdbs | warptangent | 2016-04-05 | 1 | -2/+2 |
| | | * | Schema update: tx_indices - consolidate the tx subdbs from 5 to 3 | warptangent | 2016-04-05 | 3 | -75/+56 |
| | | * | Schema update: tx_indices - yet less indirection | warptangent | 2016-04-05 | 4 | -20/+15 |
| | | * | Schema update: tx_indices - improve further with less indirection | warptangent | 2016-04-05 | 3 | -19/+53 |
| | | * | Add batch warning for further review | warptangent | 2016-04-05 | 1 | -0/+4 |
| | | * | Schema update: tx_indices | warptangent | 2016-04-05 | 2 | -32/+109 |
| | | * | Consolidated block info | Howard Chu | 2016-04-05 | 2 | -94/+62 |
| | | * | Update schema for "tx_outputs" to use array containing amount output indices | warptangent | 2016-04-05 | 4 | -119/+131 |
| * | | | add a --max-concurrency flag | moneromooo-monero | 2016-04-28 | 1 | -1/+1 |
| |/ / | |||||
| * | | Detect map resize failures | Howard Chu | 2016-03-30 | 1 | -1/+3 |
| * | | New RPC and daemon command to get output histogram | moneromooo-monero | 2016-03-26 | 5 | -0/+91 |
| * | | Merge pull request #749 | Riccardo Spagni | 2016-03-25 | 1 | -155/+937 |
| * | | Revert "Merge pull request #749" | Riccardo Spagni | 2016-03-25 | 1 | -937/+155 |
| * | | Update BlockchainDB documentation | Thomas Winget | 2016-03-24 | 1 | -155/+937 |
| * | | Revert "Print stack trace upon exceptions" | moneromooo-monero | 2016-03-21 | 1 | -2/+1 |
| * | | Merge pull request #738 | Riccardo Spagni | 2016-03-20 | 1 | -40/+47 |
| |\ \ | |||||
| | * | | db_lmdb: include the error codes from lmdb api in error logs | moneromooo-monero | 2016-03-20 | 1 | -40/+47 |
| * | | | Print stack trace upon exceptions | moneromooo-monero | 2016-03-19 | 1 | -1/+2 |
| |/ / | |||||
| * | | Reduce log noise | Howard Chu | 2016-03-19 | 1 | -2/+3 |
| * | | Add destructor for readtxns | Howard Chu | 2016-03-16 | 2 | -10/+21 |
| * | | Small cleanups | Howard Chu | 2016-03-15 | 1 | -24/+28 |
| * | | More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab | Howard Chu | 2016-03-15 | 1 | -22/+22 |
| * | | Merge pull request #723 | Riccardo Spagni | 2016-03-14 | 2 | -21/+21 |
| |\ \ | |||||
| | * | | avoid some val copies | Howard Chu | 2016-03-14 | 2 | -21/+21 |
| * | | | Hack for read/write txn mixup | Howard Chu | 2016-03-14 | 2 | -42/+31 |
| |/ / | |||||
| * | | Merge pull request #712 | Riccardo Spagni | 2016-03-11 | 3 | -5/+6 |
| |\ \ | |||||
| | * | | Need to link boost::chrono in more places now | Howard Chu | 2016-03-11 | 1 | -0/+1 |
| | * | | Use boost::thread instead of std::thread | Howard Chu | 2016-03-11 | 2 | -5/+5 |
| | |/ | |||||
| * / | More for bdec7cb | Howard Chu | 2016-03-09 | 1 | -14/+14 |
| |/ | |||||
| * | Merge pull request #700 | Riccardo Spagni | 2016-03-05 | 1 | -33/+34 |
| |\ | |||||
| | * | BlockchainLMDB: Use DB error helper consistently | warptangent | 2016-03-03 | 1 | -28/+27 |
