aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2599Riccardo Spagni2017-10-153-11/+26
|\
| * daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero2017-10-073-11/+26
* | Merge pull request #2597Riccardo Spagni2017-10-151-2/+1
|\ \
| * | miner: always update block template when startingmoneromooo-monero2017-10-071-2/+1
| |/
* | Merge pull request #2596Riccardo Spagni2017-10-151-8/+0
|\ \
| * | wallet2: fix refresh height calc for new walletsmoneromooo-monero2017-10-071-8/+0
| |/
* | Merge pull request #2592Riccardo Spagni2017-10-152-2/+1
|\ \
| * | Remove network_address_base which has been merged with ipv4_network_address i...Michał Sałaban2017-10-071-1/+0
| * | Don't try to create wallet-dir when it's not given, don't crash if wallet-dir...Michał Sałaban2017-10-071-1/+1
| |/
* | Merge pull request #2589Riccardo Spagni2017-10-155-11/+17
|\ \
| * | add a command_line function to check for defaulted optionsmoneromooo-monero2017-10-065-11/+17
* | | Merge pull request #2587Riccardo Spagni2017-10-151-15/+7
|\ \ \
| * | | rpc: out_peers now works againmoneromooo-monero2017-10-061-15/+7
| |/ /
* | | Merge pull request #2586Riccardo Spagni2017-10-152-32/+46
|\ \ \
| * | | wallet-cli: add --do-not-relay optionstoffu2017-10-072-32/+46
| | |/ | |/|
* | | Merge pull request #2583Riccardo Spagni2017-10-151-2/+2
|\ \ \
| * | | Fix building with -DARCH=default -DNO_AES=ONmoneromooo-monero2017-10-061-2/+2
| | |/ | |/|
* | | Merge pull request #2573Riccardo Spagni2017-10-151-6/+13
|\ \ \
| * | | daemon: catch out of range exceptions too when calling stoll/stoimoneromooo-monero2017-10-031-6/+13
| |/ /
* | | Merge pull request #2571Riccardo Spagni2017-10-151-2/+1
|\ \ \
| * | | block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero2017-10-031-2/+1
| |/ /
* | | Merge pull request #2570Riccardo Spagni2017-10-151-2/+2
|\ \ \
| * | | wallet2: fix backlog being off by 1moneromooo-monero2017-10-031-2/+2
| |/ /
* | | Merge pull request #2569Riccardo Spagni2017-10-151-2/+0
|\ \ \
| * | | simplewallet: fix setting default-ring-size to 0moneromooo-monero2017-10-031-2/+0
| |/ /
* | | Merge pull request #2568Riccardo Spagni2017-10-158-6/+23
|\ \ \
| * | | Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero2017-10-148-6/+23
| | |/ | |/|
* | | Merge pull request #2567Riccardo Spagni2017-10-151-3/+0
|\ \ \
| * | | blockchain_import: remove a few commented out obsolete linesmoneromooo-monero2017-10-031-3/+0
| | |/ | |/|
* | | Merge pull request #2565Riccardo Spagni2017-10-151-1/+1
|\ \ \
| * | | tests: fix hashchain unit testsmoneromooo-monero2017-10-031-1/+1
| |/ /
* | | Merge pull request #2109Riccardo Spagni2017-10-159-76/+1227
|\ \ \
| * | | wallet2+API: use separate callbacks for lightwalletsJaquee2017-10-153-7/+43
| * | | walletAPI: correct confirmations in txHistory for unsynced walletsJaquee2017-10-151-2/+2
| * | | walletAPI: lightwallet exceptionsJaquee2017-10-151-2/+12
| * | | walletAPI: add lightwallet login() and importWalletRequest()Jaquee2017-10-153-0/+40
| * | | walletAPI: init() lightwallet and SSL supportJaquee2017-10-153-7/+12
| * | | walletAPI: add tx unlock_timeJaquee2017-10-151-4/+0
| * | | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2Jaquee2017-10-151-1/+1
| * | | wallet2: create_transactions_2 lightwallet supportJaquee2017-10-151-0/+7
| * | | wallet2: get_outs lightwallet supportJaquee2017-10-152-10/+129
| * | | wallet2: commit_tx() lightwallet supportJaquee2017-10-151-17/+34
| * | | wallet2: refactor is_tx_spendtime_unlocked()Jaquee2017-10-152-3/+9
| * | | wallet2: add lightwallet exceptions to common functionsJaquee2017-10-151-0/+15
| * | | wallet2: refresh() lightwallet supportJaquee2017-10-151-0/+34
| * | | my/openmonero API functionsJaquee2017-10-152-0/+475
| * | | wallet2: add remove_obsolete_pool_txs()Jaquee2017-10-152-22/+31
| * | | wallet2: add on_pool_tx_removed callbackJaquee2017-10-151-0/+1
| * | | wallet2: light wallet member variablesJaquee2017-10-151-1/+15
| * | | wallet2: add ssl option to init()Jaquee2017-10-152-3/+6