| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 2020-12-23 | 2 | -3/+0 |
| * | Merge pull request #7248 | luigi1111 | 2021-01-06 | 1 | -0/+1 |
| |\ | |||||
| | * | add a max levin packet size by command type | moneromooo-monero | 2021-01-03 | 1 | -0/+1 |
| * | | Merge pull request #7239 | Alexander Blair | 2021-01-01 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | p2p: fix deadlock banning while updating peer lists | moneromooo | 2020-12-31 | 1 | -0/+1 |
| * | | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2020-12-29 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #7181 | Alexander Blair | 2020-12-26 | 1 | -3/+9 |
| |\ | |||||
| | * | ban lists may now include subnets | moneromooo-monero | 2020-12-22 | 1 | -3/+9 |
| * | | Merge pull request #7146 | Alexander Blair | 2020-12-26 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | p2p: remove peers from grey and anchors lists when blocked | moneromooo-monero | 2020-12-13 | 1 | -0/+2 |
| * | | | Merge pull request #7139 | Alexander Blair | 2020-12-26 | 4 | -5/+65 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Optional DNS based blocklist | moneromooo-monero | 2020-12-20 | 4 | -5/+65 |
| | |/ | |||||
| * / | p2p: ignore incoming peer list entries when we have them blocked | moneromooo-monero | 2020-12-13 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #7076v0.17.1.6 | luigi1111 | 2020-12-07 | 2 | -40/+51 |
| |\ | |||||
| | * | Do not use peer_id tracking method over i2p/tor | Lee Clagett | 2020-10-11 | 2 | -40/+51 |
| * | | Merge pull request #7073 | luigi1111 | 2020-12-07 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | p2p: drop peers that spam peer lists | moneromooo-monero | 2020-12-05 | 1 | -0/+5 |
| | |/ | |||||
| * | | Merge pull request #7071 | luigi1111 | 2020-12-07 | 3 | -10/+12 |
| |\ \ | |||||
| | * | | p2p: fix race condition accessing a deleted context | moneromooo-monero | 2020-12-06 | 3 | -10/+12 |
| | |/ | |||||
| * / | keep only the last seen node on a given host in the white list | moneromooo | 2020-12-04 | 2 | -0/+15 |
| |/ | |||||
| * | Better log message for unusable anon networks | Howard Chu | 2020-11-16 | 1 | -2/+2 |
| * | Fix i2p/tor seed nodes | Lee Clagett | 2020-11-07 | 1 | -5/+18 |
| * | Merge pull request #6993v0.17.1.2 | luigi1111 | 2020-11-06 | 1 | -1/+4 |
| |\ | |||||
| | * | p2p: fix accessing non existent element of map | moneromooo-monero | 2020-11-07 | 1 | -1/+4 |
| * | | p2p: add a tor seed | moneromooo-monero | 2020-11-06 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #6990 | luigi1111 | 2020-11-06 | 2 | -54/+83 |
| |\ | |||||
| | * | Add support for i2p and tor seed nodes | Lee Clagett | 2020-10-09 | 2 | -54/+83 |
| * | | Merge pull request #6985 | luigi1111 | 2020-11-06 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | net_node: add tor / i2p seed nodes | selsta | 2020-11-05 | 1 | -0/+4 |
| * | | | p2p: fix endianness when checking IPv6 addresses mapping to IPv4 | moneromooo-monero | 2020-11-05 | 1 | -5/+3 |
| * | | | p2p: make this work with boost <= 1.65 (pffff) | moneromooo-monero | 2020-11-04 | 1 | -0/+4 |
| |/ / | |||||
| * | | p2p: rewrite boost's make_address_v4 to cater for < 1.66 | moneromooo | 2020-11-04 | 1 | -9/+14 |
| * | | Merge pull request #6962 | luigi1111 | 2020-11-04 | 1 | -2/+30 |
| |\ \ | |||||
| | * | | p2p: use /16 filtering on IPv4-within-IPv6 addresses | moneromooo-monero | 2020-11-03 | 1 | -2/+30 |
| * | | | Merge pull request #6961 | luigi1111 | 2020-11-04 | 3 | -0/+33 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | net_node: add --ban-list option | selsta | 2020-11-02 | 3 | -0/+33 |
| | |/ | |||||
| * | | Merge pull request #6964 | luigi1111 | 2020-11-03 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | p2p: remove banned peers from the white list | moneromooo | 2020-11-02 | 1 | -0/+4 |
| | |/ | |||||
| * / | p2p: give all hosts the same chance of being picked for connecting | moneromooo | 2020-11-02 | 1 | -1/+26 |
| |/ | |||||
| * | Dandelion++: skip desynced peers in stem phase | xiphon | 2020-10-12 | 3 | -8/+8 |
| * | replace most boost serialization with existing monero serialization | moneromooo-monero | 2020-08-17 | 1 | -0/+22 |
| * | Merge pull request #6571 | Alexander Blair | 2020-08-05 | 1 | -10/+0 |
| |\ | |||||
| | * | net_node: remove dead seed nodes | selsta | 2020-05-20 | 1 | -10/+0 |
| * | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 9 | -9/+9 |
| |\ \ | |||||
| | * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 9 | -9/+9 |
| | |/ | |||||
| * / | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 2020-05-31 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #6471 | luigi1111 | 2020-05-06 | 1 | -0/+3 |
| |\ | |||||
| | * | add another seed node | Gingeropolous | 2020-04-22 | 1 | -0/+2 |
| | * | Add erciccione's seed node | erciccione | 2020-04-22 | 1 | -0/+1 |
| * | | Merge pull request #6443 | luigi1111 | 2020-05-01 | 2 | -111/+139 |
| |\ \ | |/ |/| | |||||
