aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7098Alexander Blair2020-12-262-5/+5
|\
| * Fixed issues found by static analysisSChernykh2020-12-082-5/+5
* | Merge pull request #7086Alexander Blair2020-12-261-2/+2
|\ \
| * | db_lmdb: move spammy "not found in db" message to TRACEmoneromooo-monero2020-12-061-2/+2
* | | Merge pull request #6931Alexander Blair2020-12-261-2/+28
|\ \ \
| * | | simplewallet: add "address mnew" commandcodesoap2020-12-261-2/+28
* | | | Merge pull request #7143luigi11112020-12-191-1/+3
|\ \ \ \
| * | | | p2p: ignore incoming peer list entries when we have them blockedmoneromooo-monero2020-12-131-1/+3
* | | | | Merge pull request #7141luigi11112020-12-192-4/+42
|\ \ \ \ \
| * | | | | daemon: the ban command can now load IPs from a file (ban @filename)moneromooo-monero2020-12-142-4/+42
| |/ / / /
* | | | | Merge pull request #7075luigi11112020-12-192-3/+3
|\ \ \ \ \
| * | | | | protocol: remove unused (and cunningly uninitialized) fieldmoneromooo-monero2020-12-151-2/+0
| * | | | | p2p: ifx getting seed nodes for uncommon casesmoneromooo-monero2020-12-151-1/+3
| | |_|/ / | |/| | |
* | | | | rpc: add a busy_syncing field to get_infomoneromooo-monero2020-12-174-1/+13
* | | | | Merge pull request #7130luigi11112020-12-122-0/+12
|\ \ \ \ \
| * | | | | protocol: include first new block in chain entry responsemoneromooo-monero2020-12-122-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #7127luigi11112020-12-122-0/+36
|\ \ \ \ \
| * | | | | protocol: stricter checks on received chain hash listmoneromooo2020-12-112-0/+36
| |/ / / /
* / / / / protocol: revert incoming chain height check against local chainmoneromooo-monero2020-12-111-1/+1
|/ / / /
* | | | Merge pull request #7121Alexander Blair2020-12-101-1/+1
|\ \ \ \
| * | | | protocol: one more sanity check on usable data from a peermoneromooo-monero2020-12-101-1/+1
* | | | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |