aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/util/configlexer.c
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-10 14:49:34 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-10 14:49:34 +0200
commit2d0fbaf35bc041a388f4b49c72dd59f07c1f43ee (patch)
tree322972b1df9ee5cabe33b7b0471da2f77c6e9cc6 /external/unbound/util/configlexer.c
parentMerge pull request #1419 (diff)
parentwallet2: pass by const ref where possible (diff)
downloadmonero-2d0fbaf35bc041a388f4b49c72dd59f07c1f43ee.tar.xz
Merge pull request #1422
9b00d80f wallet2: pass by const ref where possible (moneromooo-monero)
Diffstat (limited to 'external/unbound/util/configlexer.c')
0 files changed, 0 insertions, 0 deletions
-14/+38 2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+1 2017-11-13wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero1-14/+38 2017-11-06track double spending in the txpoolmoneromooo-monero1-7/+32 2017-11-06Merge pull request #2605Riccardo Spagni1-1/+27 2017-11-06Merge pull request #2546Riccardo Spagni1-2/+2 2017-11-03Used declared default refresh status as default rather than it's current valueMaxime THIEBAUT1-2/+2 2017-11-01Merge pull request #2703Riccardo Spagni1-2/+2 2017-10-29Wallet2: Don't throw when subaddress label doesn't existJaquee1-2/+2 2017-10-23wallet2: fix subaddress fields serializationmoneromooo-monero1-0/+15 2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-1/+27 2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-2/+2 2017-10-15Merge pull request #2565Riccardo Spagni1-1/+1 2017-10-15Merge pull request #2109Riccardo Spagni1-2/+62 2017-10-15wallet2+API: use separate callbacks for lightwalletsJaquee1-0/+7 2017-10-15wallet2: get_outs lightwallet supportJaquee1-0/+2 2017-10-15wallet2: refactor is_tx_spendtime_unlocked()Jaquee1-0/+1 2017-10-15my/openmonero API functionsJaquee1-0/+34 2017-10-15wallet2: add remove_obsolete_pool_txs()Jaquee1-0/+1 2017-10-15wallet2: add on_pool_tx_removed callbackJaquee1-0/+1 2017-10-15wallet2: light wallet member variablesJaquee1-1/+15 2017-10-15Merge pull request #2554Riccardo Spagni1-2/+2 2017-10-15wallet2: add ssl option to init()Jaquee1-1/+1 2017-10-07Subaddresseskenshi841-54/+131 2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-2/+2 2017-10-06Merge pull request #2529Riccardo Spagni1-1/+0 2017-10-03tests: fix hashchain unit testsmoneromooo-monero1-1/+1 2017-10-03wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu1-1/+0 2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-0/+3 2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero1-1/+2 2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero1-5/+52 2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1 2017-09-25wallet2: simplify tx processing a bitmoneromooo-monero1-2/+15 2017-09-25wallet2: factor some of the tx scanning codemoneromooo-monero1-0/+1 2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-1/+1 2017-09-02Merge pull request #2362Riccardo Spagni1-3/+4 2017-09-02Merge pull request #2309Riccardo Spagni1-2/+7 2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero1-3/+4 2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero1-2/+7 2017-08-21wallet2: export/import wallet data functionsJaquee1-1/+6 2017-08-18import_key_images - allow importing without being connected to daemonJaquee1-1/+1 2017-08-15Merge pull request #2240Riccardo Spagni1-0/+2 2017-08-15Merge pull request #2238Riccardo Spagni1-0/+2 2017-08-15Merge pull request #2205Riccardo Spagni1-3/+11 2017-08-05wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero1-1/+1 2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-0/+2 2017-08-02wallet2: add a is_synced functionmoneromooo-monero1-0/+2 2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-3/+11 2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-2/+3 2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron1-2/+2 2017-04-24wallet: add sweep_below functionmoneromooo-monero1-1/+1 2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-0/+3 2017-03-25wallet: option to merge destinationsmoneromooo-monero1-2/+5 2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero1-2/+9 2017-03-21Merge pull request #1903Riccardo Spagni1-1/+6 2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero1-1/+6 2017-03-20wallet2: speed up transactions using remote nodesmoneromooo-monero1-0/+2 2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-1/+2 2017-03-06Merge pull request #1846Riccardo Spagni1-1/+1 2017-03-05wallet: add password commandmoneromooo-monero1-1/+1 2017-03-04wallet: fix get_tranfers with multiple incoming txes with same pidmoneromooo-monero1-3/+13 2017-03-03Merge pull request #1826Riccardo Spagni1-0/+2 2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-0/+2 2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-7/+7 2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1 2017-02-11Merge pull request #1689Riccardo Spagni1-2/+5 2017-02-11Merge pull request #1686Riccardo Spagni1-1/+1 2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-4/+5 2017-02-06wallet2: fix transactions not considering rct inputsmoneromooo-monero1-1/