aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7117Alexander Blair2020-12-102-1/+2
|\
| * protocol: add a sanity check to the number of block hashes sentmoneromooo-monero2020-12-102-1/+2
* | Merge pull request #7114Alexander Blair2020-12-101-1/+1
|\ \
| * | protocol: fix asking for pruned blocks for v10moneromooo-monero2020-12-101-1/+1
| |/
* | Merge pull request #7110Alexander Blair2020-12-105-24/+53
|\ \
| * | protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero2020-12-105-24/+53
* | | Merge pull request #7106Alexander Blair2020-12-101-1/+8
|\ \ \
| * | | protocol: more restrictive checks on chain entry responsemoneromooo-monero2020-12-101-1/+8
| | |/ | |/|
* | | Merge pull request #7009Alexander Blair2020-12-104-24/+25
|\ \ \ | |_|/ |/| |
| * | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-104-24/+25
| |/
* / protocol: fix switchting to adding blocks if noone's adding the next spanmoneromooo-monero2020-12-101-2/+1
|/
* Merge pull request #7072luigi11112020-12-072-0/+6
|\
| * p2p: drop peers that spam peer listsmoneromooo-monero2020-12-052-0/+6
* | Merge pull request #7070luigi11112020-12-073-10/+12
|\ \
| * | p2p: fix race condition accessing a deleted contextmoneromooo-monero2020-12-063-10/+12
| |/
* | Merge pull request #7055luigi11112020-12-075-14/+111
|\ \
| * | protocol: drop peers that don't reply to queriesmoneromooo2020-12-063-11/+37
| * | keep only the last seen node on a given host in the white listmoneromooo2020-12-042-0/+15
| * | protocol: drop peers that decrease claimed heightmoneromooo2020-12-041-1/+16
| * | protocol: add scoring system to drop peers that don't behavemoneromooo2020-12-043-11/+52
* | | Merge pull request #7068Alexander Blair2020-12-041-1/+2
|\ \ \
| * | | p2p: add a tor seed nodemoneromooo-monero2020-12-031-1/+2
| | |/ | |/|
* | | Merge pull request #7062Alexander Blair2020-12-041-4/+8
|\ \ \
| * | | crypto: fix non zero scalar being 0 after reducingmoneromooo-monero2020-12-041-4/+8
| | |/ | |/|
* | | Merge pull request #7043Alexander Blair2020-12-041-0/+14
|\ \ \
| * | | wallet2: check imported multisig curve points are in main subgroupCrypto City2020-11-241-0/+14
* | | | Merge pull request #7030Alexander Blair2020-12-042-1/+4
|\ \ \ \
| * | | | rpc: get_info - add 'synchronized' fieldxiphon2020-11-192-1/+4
* | | | | Merge pull request #7017Alexander Blair2020-12-042-40/+51
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Do not use peer_id tracking method over i2p/torLee Clagett2020-10-152-40/+51
| |/ / /
* | | | Merge pull request #7058Alexander Blair2020-12-031-1/+2
|\ \ \ \
| * | | | wallet2: set propagation timeout to current max timeoutselsta2020-12-031-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #7056Alexander Blair2020-12-031-10/+17
|\ \ \ \
| * | | | p2p: fix endianness when checking IPv6 addresses mapping to IPv4moneromooo-monero2020-12-031-5/+3
| * | | | p2p: make this work with boost <= 1.65 (pffff)moneromooo-monero2020-12-031-0/+4
| * | | | p2p: rewrite boost's make_address_v4 to cater for < 1.66moneromooo2020-12-031-9/+14
| |/ / /
* | | | Merge pull request #6984Alexander Blair2020-12-031-2/+14
|\ \ \ \ | |/ / / |/| | |
| * | | net_node: add tor / i2p seed nodesselsta2020-11-291-2/+14
* | | | Merge pull request #7025Alexander Blair2020-12-012-4/+4
|\ \ \ \
| * | | | Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett2020-11-172-4/+4
| | |/ / | |/| |
* | | | Merge pull request #7024Alexander Blair2020-12-013-17/+21
|\ \ \ \
| * | | | rpc: skip non-synced bootstrap daemons in --no-sync mode tooxiphon2020-11-173-17/+21
| |/ / /
* | | | Merge pull request #6954Alexander Blair2020-12-011-23/+12
|\ \ \ \
| * | | | Fix tx flush callback queueingLee Clagett2020-10-061-23/+12
| | |/ / | |/| |
* | | | Merge pull request #6948Alexander Blair2020-12-014-4/+55
|\ \ \ \
| * | | | Add rpc-restricted-bind-ip optionHoward Chu2020-10-294-4/+55
| | |/ / | |/| |
* | | | Merge pull request #6939Alexander Blair2020-12-011-1/+26
|\ \ \ \
| * | | | p2p: give all hosts the same chance of being picked for connectingmoneromooo2020-11-291-1/+26
| | |/ / | |/| |
* | | | Merge pull request #6923Alexander Blair2020-12-011-3/+3
|\ \ \ \
| * | | | util: fix escaping more than one ?* in glob_to_regexmoneromooo-monero2020-10-201-3/+3