aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Another take on migrationHoward Chu2016-04-242-580/+104
* MigrationHoward Chu2016-04-082-5/+1049
* Merge branch 'performance' into masterHoward Chu2016-04-055-748/+630
|\
| * 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-054-21/+56
| * 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
| * blockchain_utilities: Update documentationwarptangent2016-04-051-4/+54
| * get_payments short IDluigi11112016-04-051-8/+17
* | bumped version numberRiccardo Spagni2016-04-021-1/+1
* | Merge pull request #779Riccardo Spagni2016-04-021-5/+1
|\ \
| * | core: remove the block reward accumulation loopmoneromooo-monero2016-04-011-5/+1
* | | Merge pull request #778Riccardo Spagni2016-04-021-1/+3
|\ \ \
| * | | Detect map resize failuresHoward Chu2016-03-301-1/+3
* | | | Merge pull request #777Riccardo Spagni2016-04-022-0/+4
|\ \ \ \
| * | | | add blockhashing blob to getblocktemplateHoward Chu2016-03-302-0/+4
| |/ / /
* | | | Merge pull request #772Riccardo Spagni2016-04-021-0/+34
|\ \ \ \
| * | | | simplewallet: always gracefully exit on EOFmoneromooo-monero2016-03-291-0/+34
* | | | | Merge pull request #769Riccardo Spagni2016-04-024-63/+121
|\ \ \ \ \
| * | | | | wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-272-22/+37
| * | | | | wallet: make the JSON reading type safemoneromooo-monero2016-03-271-41/+31
| * | | | | common: new json_util.hmoneromooo-monero2016-03-271-0/+53
| |/ / / /
* | | | | Merge pull request #767Riccardo Spagni2016-04-0210-23/+98
|\ \ \ \ \
| * | | | | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-2710-23/+98
| | |_|/ / | |/| | |
* | | | | Merge pull request #766Riccardo Spagni2016-04-021-0/+42
|\ \ \ \ \
| * | | | | simplewallet: default to trusted daemon for loopback addressmoneromooo-monero2016-03-271-0/+42
| |/ / / /
* | | | | Merge pull request #764Riccardo Spagni2016-04-022-74/+374
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | minor corrections/clarificationsThomas Winget2016-03-302-4/+6
| * | | | Transaction pool documentation (and some cleanup)Thomas Winget2016-03-242-74/+372
* | | | | wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero2016-03-281-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #765Riccardo Spagni2016-03-2722-54/+389
|\ \ \ \ | |_|/ / |/| | |
| * | | wallet: pass std::function by const ref, not valuemoneromooo-monero2016-03-262-2/+2
| * | | wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-265-8/+11
| * | | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-266-30/+129
| * | | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-2615-0/+243
| * | | wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero2016-03-261-2/+3