aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07Merge pull request #7070luigi11111-7/+9
2020-12-06p2p: fix race condition accessing a deleted contextmoneromooo-monero1-7/+9
2020-12-04Merge pull request #7068Alexander Blair1-1/+2
2020-12-04Merge pull request #7017Alexander Blair1-39/+50
2020-12-03p2p: add a tor seed nodemoneromooo-monero1-1/+2
2020-12-03Merge pull request #7056Alexander Blair1-10/+17
2020-12-03Merge pull request #6984Alexander Blair1-2/+14
2020-12-03p2p: fix endianness when checking IPv6 addresses mapping to IPv4moneromooo-monero1-5/+3
2020-12-03p2p: make this work with boost <= 1.65 (pffff)moneromooo-monero1-0/+4
2020-12-03p2p: rewrite boost's make_address_v4 to cater for < 1.66moneromooo1-9/+14
2020-11-29p2p: give all hosts the same chance of being picked for connectingmoneromooo1-1/+26
2020-11-29net_node: add tor / i2p seed nodesselsta1-2/+14
2020-11-29Merge pull request #7008luigi11111-1/+1
2020-11-29Merge pull request #6943luigi11111-0/+4
2020-11-29Merge pull request #6933luigi11111-2/+30
2020-11-29Merge pull request #6920luigi11111-0/+31
2020-11-29Merge pull request #6897luigi11111-46/+68
2020-11-16Better log message for unusable anon networksHoward Chu1-2/+2
2020-11-11Silence stupid warningsHoward Chu1-1/+1
2020-11-03p2p: use /16 filtering on IPv4-within-IPv6 addressesmoneromooo-monero1-2/+30
2020-10-27p2p: remove banned peers from the white listmoneromooo1-0/+4
2020-10-20net_node: add --ban-list optionselsta1-0/+31
2020-10-19Add support for i2p and tor seed nodesLee Clagett1-46/+68
2020-10-15Do not use peer_id tracking method over i2p/torLee Clagett1-39/+50
2020-10-12Dandelion++: skip desynced peers in stem phasexiphon1-5/+5
2020-08-05Merge pull request #6571Alexander Blair1-10/+0
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-1/+1
2020-05-20net_node: remove dead seed nodesselsta1-10/+0
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-06Merge pull request #6471luigi11111-0/+3
2020-05-01Merge pull request #6443luigi11111-110/+135
2020-04-22add another seed nodeGingeropolous1-0/+2
2020-04-22Add erciccione's seed nodeerciccione1-0/+1
2020-04-21p2p: startup speedup, init seed nodes on first 'connect_to_seed()'xiphon1-110/+135
2020-04-21p2p: add seed node.guy1-0/+1
2020-04-04Merge pull request #6372luigi11111-8/+6
2020-03-31p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero1-4/+6
2020-03-27Merge pull request #6295Alexander Blair1-2/+12
2020-03-27Merge pull request #6283Alexander Blair1-2/+2
2020-03-27Merge pull request #6280Alexander Blair1-2/+8
2020-03-27Merge pull request #6279Alexander Blair1-1/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-8/+3
2020-04-10Merge pull request #6405luigi11111-0/+1
2020-03-27p2p: add another seed nodemoneromooo-monero1-0/+1
2020-03-20p2p: remove old debug commandsAaron Hook1-95/+0
2020-03-20p2p: do not add recently failed addresses to the peerlistmoneromooo-monero1-2/+12
2020-03-12Merge pull request #6243Alexander Blair1-9/+16
2020-03-07p2p: plug tor to clearnet association vectorAaron Hook1-8/+6
2020-02-28Merge pull request #6248Alexander Blair1-1/+1
2020-02-06Merge pull request #6053Alexander Blair1-6/+6
2020-01-31p2p: fix spurious warning when we're connected to at last one seedmoneromooo-monero1-2/+8
2020-01-29p2p: remove obsolete local time in handshakemoneromooo-monero1-3/+0
2020-01-29p2p: avoid sending the same peer list over and overmoneromooo-monero1-1/+13
2020-01-26p2p: remove obsolete local time from TIMED_SYNCmoneromooo-monero1-5/+3
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero1-4/+4
2020-01-24Merge pull request #6153Alexander Blair1-1/+1
2020-01-24Merge pull request #6146Alexander Blair1-6/+8
2020-01-16Merge pull request #6119Alexander Blair1-0/+1
2020-01-07p2p: fix off by one adding fallback peersmoneromooo-monero1-2/+2
2020-01-03p2p: fix adding wrong indices to the filtered peer listmoneromooo-monero1-1/+1
2019-12-17p2p: drop the peerlist dump to TRACEmoneromooo-monero1-1/+1
2019-11-19p2p: don't request flags after closing connectionmoneromooo-monero1-1/+1
2019-11-11p2p: zero last seen timestamp when inserting a new peermoneromooo-monero1-0/+1
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-6/+8
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-3/+8
2019-10-29always print peer IDs in the same formatmoneromooo-monero1-6/+6
2019-10-25Merge pull request #6021luigi11111-4/+4
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-3/+8
2019-10-24Change monerod --proxy to --tx-proxyLee Clagett1-4/+4
2019-10-22Merge pull request #5985luigi11111-0/+3
2019-10-16Merge pull request #5956luigi11111-0/+2
2019-10-16Merge pull request #5954luigi11111-0/+2
2019-10-14Merge pull request #5943luigi11111-2/+2
2019-10-14Merge pull request #5933luigi11111-2/+2
2019-10-13node.inl, add xmrchain.net IP to hardcoded peersGingeropolous1-0/+3
2019-10-13p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon1-2/+2
2019-10-08Merge pull request #5932luigi11111-1/+8
2019-10-08Merge pull request #5921luigi11111-2/+2
2019-10-02p2p: reject invalid pruning seeds in peer listsmoneromooo-monero1-0/+2
2019-10-02p2p: reject invalid rpc_port in peer listsxiphon1-0/+2
2019-09-25ban peers sending bad pow outrightmoneromooo-monero1-2/+2
2019-09-25Request a thread stack size that is large enough for unboundMartijn Otto1-1/+8
2019-09-16p2p: fix bans taking port into accountmoneromooo-monero1-4/+4
2019-09-08Merge pull request #5841luigi11111-1/+10
2019-09-08Merge pull request #5839luigi11111-15/+25
2019-09-08Merge pull request #5838luigi11111-1/+1
2019-08-22p2p: reject incoming connections to selfmoneromooo-monero1-1/+10
2019-08-21p2p: sanitize peer listsmoneromooo-monero1-15/+25
2019-08-21p2p: move log away from globalmoneromooo-monero1-1/+1
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero1-0/+9
2019-08-15Merge pull request #5674luigi11111-2/+3
2019-07-31Add IPv6 supportThomas Winget1-31/+161
2019-07-29Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett1-2/+2
2019-07-24Merge pull request #5610luigi11111-5/+43
2019-07-24Merge pull request #5582luigi11111-0/+18
2019-07-24Merge pull request #5530luigi11111-6/+0
2019-07-24Merge pull request #5363luigi11111-11/+99
2019-07-17Merge pull request #5732Riccardo Spagni1-2/+6
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-1/+82
2019-07-16allow blocking whole subnetsmoneromooo-monero1-8/+96
2019-07-16p2p: store network address directly in blocked host listmoneromooo-monero1-3/+3
2019-07-05p2p: don't connect to more than one IP per class B if we canmoneromooo-monero1-11/+45
2019-07-04p2p: add a few missing connection close callsmoneromooo-monero1-2/+6
2019-06-19p2p: close the right number of connections on setting max in/out peersmoneromooo-monero1-2/+2
2019-06-19p2p: propagate out peers limit to payload handlermoneromooo-monero1-0/+1
2019-06-06p2p: delay IGP probing on startupmoneromooo-monero1-5/+43
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero1-0/+18
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-6/+0
2019-04-24p2p: do not send last_seen timestamp to peersmoneromooo-monero1-2/+2
2019-04-16Merge pull request #5425Riccardo Spagni1-1/+8
2019-04-11p2p: fix integer overflow in host bansmoneromooo-monero1-1/+8
2019-04-04crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu1-2/+2
2019-04-01Merge pull request #5334Riccardo Spagni1-1/+1
2019-03-22p2p: don't lookup seed nodes when offlinemoneromooo-monero1-1/+1
2019-03-20Fix daemon startup parameter '--limit-rate' processing after parameter defaultsrbrunner71-4/+2
2019-03-19Merge pull request #5195Riccardo Spagni1-0/+4
2019-03-17Merge pull request #5190Riccardo Spagni1-3/+8
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05p2p: avoid busy loop when we have nothing to connect tomoneromooo-monero1-1/+9
2019-02-25daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon1-0/+4
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-3/+8
2019-02-02epee: add SSL supportmoneromooo-monero1-7/+8
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-432/+693
2019-01-22Pruningmoneromooo-monero1-49/+149
2019-01-16Merge pull request #5029Riccardo Spagni1-1/+1
2019-01-16Merge pull request #5001Riccardo Spagni1-3/+4
2019-01-16Merge pull request #4976Riccardo Spagni1-4/+4
2018-12-30p2p: don't stop the idle thread when no gray peers are foundmoneromooo-monero1-1/+1
2018-12-23epee: better network buffer data structuremoneromooo-monero1-4/+4
2018-12-23Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett1-3/+4
2018-12-07p2p: use vector instead of list for peer listsmoneromooo-monero1-5/+5
2018-11-01p2p: tone down "no incoming connections" warning to info if in peers is 0moneromooo-monero1-3/+10
2018-10-26Merge pull request #4612Riccardo Spagni1-4/+8
2018-10-16p2p: only deinitialize what's been initialized in offline modemoneromooo-monero1-4/+8
2018-10-15p2p: a negative result from UPNP_GetValidIGD is an errormoneromooo-monero1-2/+2
2018-10-13Revert "p2p: connect via the bound ip, if any"moneromooo-monero1-3/+3
2018-08-15Merge pull request #4089luigi11111-3/+3
2018-07-19Merge pull request #3854luigi11111-0/+3
2018-07-02p2p: connect via the bound ip, if anymoneromooo-monero1-3/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+3
2018-06-27Merge pull request #3982luigi11111-16/+46
2018-06-19Merge pull request #3861luigi11111-0/+14
2018-06-11net_node: resolve host for node addresses given via command line flagsstoffu1-13/+43
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu1-3/+3
2018-05-26p2p: warn when no incoming connections are seen for a whilemoneromooo-monero1-0/+14
2018-04-29p2p: fix fallback seed node usagemoneromooo-monero1-3/+10
2018-04-21Build: update CMake and p2p for in-tree miniupnpanonimal1-10/+3
2018-04-19CMake: update new location of in-tree miniupnpcanonimal1-3/+3
2018-03-22p2p: correct port number for seed nodesstoffu1-3/+3
2018-03-13p2p: fix network ID being uninitialised when using exclusive peersmoneromooo-monero1-1/+4
2018-03-05Stagenetstoffu1-11/+25
2018-02-18p2p: restore m_testnet assignment lost during rebasewhythat1-0/+1
2018-02-16options: remove testnet-* optionswhythat1-8/+2
2018-02-16Merge pull request #3196Riccardo Spagni1-1/+2
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+1
2018-02-16Merge pull request #3221Riccardo Spagni1-0/+2
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero1-1/+1
2018-02-01p2p: do not try to connect to peers in offline modemoneromooo-monero1-0/+2
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-3/+54
2018-01-29Rename delete_connections to delete_out_connectionsErik de Castro Lopo1-1/+1
2018-01-29Rename connections_count to max_out_connection_countErik de Castro Lopo1-10/+10
2018-01-28p2p: fix testnet/mainnet port mixupmoneromooo-monero1-1/+2
2018-01-27Merge pull request #3145Riccardo Spagni1-6/+6
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-18p2p: fix picking peers off an empty gray listmoneromooo-monero1-1/+4
2018-01-17p2p: don't lookup seed IPs if using an exclusive peermoneromooo-monero1-5/+5
2018-01-17p2p: don't connect to seeds if using an exclusive peermoneromooo-monero1-1/+1
2017-12-25Merge pull request #2928Riccardo Spagni1-2/+5
2017-12-18p2p: use size_t for arbitrary counters instead of uint8_tmoneromooo-monero1-2/+2
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-36/+1
2017-12-16Merge pull request #2878Riccardo Spagni1-4/+2
2017-12-15p2p: stop net server before closing starting connectionsmoneromooo-monero1-2/+5
2017-11-30core: make --offline also disable DNS lookupsmoneromooo-monero1-4/+2
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-12/+10
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-2/+3
2017-10-09Fix an object lifetime bug in net load testsmoneromooo-monero1-1/+1
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett1-4/+4
2017-09-25Merge pull request #2428Riccardo Spagni1-0/+2
2017-09-21Merge pull request #2302Riccardo Spagni1-0/+5
2017-09-10p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero1-0/+2
2017-09-01Rename m_listenning_port to m_listening_portMaxXor1-5/+5
2017-08-29Delete UPnP port mapping on exitMaxXor1-43/+95
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-6/+6
2017-08-21cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero1-0/+2
2017-08-16p2p: add a couple early outs when the stop signal is receivedmoneromooo-monero1-0/+5
2017-08-15Merge pull request #2282Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2236Riccardo Spagni1-22/+22
2017-08-15Tweak net logs so we get more info on why networking can't startmoneromooo-monero1-22/+22
2017-08-11p2p: fix random peer index being too largemoneromooo-monero1-0/+2
2017-08-09p2p: fallback on seed nodes if we can't make a connectionmoneromooo-monero1-6/+25
2017-08-08net_node: fix m_in_timedsync initializationmoneromooo-monero1-0/+1
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+8
2017-08-07Merge pull request #2219Riccardo Spagni1-6/+14
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-0/+8
2017-07-29p2p: close connections when exitingmoneromooo-monero1-0/+8
2017-07-28p2p: fix thread leakmoneromooo-monero1-6/+6
2017-07-27move get_proof_of_trust_hash from util.h to p2p_protocol_defs.hmoneromooo-monero1-1/+1
2017-06-28Remove typeid use in network_addressmoneromooo-monero1-8/+8
2017-06-24Merge pull request #2073Riccardo Spagni1-2/+6