summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | refactor cryptonote_basic::add_tx_pub_key_to_extraJaquee2017-10-152-3/+15
| * | | lightwallet rpc server commandsJaquee2017-10-151-1/+353
* | | | Merge pull request #2555Riccardo Spagni2017-10-152-6/+41
|\ \ \ \
| * | | | dns_utils: allow an optional DNS server IP in DNS_PUBLICmoneromooo-monero2017-10-102-6/+41
| | |_|/ | |/| |
* | | | Merge pull request #2554Riccardo Spagni2017-10-153-25/+129
|\ \ \ \
| * | | | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu2017-10-073-25/+129
| |/ / /
* | | | Merge pull request #2552Riccardo Spagni2017-10-153-9/+28
|\ \ \ \
| * | | | core: fix failure to sync when a tx is already in the poolmoneromooo-monero2017-09-293-9/+28