aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5689luigi11112019-08-151-1/+1
|\
| * rpc headers fixMichal vel m@lbit2019-06-251-1/+1
* | Merge pull request #5682luigi11112019-08-151-0/+3
|\ \
| * | p2p: add a reference to Cao, Tong et al. for the last_seen changesmoneromooo-monero2019-06-211-0/+3
| |/
* | Merge pull request #5674luigi11112019-08-151-2/+3
|\ \
| * | p2p: close the right number of connections on setting max in/out peersmoneromooo-monero2019-06-191-2/+2
| * | p2p: propagate out peers limit to payload handlermoneromooo-monero2019-06-191-0/+1
| |/
* | Merge pull request #5673luigi11112019-08-151-8/+17
|\ \
| * | wallet_api: catch getTxKey exceptionDusan Klinec2019-06-191-8/+17
| |/
* | Merge pull request #5672luigi11112019-08-151-0/+1
|\ \
| * | wallet2: fix change subaddress mixup when sending pre rct outputsmoneromooo-monero2019-06-191-0/+1
| |/
* | Merge pull request #5662luigi11112019-08-151-3/+11
|\ \
| * | device: tx_key caching fixed, store recovered txkeyDusan Klinec2019-06-171-3/+11
| |/
* | Merge pull request #5659luigi11112019-08-151-17/+40
|\ \
| * | daemon: print 128bit diff properlystoffu2019-07-301-17/+40
* | | Merge pull request #5656luigi11112019-08-151-1/+1
|\ \ \
| * | | Fix --restore-date usageHoward Chu2019-06-161-1/+1
| | |/ | |/|
* | | Merge pull request #5649luigi11112019-08-153-0/+26
|\ \ \
| * | | Bans for RPC connectionsHoward Chu2019-06-163-0/+26
| |/ /
* | | Merge pull request #5637luigi11112019-08-151-1/+1
|\ \ \
| * | | core: do not complain about low block rate if disconnectedmoneromooo-monero2019-06-131-1/+1
* | | | Merge pull request #5634luigi11112019-08-141-1/+2
|\ \ \ \
| * | | | rpc: fix get_transactions getting v1 txes from the txpoolmoneromooo-monero2019-06-121-1/+2
| |/ / /
* | | | Merge pull request #5607luigi11112019-08-143-1/+90
|\ \ \ \
| * | | | rpc: implement get_public_nodes commandxiphon2019-07-293-1/+90
| | |_|/ | |/| |
* | | | Merge pull request #5525luigi11112019-08-149-41/+166
|\ \ \ \
| * | | | daemon: add more chain specific info in alt_chain_infomoneromooo-monero2019-06-015-29/+113
| * | | | daemon: add optional arguments to alt_chain_infomoneromooo-monero2019-05-093-7/+46
| * | | | daemon: sort alt chains by heightmoneromooo-monero2019-05-095-7/+9
* | | | | Merge pull request #5487luigi11112019-08-147-0/+26
|\ \ \ \ \
| * | | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-237-0/+26
* | | | | | Merge pull request #5478luigi11112019-08-141-3/+2
|\ \ \ \ \ \
| * | | | | | functional_tests: add validate_address testsmoneromooo-monero2019-07-291-3/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4851luigi11112019-08-1412-46/+344
|\ \ \ \ \ \
| * | | | | | Add IPv6 supportThomas Winget2019-07-3112-46/+344
| |/ / / / /
* / / / / / Fixed error preventing build of monero-guiNejcraft2019-07-281-1/+3
|/ / / / /
* | | | | Merge pull request #5635luigi11112019-07-241-1/+1
|\ \ \ \ \
| * | | | | tx_sanity_check: don't print an error when not enough outs to checkmoneromooo-monero2019-06-121-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5624luigi11112019-07-241-1/+0
|\ \ \ \ \
| * | | | | Delete more include string.hYour Name2019-06-111-1/+0
* | | | | | Merge pull request #5623luigi11112019-07-243-26/+107
|\ \ \ \ \ \
| * | | | | | rpc: implement set_bootstrap_daemon methodxiphon2019-06-103-27/+108
* | | | | | | Merge pull request #5610luigi11112019-07-243-7/+54
|\ \ \ \ \ \ \
| * | | | | | | p2p: delay IGP probing on startupmoneromooo-monero2019-06-063-7/+54
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5608luigi11112019-07-241-4/+12
|\ \ \ \ \ \ \
| * | | | | | | simplewallet: print errors on exceptions creating walletsmoneromooo-monero2019-06-061-4/+12
| |/ / / / / /
* | | | | | | Merge pull request #5606luigi11112019-07-241-1/+4
|\ \ \ \ \ \ \
| * | | | | | | rpc: use ip address string representation for peer::host fieldxiphon2019-06-041-1/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5600luigi11112019-07-242-7/+13
|\ \ \ \ \ \ \
| * | | | | | | Remember RPC version on initial connectHoward Chu2019-06-022-7/+13
| | |/ / / / / | |/| | | | |