Commit Graph

416 Commits (51e7a4178ecaefebbf6c936d67eb108f52865230)

Author SHA1 Message Date
luigi1111 017baeeab5
Merge pull request #5956
5 years ago
luigi1111 67043d642d
Merge pull request #5954
5 years ago
luigi1111 fcb4c72bb5
Merge pull request #5943
5 years ago
luigi1111 dc48cdc998
Merge pull request #5933
5 years ago
Gingeropolous 6fdaaba935
node.inl, add xmrchain.net IP to hardcoded peers
5 years ago
xiphon d4d2b5c79a p2p+rpc: don't skip p2p or rpc port bind failure by default
5 years ago
luigi1111 b0840a8e01
Merge pull request #5932
5 years ago
luigi1111 342e7f844f
Merge pull request #5921
5 years ago
moneromooo-monero 4ce40edb27
p2p: reject invalid pruning seeds in peer lists
5 years ago
xiphon ec7f2ff9ed p2p: reject invalid rpc_port in peer lists
5 years ago
moneromooo-monero 3455efafa8
ban peers sending bad pow outright
5 years ago
Martijn Otto f3b65c66f8
Request a thread stack size that is large enough for unbound
5 years ago
moneromooo-monero 7b076d5170
p2p: fix bans taking port into account
5 years ago
luigi1111 86938725ae
Merge pull request #5841
5 years ago
luigi1111 15dabf7d18
Merge pull request #5839
5 years ago
luigi1111 3b28ff2d6d
Merge pull request #5838
5 years ago
moneromooo-monero bc1144e98e
Fix IP address serialization on big endian
5 years ago
moneromooo-monero cae488dc9b
p2p: reject incoming connections to self
5 years ago
moneromooo-monero e353e3d757
p2p: sanitize peer lists
5 years ago
moneromooo-monero 2e2653602f
p2p: move log away from global
5 years ago
luigi1111 c9df9d683a
Merge pull request #5696
5 years ago
moneromooo-monero fd60d05d5d
daemon: fix print_pl only printing public zone peers
5 years ago
luigi1111 f205d28e96
Merge pull request #5727
5 years ago
luigi1111 017162b5b2
Merge pull request #5682
5 years ago
luigi1111 8a0711f2f2
Merge pull request #5674
5 years ago
Tom Smeding 7b9a420787 Replace std::random_shuffle with std::shuffle
5 years ago
Thomas Winget 155475d971
Add IPv6 support
5 years ago
Lee Clagett 2a7d91523b Fixed i2p/tor tx flooding bug (white noise disabled)
5 years ago
luigi1111 61512cf798
Merge pull request #5610
5 years ago
luigi1111 e241a6280d
Merge pull request #5582
5 years ago
luigi1111 e579fe4ae0
Merge pull request #5530
5 years ago
luigi1111 1880c1a582
Merge pull request #5363
5 years ago
Riccardo Spagni 8eb075e789
Merge pull request #5732
5 years ago
Lee Clagett 3b24b1d082 Added support for "noise" over I1P/Tor to mask Tx transmission.
5 years ago
moneromooo-monero 65c4004963
allow blocking whole subnets
5 years ago
moneromooo-monero 515ac2951d
p2p: store network address directly in blocked host list
5 years ago
moneromooo-monero 4ee095c200
p2p: don't connect to more than one IP per class B if we can
5 years ago
moneromooo-monero ab361df2cd
p2p: add a few missing connection close calls
5 years ago
moneromooo-monero 4237707d3e
p2p: don't forget pruning seed or public RPC port when updating peers
5 years ago
moneromooo-monero 3768db227c
p2p: add a reference to Cao, Tong et al. for the last_seen changes
5 years ago
moneromooo-monero 098aadf084
p2p: close the right number of connections on setting max in/out peers
5 years ago
moneromooo-monero fcbf7b3f74
p2p: propagate out peers limit to payload handler
5 years ago
moneromooo-monero 2cbe75661c
p2p: fix GCC 9.1 crash
5 years ago
moneromooo-monero 068fa1ca5c
p2p: delay IGP probing on startup
5 years ago
moneromooo-monero fcfcc3ac86
rpc: in/out peers can now return the setting's value
5 years ago
moneromooo-monero 6abaaaa994
remove obsolete save_graph skeleton code
5 years ago
moneromooo-monero 28a7d31565
p2p: do not send last_seen timestamp to peers
5 years ago
Riccardo Spagni 8d16e92dcb
Merge pull request #5425
5 years ago
moneromooo-monero 5858598604
p2p: fix integer overflow in host bans
5 years ago
stoffu a2195b9b7f
crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)
5 years ago
Riccardo Spagni 6e0242f861
Merge pull request #5334
5 years ago
moneromooo-monero 19f8089fca
p2p: don't lookup seed nodes when offline
5 years ago
rbrunner7 85f2f8c933 Fix daemon startup parameter '--limit-rate' processing after parameter defaults
5 years ago
Riccardo Spagni bf0f85221b
Merge pull request #5195
5 years ago
Riccardo Spagni 848591c4d8
Merge pull request #5190
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero ceb72be329
p2p: avoid busy loop when we have nothing to connect to
5 years ago
moneromooo-monero e396146aee
default initialize rpc structures
5 years ago
Riccardo Spagni 4466f4504e
Merge pull request #5091
5 years ago
xiphon a54e81e572 daemon: add '--no-sync' arg to optionally disable blockchain sync
5 years ago
xiphon 551104fbf1 daemon: add --public-node mode, RPC port propagation over P2P
5 years ago
moneromooo-monero 2456945408
epee: add SSL support
5 years ago
Jethro Grassie 123fc2a25a
i2p: initial support
5 years ago
Lee Clagett 973403bc9f Adding initial support for broadcasting transactions over Tor
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni e59813c3d7
Merge pull request #5029
5 years ago
Riccardo Spagni 3e9bb9626a
Merge pull request #5001
5 years ago
Riccardo Spagni 846362842c
Merge pull request #4976
5 years ago
moneromooo-monero d1b3990d40
p2p: don't stop the idle thread when no gray peers are found
6 years ago
moneromooo-monero 85665003a7
epee: better network buffer data structure
6 years ago
Lee Clagett a5ffc2d5ad Remove boost::lexical_cast for uuid and unused uuid function
6 years ago
moneromooo-monero 570dd3690e
p2p: use vector instead of list for peer lists
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Riccardo Spagni 46d0dc2808
Merge pull request #4776
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 03fc731bf2
p2p: less frequent incoming connections check
6 years ago
moneromooo-monero 14a5c2068f
p2p: tone down "no incoming connections" warning to info if in peers is 0
6 years ago
RaskaRuby 2bd46065ae Expose limit-rate defaults from command line help
6 years ago
Riccardo Spagni ecc690a613
Merge pull request #4612
6 years ago
moneromooo-monero 2d48861db7
p2p: only deinitialize what's been initialized in offline mode
6 years ago
moneromooo-monero 0fbbb065d4
p2p: a negative result from UPNP_GetValidIGD is an error
6 years ago
Riccardo Spagni fa7278d6b5
Merge pull request #4578
6 years ago
moneromooo-monero 76d6d832d2
Revert "p2p: connect via the bound ip, if any"
6 years ago
moneromooo-monero e736964a0c
Remove epee header dependency on cryptonote_core
6 years ago
luigi1111 b586ae1310
Merge pull request #4089
6 years ago
luigi1111 f6d7e87b67
Merge pull request #4075
6 years ago
luigi1111 025187e6c9
Merge pull request #3854
6 years ago
moneromooo-monero 909398efc7
p2p: connect via the bound ip, if any
6 years ago
victorsintnicolaas 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing
6 years ago
moneromooo-monero 438d52deaf
remove epee from link lines where it's redundant
6 years ago
luigi1111 3ad4ecd4ff
Merge pull request #3982
6 years ago
luigi1111 cb130c7590
Merge pull request #3861
6 years ago
stoffu 0cf80baea4
net_node: resolve host for node addresses given via command line flags
6 years ago
stoffu 08b85a8e00
cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X
6 years ago
moneromooo-monero de1ffe07b1
p2p: warn when no incoming connections are seen for a while
6 years ago
moneromooo-monero 1590183965
p2p: fix fallback seed node usage
6 years ago
rbrunner7 f9d0827bba Fix broken interactive daemon 'limit' commands plus RPC calls
6 years ago
anonimal 6b85398031
Build: update CMake and p2p for in-tree miniupnp
6 years ago
anonimal 859db52fda
CMake: update new location of in-tree miniupnpc
6 years ago
Riccardo Spagni 5053f8f40b
Merge pull request #3502
6 years ago
moneromooo-monero 11c933e137
fix lambda compile error on openbsd
6 years ago
stoffu 5f6647934b
p2p: correct port number for seed nodes
6 years ago
moneromooo-monero 523371c042
p2p: fix network ID being uninitialised when using exclusive peers
6 years ago
stoffu af773211cb
Stagenet
6 years ago
Riccardo Spagni 299af8e43e
Merge pull request #3290
6 years ago
whythat 1d28c0d8a9 p2p: restore m_testnet assignment lost during rebase
6 years ago
stoffu 10f78f63f1
p2p: need libcryptonote_core due to arg_testnet_on being used
6 years ago
whythat b3b2d4d20c options: add testnet option dependencies
6 years ago
whythat 05a12ccc2d options: remove testnet-* options
6 years ago
Riccardo Spagni ef91d6e61e
Merge pull request #3196
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni a54247b993
Merge pull request #3221
6 years ago
moneromooo-monero 2e3e90acbe
pass large parameters by const ref, not value
6 years ago
moneromooo-monero 2e584dcb1f
p2p: do not try to connect to peers in offline mode
6 years ago
Erik de Castro Lopo 32c0f908cd Allow the number of incoming connections to be limited
6 years ago
Erik de Castro Lopo d609a2c164 Rename delete_connections to delete_out_connections
6 years ago
Erik de Castro Lopo b927c0fc7a Rename connections_count to max_out_connection_count
6 years ago
moneromooo-monero eda9fb5b98
p2p: fix testnet/mainnet port mixup
6 years ago
Riccardo Spagni a4ae78a335
Merge pull request #3145
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero ab58b150ef
p2p: fix picking peers off an empty gray list
6 years ago
moneromooo-monero fd1dfac5d2
p2p: don't lookup seed IPs if using an exclusive peer
6 years ago
moneromooo-monero b50182aee7
p2p: don't connect to seeds if using an exclusive peer
6 years ago
stoffu 6d8b29ef28
fix some link errors in debug mode for macos
6 years ago
Riccardo Spagni c611cca462
Merge pull request #2928
7 years ago
moneromooo-monero fe568db83d
p2p: use size_t for arbitrary counters instead of uint8_t
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
7 years ago
moneromooo-monero 4abf25f3c9
cryptonote_core does not depend on p2p anymore
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
Riccardo Spagni 8da24c2a57
Merge pull request #2878
7 years ago
moneromooo-monero d28c388f88
p2p: stop net server before closing starting connections
7 years ago
moneromooo-monero 7696e84952
core: make --offline also disable DNS lookups
7 years ago
rbrunner7 cf5f623616 Corrections in rate limiting / trottle code, especially in 'out' direction
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
moneromooo-monero 082db75f28
move cryptonote command line options to cryptonote_core
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
moneromooo-monero 7dbf76d0da
Fix an object lifetime bug in net load tests
7 years ago
Lee Clagett 8b00687735 Upgrades to epee::net_utils::network_address
7 years ago
moneromooo-monero 8e0670c684
version: fix link to new version strings
7 years ago
Riccardo Spagni c2346c6c59
Merge pull request #2424
7 years ago
Riccardo Spagni b911130a46
Merge pull request #2442
7 years ago
moneromooo-monero 1399e26d7e
net_peerlist: remove dead code
7 years ago
Riccardo Spagni 174f2fb4da
Merge pull request #2428
7 years ago
Riccardo Spagni 07312a7d6e
Merge pull request #2302
7 years ago
stoffu e29282d208
build: auto update version info without manually deleting version.h
7 years ago
Riccardo Spagni 75563db6e3
Merge pull request #2376
7 years ago
moneromooo-monero 054054c92f
p2p: disable gray list housekeeping when an exclusive node is given
7 years ago
Riccardo Spagni 5551fcf60b
Merge pull request #2329
7 years ago
MaxXor e3680b6936 Rename m_listenning_port to m_listening_port
7 years ago