aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-259-50/+65
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2938Riccardo Spagni2017-12-251-1/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | wallet2: reinstate the single preferred output selectionmoneromooo-monero2017-12-161-1/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2936Riccardo Spagni2017-12-251-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | levin_protocol_handler_async: another attempt at fixing at exceptionmoneromooo-monero2017-12-151-3/+12
| * | | | | | | | Revert "epee: keep a ref to a connection we're deleting"moneromooo-monero2017-12-151-8/+2
| |/ / / / / / /
* | | | | | | | 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 #2930Riccardo Spagni2017-12-251-5/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero2017-12-151-5/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #2929Riccardo Spagni2017-12-253-12/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | resumption support for updates using range requestsmoneromooo-monero2017-12-152-12/+84
| * | | | | | | | epee: add a get_file_size functionmoneromooo-monero2017-12-151-0/+20
| |/ / / / / / /
* | | | | | | | 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 #2924Riccardo Spagni2017-12-251-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add Guix SD to available distro packages in README.mdvasi2017-12-151-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #2923Riccardo Spagni2017-12-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: bind RPC to all interfaces inside Docker containerAlexander Azarov2017-12-141-1/+1
| |/ / / / / / /
* | | | | | | | 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-2539-191/+197
|\ \ \ \ \ \ \ \
| * | | | | | | | network_throttle: fix ineffective lockingmoneromooo-monero2017-12-181-3/+5
| * | | | | | | | network_throttle: remove unused xxx static membermoneromooo-monero2017-12-182-5/+0
| * | | | | | | | 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
| * | | | | | | | abstract_tcp_server2: log init_server errors as fatalmoneromooo-monero2017-12-181-1/+11
| * | | | | | | | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-185-5/+5
| * | | | | | | | net_parse_helpers: fix regex error checkingmoneromooo-monero2017-12-181-2/+2
| * | | | | | | | 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-184-7/+7
| * | | | | | | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-189-6/+32
| * | | | | | | | tests: fix a buffer overread in a unit testmoneromooo-monero2017-12-181-3/+1
| * | | | | | | | rpc: guard against json parsing a non objectmoneromooo-monero2017-12-181-1/+1
| * | | | | | | | easylogging++: avoid buffer underflowmoneromooo-monero2017-12-181-2/+3
| * | | | | | | | epee: trap failure to parse URI from requestmoneromooo-monero2017-12-181-1/+6
| * | | | | | | | 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
| * | | | | | | | mlog: terminate a string at last char, just in casemoneromooo-monero2017-12-181-0/+1
| * | | | | | | | 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
|\ \ \ \ \ \ \ \