aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
* | | | | | | | Merge pull request #826Riccardo Spagni2016-04-291-27/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | simplewallet: display all settings on set with no argumentsmoneromooo-monero2016-04-281-27/+44
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #825Riccardo Spagni2016-04-298-7/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | add a --max-concurrency flagmoneromooo-monero2016-04-288-7/+47
| |/ / / / / / /
* / / / / / / / wallet: add a filter_by_height field to get_transfersmoneromooo-monero2016-04-272-2/+12
|/ / / / / / /
* | | | | | | Merge pull request #823Riccardo Spagni2016-04-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | simplewallet: fix pending transfers fee display in show_transfersmoneromooo-monero2016-04-261-1/+1
* | | | | | | | Merge pull request #822Riccardo Spagni2016-04-273-0/+151
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet: add get_transfers rpc callmoneromooo-monero2016-04-263-0/+151
| |/ / / / / / /
* / / / / / / / simplewallet: more threading fixesmoneromooo-monero2016-04-261-1/+5
|/ / / / / / /
* | | | | | | wallet: allow attaching notes to txidsmoneromooo-monero2016-04-268-4/+193
* | | | | | | wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero2016-04-263-14/+46
* | | | | | | Merge pull request #819Riccardo Spagni2016-04-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | random: call abort(3) instead of assert in must_succeed macromoneromooo-monero2016-04-241-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #817Riccardo Spagni2016-04-262-11/+45
|\ \ \ \ \ \ \
| * | | | | | | simplewallet: some background refresh threading fixesmoneromooo-monero2016-04-212-11/+45
| |/ / / / / /
* | | | | | | Merge pull request #815Riccardo Spagni2016-04-267-63/+531
|\ \ \ \ \ \ \
| * | | | | | | wallet: add a new sweep_all command and RPC commandmoneromooo-monero2016-04-197-63/+531
| |/ / / / / /
* | | | | | | Merge pull request #814Riccardo Spagni2016-04-263-13/+40
|\ \ \ \ \ \ \
| * | | | | | | modified: src/wallet/wallet2.cppawfulcrawler2016-04-182-5/+6
| * | | | | | | modified: src/simplewallet/simplewallet.cppawfulcrawler2016-04-183-13/+39
| |/ / / / / /
* | | | | | | Merge pull request #813Riccardo Spagni2016-04-261-1/+6
|\ \ \ \ \ \ \
| * | | | | | | blockchain: add missing overflow check for already generated coinsmoneromooo-monero2016-04-171-1/+5
| * | | | | | | blockchain: update cumulative block limit when popping a blockmoneromooo-monero2016-04-171-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #812Riccardo Spagni2016-04-261-0/+1
|\ \ \ \ \ \ \
| * | | | | | | net_node: fix connection leak when ping fails with bad responsemoneromooo-monero2016-04-171-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #811Riccardo Spagni2016-04-261-4/+6
|\ \ \ \ \ \ \
| * | | | | | | wallet2: move output selection api publicmoneromooo-monero2016-04-171-4/+6
| |/ / / / / /
* | | | | | | Add --restore-height optionHoward Chu2016-04-172-0/+25
* | | | | | | Speed up new wallet refreshHoward Chu2016-04-171-0/+6
* | | | | | | Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-176-0/+145
|/ / / / / /