aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resolve addresses in get_transfersMichał Sałaban2017-12-272-0/+6
* Merge pull request #3006Riccardo Spagni2017-12-251-1/+0
|\
| * Revert "return subaddress in get_bulk_payments"moneromooo-monero2017-12-251-1/+0
* | Merge pull request #2895Riccardo Spagni2017-12-256-63/+95
|\ \
| * | wallet2: switch to chacha20 instead of chacha8moneromooo-monero2017-12-251-19/+36
| * | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-256-44/+59
| |/
* | Merge pull request #2938Riccardo Spagni2017-12-251-1/+13
|\ \ | |/ |/|
| * wallet2: reinstate the single preferred output selectionmoneromooo-monero2017-12-161-1/+13
* | Merge pull request #2931Riccardo Spagni2017-12-251-1/+5
|\ \
| * | wallet2: error out in get_seed if the language is invalidmoneromooo-monero2017-12-151-1/+5
| |/
* | Merge pull request #2929Riccardo Spagni2017-12-252-12/+84
|\ \
| * | resumption support for updates using range requestsmoneromooo-monero2017-12-152-12/+84
| |/
* | Merge pull request #2928Riccardo Spagni2017-12-251-2/+5
|\ \
| * | p2p: stop net server before closing starting connectionsmoneromooo-monero2017-12-151-2/+5
| |/
* | Merge pull request #2926Riccardo Spagni2017-12-257-5/+369
|\ \
| * | Account taggingstoffu2017-12-187-5/+369
* | | Merge pull request #2922Riccardo Spagni2017-12-252-3/+4
|\ \ \
| * | | updates: use https for updatesmoneromooo-monero2017-12-141-1/+1
| * | | download: SSL suportmoneromooo-monero2017-12-141-2/+3
| | |/ | |/|
* | | Merge pull request #2920Riccardo Spagni2017-12-2528-172/+166
|\ \ \
| * | | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-184-105/+0
| * | | blockchain: don't leave dangling pointers in thismoneromooo-monero2017-12-181-0/+2
| * | | cryptonote_core: fix db leak on errormoneromooo-monero2017-12-182-2/+3
| * | | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-185-5/+5
| * | | check accessing an element past the end of a containermoneromooo-monero2017-12-188-12/+46
| * | | check return value for generate_key_derivation and derive_public_keymoneromooo-monero2017-12-182-11/+22
| * | | catch const exceptionsmoneromooo-monero2017-12-183-6/+6
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-188-5/+31
| * | | rpc: guard against json parsing a non objectmoneromooo-monero2017-12-181-1/+1
| * | | checkpoints: trap failure to load JSON checkpointsmoneromooo-monero2017-12-181-1/+5
| * | | checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2017-12-182-4/+4
| * | | fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero2017-12-182-6/+6
| * | | p2p: use size_t for arbitrary counters instead of uint8_tmoneromooo-monero2017-12-181-2/+2
| * | | cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero2017-12-181-0/+6
| * | | cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero2017-12-181-6/+10
| * | | rpc: do not try to use an invalid txid in relay_txmoneromooo-monero2017-12-181-6/+17
| | |/ | |/|
* | | Merge pull request #2918Riccardo Spagni2017-12-251-1/+1
|\ \ \
| * | | simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero2017-12-131-1/+1
| | |/ | |/|
* | | Merge pull request #2916Riccardo Spagni2017-12-252-4/+22
|\ \ \
| * | | wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ...stoffu2017-12-182-4/+22
| | |/ | |/|
* | | Merge pull request #2902Riccardo Spagni2017-12-251-1/+0
|\ \ \
| * | | node_rpc_proxy: remove unused local and time callmoneromooo-monero2017-12-091-1/+0
* | | | Merge pull request #2899Riccardo Spagni2017-12-251-0/+1
|\ \ \ \
| * | | | return subaddress in get_bulk_paymentsDmitriy Plekhanov2017-12-081-0/+1
* | | | | Merge pull request #2891Riccardo Spagni2017-12-251-8/+8
|\ \ \ \ \
| * | | | | wallet2: don't write a .new file when not neededmoneromooo-monero2017-12-071-8/+8
| |/ / / /
* | | | | Merge pull request #2890Riccardo Spagni2017-12-252-8/+8
|\ \ \ \ \
| * | | | | version: add -master to master versionmoneromooo-monero2017-12-071-1/+1
| * | | | | util: allow non numeric version partsmoneromooo-monero2017-12-071-7/+7
| |/ / / /
* | | | | Merge pull request #2888Riccardo Spagni2017-12-252-3/+7
|\ \ \ \ \