Age | Commit message (Expand) | Author | Files | Lines |
2020-08-05 | Merge pull request #6571 | Alexander Blair | 1 | -10/+0 |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 9 | -9/+9 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -1/+1 |
2020-05-20 | net_node: remove dead seed nodes | selsta | 1 | -10/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 9 | -9/+9 |
2020-05-06 | Merge pull request #6471 | luigi1111 | 1 | -0/+3 |
2020-05-01 | Merge pull request #6443 | luigi1111 | 2 | -111/+139 |
2020-04-22 | add another seed node | Gingeropolous | 1 | -0/+2 |
2020-04-22 | Add erciccione's seed node | erciccione | 1 | -0/+1 |
2020-04-21 | p2p: startup speedup, init seed nodes on first 'connect_to_seed()' | xiphon | 2 | -111/+139 |
2020-04-21 | p2p: add seed node. | guy | 1 | -0/+1 |
2020-04-04 | Merge pull request #6372 | luigi1111 | 1 | -8/+6 |
2020-03-31 | p2p: fix frequent weak_ptr exception on connection | moneromooo-monero | 1 | -4/+6 |
2020-03-27 | Merge pull request #6295 | Alexander Blair | 3 | -7/+17 |
2020-03-27 | Merge pull request #6283 | Alexander Blair | 1 | -2/+2 |
2020-03-27 | Merge pull request #6280 | Alexander Blair | 1 | -2/+8 |
2020-03-27 | Merge pull request #6279 | Alexander Blair | 1 | -1/+1 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 3 | -11/+6 |
2020-04-10 | Merge pull request #6405 | luigi1111 | 1 | -0/+1 |
2020-03-27 | p2p: add another seed node | moneromooo-monero | 1 | -0/+1 |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 4 | -238/+1 |
2020-03-20 | p2p: do not add recently failed addresses to the peerlist | moneromooo-monero | 3 | -7/+17 |
2020-03-12 | Merge pull request #6243 | Alexander Blair | 4 | -77/+24 |
2020-03-07 | p2p: plug tor to clearnet association vector | Aaron Hook | 1 | -8/+6 |
2020-02-28 | Merge pull request #6248 | Alexander Blair | 1 | -1/+1 |
2020-02-06 | Merge pull request #6053 | Alexander Blair | 2 | -7/+7 |
2020-01-31 | p2p: fix spurious warning when we're connected to at last one seed | moneromooo-monero | 1 | -2/+8 |
2020-01-29 | p2p: remove obsolete local time in handshake | moneromooo-monero | 2 | -5/+0 |
2020-01-29 | p2p: avoid sending the same peer list over and over | moneromooo-monero | 3 | -4/+17 |
2020-01-26 | p2p: remove backward compatible peer list | moneromooo-monero | 1 | -58/+2 |
2020-01-26 | p2p: simplify last_seen serialization now we have optional stores | moneromooo-monero | 1 | -2/+1 |
2020-01-26 | p2p: remove obsolete local time from TIMED_SYNC | moneromooo-monero | 3 | -8/+4 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 1 | -4/+4 |
2020-01-24 | Merge pull request #6153 | Alexander Blair | 1 | -1/+1 |
2020-01-24 | Merge pull request #6146 | Alexander Blair | 4 | -10/+26 |
2020-01-16 | Merge pull request #6119 | Alexander Blair | 1 | -0/+1 |
2020-01-07 | p2p: fix off by one adding fallback peers | moneromooo-monero | 1 | -2/+2 |
2020-01-03 | p2p: fix adding wrong indices to the filtered peer list | moneromooo-monero | 1 | -1/+1 |
2019-12-17 | p2p: drop the peerlist dump to TRACE | moneromooo-monero | 1 | -1/+1 |
2019-11-19 | p2p: don't request flags after closing connection | moneromooo-monero | 1 | -1/+1 |
2019-11-11 | p2p: zero last seen timestamp when inserting a new peer | moneromooo-monero | 1 | -0/+1 |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 4 | -10/+26 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 3 | -6/+14 |
2019-10-29 | always print peer IDs in the same format | moneromooo-monero | 2 | -7/+7 |
2019-10-25 | Merge pull request #6021 | luigi1111 | 3 | -14/+14 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 5 | -8/+33 |
2019-10-24 | Change monerod --proxy to --tx-proxy | Lee Clagett | 3 | -14/+14 |
2019-10-22 | Merge pull request #5985 | luigi1111 | 1 | -0/+3 |
2019-10-16 | Merge pull request #5956 | luigi1111 | 1 | -0/+2 |
2019-10-16 | Merge pull request #5954 | luigi1111 | 1 | -0/+2 |
2019-10-14 | Merge pull request #5943 | luigi1111 | 3 | -4/+4 |
2019-10-14 | Merge pull request #5933 | luigi1111 | 3 | -5/+5 |
2019-10-13 | node.inl, add xmrchain.net IP to hardcoded peers | Gingeropolous | 1 | -0/+3 |
2019-10-13 | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 3 | -4/+4 |
2019-10-08 | Merge pull request #5932 | luigi1111 | 1 | -1/+8 |
2019-10-08 | Merge pull request #5921 | luigi1111 | 1 | -2/+2 |
2019-10-02 | p2p: reject invalid pruning seeds in peer lists | moneromooo-monero | 1 | -0/+2 |
2019-10-02 | p2p: reject invalid rpc_port in peer lists | xiphon | 1 | -0/+2 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 3 | -5/+5 |
2019-09-25 | Request a thread stack size that is large enough for unbound | Martijn Otto | 1 | -1/+8 |
2019-09-16 | p2p: fix bans taking port into account | moneromooo-monero | 3 | -10/+10 |
2019-09-08 | Merge pull request #5841 | luigi1111 | 1 | -1/+10 |
2019-09-08 | Merge pull request #5839 | luigi1111 | 2 | -17/+26 |
2019-09-08 | Merge pull request #5838 | luigi1111 | 1 | -1/+1 |
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 1 | -0/+2 |
2019-08-22 | p2p: reject incoming connections to self | moneromooo-monero | 1 | -1/+10 |
2019-08-21 | p2p: sanitize peer lists | moneromooo-monero | 2 | -17/+26 |
2019-08-21 | p2p: move log away from global | moneromooo-monero | 1 | -1/+1 |
2019-08-20 | Merge pull request #5696 | luigi1111 | 2 | -0/+10 |
2019-08-19 | daemon: fix print_pl only printing public zone peers | moneromooo-monero | 2 | -0/+10 |
2019-08-19 | Merge pull request #5727 | luigi1111 | 1 | -1/+1 |
2019-08-15 | Merge pull request #5682 | luigi1111 | 1 | -0/+3 |
2019-08-15 | Merge pull request #5674 | luigi1111 | 1 | -2/+3 |
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 1 | -1/+1 |
2019-07-31 | Add IPv6 support | Thomas Winget | 4 | -34/+231 |
2019-07-29 | Fixed i2p/tor tx flooding bug (white noise disabled) | Lee Clagett | 1 | -2/+2 |
2019-07-24 | Merge pull request #5610 | luigi1111 | 3 | -7/+54 |
2019-07-24 | Merge pull request #5582 | luigi1111 | 2 | -0/+20 |
2019-07-24 | Merge pull request #5530 | luigi1111 | 3 | -18/+0 |
2019-07-24 | Merge pull request #5363 | luigi1111 | 3 | -18/+116 |
2019-07-17 | Merge pull request #5732 | Riccardo Spagni | 1 | -2/+6 |
2019-07-17 | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 4 | -16/+115 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 3 | -10/+108 |
2019-07-16 | p2p: store network address directly in blocked host list | moneromooo-monero | 3 | -8/+8 |
2019-07-05 | p2p: don't connect to more than one IP per class B if we can | moneromooo-monero | 1 | -11/+45 |
2019-07-04 | p2p: add a few missing connection close calls | moneromooo-monero | 1 | -2/+6 |
2019-06-26 | p2p: don't forget pruning seed or public RPC port when updating peers | moneromooo-monero | 1 | -4/+16 |
2019-06-21 | p2p: add a reference to Cao, Tong et al. for the last_seen changes | moneromooo-monero | 1 | -0/+3 |
2019-06-19 | p2p: close the right number of connections on setting max in/out peers | moneromooo-monero | 1 | -2/+2 |
2019-06-19 | p2p: propagate out peers limit to payload handler | moneromooo-monero | 1 | -0/+1 |
2019-06-08 | p2p: fix GCC 9.1 crash | moneromooo-monero | 1 | -4/+6 |
2019-06-06 | p2p: delay IGP probing on startup | moneromooo-monero | 3 | -7/+54 |
2019-05-30 | rpc: in/out peers can now return the setting's value | moneromooo-monero | 2 | -0/+20 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 3 | -18/+0 |
2019-04-24 | p2p: do not send last_seen timestamp to peers | moneromooo-monero | 3 | -12/+30 |
2019-04-16 | Merge pull request #5425 | Riccardo Spagni | 1 | -1/+8 |
2019-04-11 | p2p: fix integer overflow in host bans | moneromooo-monero | 1 | -1/+8 |
2019-04-04 | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 2 | -3/+3 |
2019-04-01 | Merge pull request #5334 | Riccardo Spagni | 1 | -1/+1 |
2019-03-22 | p2p: don't lookup seed nodes when offline | moneromooo-monero | 1 | -1/+1 |
2019-03-20 | Fix daemon startup parameter '--limit-rate' processing after parameter defaults | rbrunner7 | 1 | -4/+2 |
2019-03-19 | Merge pull request #5195 | Riccardo Spagni | 3 | -0/+6 |
2019-03-17 | Merge pull request #5190 | Riccardo Spagni | 5 | -12/+39 |
2019-03-05 | Update 2019 copyright | binaryFate | 9 | -9/+9 |
2019-03-05 | p2p: avoid busy loop when we have nothing to connect to | moneromooo-monero | 1 | -1/+9 |
2019-03-04 | default initialize rpc structures | moneromooo-monero | 2 | -17/+32 |
2019-03-04 | Merge pull request #5091 | Riccardo Spagni | 3 | -3/+60 |
2019-02-25 | daemon: add '--no-sync' arg to optionally disable blockchain sync | xiphon | 3 | -0/+6 |
2019-02-25 | daemon: add --public-node mode, RPC port propagation over P2P | xiphon | 5 | -12/+39 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 2 | -10/+13 |
2019-01-30 | i2p: initial support | Jethro Grassie | 3 | -3/+60 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 9 | -649/+1570 |
2019-01-22 | Pruning | moneromooo-monero | 6 | -54/+234 |
2019-01-16 | Merge pull request #5029 | Riccardo Spagni | 1 | -1/+1 |
2019-01-16 | Merge pull request #5001 | Riccardo Spagni | 1 | -3/+4 |
2019-01-16 | Merge pull request #4976 | Riccardo Spagni | 3 | -16/+16 |
2018-12-30 | p2p: don't stop the idle thread when no gray peers are found | moneromooo-monero | 1 | -1/+1 |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 3 | -16/+16 |
2018-12-23 | Remove boost::lexical_cast for uuid and unused uuid function | Lee Clagett | 1 | -3/+4 |
2018-12-07 | p2p: use vector instead of list for peer lists | moneromooo-monero | 4 | -24/+27 |
2018-12-04 | Merge pull request #4854 | Riccardo Spagni | 1 | -1/+3 |
2018-11-16 | Merge pull request #4776 | Riccardo Spagni | 2 | -4/+11 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -1/+3 |
2018-11-01 | p2p: less frequent incoming connections check | moneromooo-monero | 1 | -1/+1 |
2018-11-01 | p2p: tone down "no incoming connections" warning to info if in peers is 0 | moneromooo-monero | 1 | -3/+10 |
2018-10-31 | Expose limit-rate defaults from command line help | RaskaRuby | 2 | -4/+4 |
2018-10-26 | Merge pull request #4612 | Riccardo Spagni | 1 | -4/+8 |
2018-10-16 | p2p: only deinitialize what's been initialized in offline mode | moneromooo-monero | 1 | -4/+8 |
2018-10-15 | p2p: a negative result from UPNP_GetValidIGD is an error | moneromooo-monero | 1 | -2/+2 |
2018-10-15 | Merge pull request #4578 | Riccardo Spagni | 1 | -3/+3 |
2018-10-13 | Revert "p2p: connect via the bound ip, if any" | moneromooo-monero | 1 | -3/+3 |
2018-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 1 | -0/+1 |
2018-08-15 | Merge pull request #4089 | luigi1111 | 1 | -3/+3 |
2018-07-19 | Merge pull request #4075 | luigi1111 | 1 | -1/+0 |
2018-07-19 | Merge pull request #3854 | luigi1111 | 1 | -0/+3 |
2018-07-02 | p2p: connect via the bound ip, if any | moneromooo-monero | 1 | -3/+3 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -0/+3 |
2018-06-28 | remove epee from link lines where it's redundant | moneromooo-monero | 1 | -1/+0 |
2018-06-27 | Merge pull request #3982 | luigi1111 | 1 | -16/+46 |
2018-06-19 | Merge pull request #3861 | luigi1111 | 2 | -0/+16 |
2018-06-11 | net_node: resolve host for node addresses given via command line flags | stoffu | 1 | -13/+43 |
2018-06-11 | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::... | stoffu | 1 | -3/+3 |
2018-05-26 | p2p: warn when no incoming connections are seen for a while | moneromooo-monero | 2 | -0/+16 |
2018-04-29 | p2p: fix fallback seed node usage | moneromooo-monero | 2 | -3/+11 |
2018-04-25 | Fix broken interactive daemon 'limit' commands plus RPC calls | rbrunner7 | 1 | -2/+2 |
2018-04-21 | Build: update CMake and p2p for in-tree miniupnp | anonimal | 1 | -10/+3 |
2018-04-19 | CMake: update new location of in-tree miniupnpc | anonimal | 1 | -3/+3 |
2018-04-12 | Merge pull request #3502 | Riccardo Spagni | 1 | -1/+1 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 |
2018-03-22 | p2p: correct port number for seed nodes | stoffu | 1 | -3/+3 |
2018-03-13 | p2p: fix network ID being uninitialised when using exclusive peers | moneromooo-monero | 1 | -1/+4 |
2018-03-05 | Stagenet | stoffu | 3 | -18/+34 |
2018-02-20 | Merge pull request #3290 | Riccardo Spagni | 1 | -0/+1 |
2018-02-18 | p2p: restore m_testnet assignment lost during rebase | whythat | 1 | -0/+1 |
2018-02-18 | p2p: need libcryptonote_core due to arg_testnet_on being used | stoffu | 1 | -0/+1 |
2018-02-16 | options: add testnet option dependencies | whythat | 1 | -2/+6 |
2018-02-16 | options: remove testnet-* options | whythat | 3 | -16/+6 |
2018-02-16 | Merge pull request #3196 | Riccardo Spagni | 1 | -1/+2 |
2018-02-16 | Merge pull request #3226 | Riccardo Spagni | 2 | -2/+2 |
2018-02-16 | Merge pull request #3221 | Riccardo Spagni | 1 | -0/+2 |
2018-02-02 | pass large parameters by const ref, not value | moneromooo-monero | 2 | -2/+2 |
2018-02-01 | p2p: do not try to connect to peers in offline mode | moneromooo-monero | 1 | -0/+2 |
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 4 | -3/+63 |
2018-01-29 | Rename delete_connections to delete_out_connections | Erik de Castro Lopo | 2 | -2/+2 |
2018-01-29 | Rename connections_count to max_out_connection_count | Erik de Castro Lopo | 2 | -12/+12 |
2018-01-28 | p2p: fix testnet/mainnet port mixup | moneromooo-monero | 1 | -1/+2 |
2018-01-27 | Merge pull request #3145 | Riccardo Spagni | 1 | -6/+6 |
2018-01-26 | Update 2018 copyright | xmr-eric | 9 | -9/+9 |
2018-01-18 | p2p: fix picking peers off an empty gray list | moneromooo-monero | 1 | -1/+4 |
2018-01-17 | p2p: don't lookup seed IPs if using an exclusive peer | moneromooo-monero | 1 | -5/+5 |
2018-01-17 | p2p: don't connect to seeds if using an exclusive peer | moneromooo-monero | 1 | -1/+1 |
2018-01-10 | fix some link errors in debug mode for macos | stoffu | 1 | -0/+1 |
2017-12-25 | Merge pull request #2928 | Riccardo Spagni | 1 | -2/+5 |
2017-12-18 | p2p: use size_t for arbitrary counters instead of uint8_t | moneromooo-monero | 1 | -2/+2 |
2017-12-17 | Merge pull request #2877 | Riccardo Spagni | 10 | -1261/+90 |
2017-12-16 | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 6 | -1214/+0 |
2017-12-16 | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 4 | -47/+90 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+2 |
2017-12-16 | Merge pull request #2878 | Riccardo Spagni | 1 | -4/+2 |
2017-12-15 | p2p: stop net server before closing starting connections | moneromooo-monero | 1 | -2/+5 |
2017-11-30 | core: make --offline also disable DNS lookups | moneromooo-monero | 1 | -4/+2 |
2017-11-28 | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 5 | -33/+18 |
2017-11-14 | Merge pull request #2736 | Riccardo Spagni | 1 | -2/+3 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 1 | -2/+3 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -2/+2 |
2017-10-09 | Fix an object lifetime bug in net load tests | moneromooo-monero | 1 | -1/+1 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 3 | -15/+22 |
2017-09-25 | version: fix link to new version strings | moneromooo-monero | 1 | -0/+1 |
2017-09-25 | Merge pull request #2424 | Riccardo Spagni | 1 | -20/+1 |
2017-09-25 | Merge pull request #2442 | Riccardo Spagni | 1 | -2/+0 |
2017-09-25 | net_peerlist: remove dead code | moneromooo-monero | 1 | -20/+1 |
2017-09-25 | Merge pull request #2428 | Riccardo Spagni | 1 | -0/+2 |
2017-09-21 | Merge pull request #2302 | Riccardo Spagni | 1 | -0/+5 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -2/+0 |
2017-09-20 | Merge pull request #2376 | Riccardo Spagni | 2 | -48/+102 |
2017-09-10 | p2p: disable gray list housekeeping when an exclusive node is given | moneromooo-monero | 1 | -0/+2 |
2017-09-02 | Merge pull request #2329 | Riccardo Spagni | 1 | -0/+2 |
2017-09-01 | Rename m_listenning_port to m_listening_port | MaxXor | 2 | -7/+7 |
2017-08-29 | Delete UPnP port mapping on exit | MaxXor | 2 | -43/+97 |
2017-08-23 | print peer id in 0 padded hex for consistency | moneromooo-monero | 2 | -6/+13 |