Commit Graph

176 Commits (675b87984414651fde76becf1901a5b427c2fa6e)

Author SHA1 Message Date
wowario 675b879844
initial commit
6 years ago
moneromooo-monero 14a5c2068f
p2p: tone down "no incoming connections" warning to info if in peers is 0
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
moneromooo-monero 76d6d832d2
Revert "p2p: connect via the bound ip, if any"
6 years ago
luigi1111 b586ae1310
Merge pull request #4089
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
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
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
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
whythat 1d28c0d8a9 p2p: restore m_testnet assignment lost during rebase
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
Riccardo Spagni c611cca462
Merge pull request #2928
6 years ago
moneromooo-monero fe568db83d
p2p: use size_t for arbitrary counters instead of uint8_t
7 years ago
moneromooo-monero 4abf25f3c9
cryptonote_core does not depend on p2p anymore
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
moneromooo-monero 082db75f28
move cryptonote command line options to cryptonote_core
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
Riccardo Spagni 174f2fb4da
Merge pull request #2428
7 years ago
Riccardo Spagni 07312a7d6e
Merge pull request #2302
7 years ago
moneromooo-monero 054054c92f
p2p: disable gray list housekeeping when an exclusive node is given
7 years ago