summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | wallet: support for multisig seedsmoneromooo-monero2017-12-205-45/+326
| |/ / / / /
* | | | | | Merge pull request #2934Riccardo Spagni2018-01-021-13/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Embed the translation files in the binaryGuillaume LE VAILLANT2017-12-151-13/+30
* | | | | | Merge pull request #2949Riccardo Spagni2017-12-281-5/+5
|\ \ \ \ \ \
| * | | | | | Better definite article usexmr-eric2017-12-171-5/+5
* | | | | | | Merge pull request #2946Riccardo Spagni2017-12-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | daemon: print num txes in print_bcmoneromooo-monero2017-12-171-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #2945Riccardo Spagni2017-12-284-5/+2
|\ \ \ \ \ \ \
| * | | | | | | daemon: remove some superfluous includesmoneromooo-monero2017-12-174-5/+2
* | | | | | | | Merge pull request #2942Riccardo Spagni2017-12-281-82/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | simplewallet: factor out tx exceptionsmoneromooo-monero2017-12-181-82/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2941Riccardo Spagni2017-12-281-8/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet2: print tx size in bytes and kBmoneromooo-monero2017-12-161-8/+18
* | | | | | | | | Merge pull request #2940Riccardo Spagni2017-12-281-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | only include the easylogging++ stack trace code when neededmoneromooo-monero2017-12-261-0/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | wallet-api: added Utils::onStartupstoffu2017-12-262-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