index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
p2p
/
net_node.inl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: update CMake and p2p for in-tree miniupnp
anonimal
2018-04-23
1
-10
/
+3
*
CMake: update new location of in-tree miniupnpc
anonimal
2018-04-23
1
-3
/
+3
*
p2p: correct port number for seed nodes
stoffu
2018-03-22
1
-3
/
+3
*
p2p: fix network ID being uninitialised when using exclusive peers
moneromooo-monero
2018-03-13
1
-1
/
+4
*
Stagenet
stoffu
2018-03-05
1
-11
/
+25
*
p2p: restore m_testnet assignment lost during rebase
whythat
2018-02-18
1
-0
/
+1
*
options: remove testnet-* options
whythat
2018-02-16
1
-8
/
+2
*
Merge pull request #3196
Riccardo Spagni
2018-02-16
1
-1
/
+2
|
\
|
*
p2p: fix testnet/mainnet port mixup
moneromooo-monero
2018-01-28
1
-1
/
+2
*
|
Merge pull request #3226
Riccardo Spagni
2018-02-16
1
-1
/
+1
|
\
\
|
*
|
pass large parameters by const ref, not value
moneromooo-monero
2018-02-02
1
-1
/
+1
|
|
/
*
|
Merge pull request #3221
Riccardo Spagni
2018-02-16
1
-0
/
+2
|
\
\
|
*
|
p2p: do not try to connect to peers in offline mode
moneromooo-monero
2018-02-01
1
-0
/
+2
|
|
/
*
|
Allow the number of incoming connections to be limited
Erik de Castro Lopo
2018-01-29
1
-3
/
+54
*
|
Rename delete_connections to delete_out_connections
Erik de Castro Lopo
2018-01-29
1
-1
/
+1
*
|
Rename connections_count to max_out_connection_count
Erik de Castro Lopo
2018-01-29
1
-10
/
+10
|
/
*
Merge pull request #3145
Riccardo Spagni
2018-01-27
1
-6
/
+6
|
\
|
*
p2p: don't lookup seed IPs if using an exclusive peer
moneromooo-monero
2018-01-17
1
-5
/
+5
|
*
p2p: don't connect to seeds if using an exclusive peer
moneromooo-monero
2018-01-17
1
-1
/
+1
*
|
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
|
p2p: fix picking peers off an empty gray list
moneromooo-monero
2018-01-18
1
-1
/
+4
|
/
*
Merge pull request #2928
Riccardo Spagni
2017-12-25
1
-2
/
+5
|
\
|
*
p2p: stop net server before closing starting connections
moneromooo-monero
2017-12-15
1
-2
/
+5
*
|
p2p: use size_t for arbitrary counters instead of uint8_t
moneromooo-monero
2017-12-18
1
-2
/
+2
*
|
cryptonote_core does not depend on p2p anymore
moneromooo-monero
2017-12-16
1
-36
/
+1
*
|
Merge pull request #2878
Riccardo Spagni
2017-12-16
1
-4
/
+2
|
\
\
|
*
|
core: make --offline also disable DNS lookups
moneromooo-monero
2017-11-30
1
-4
/
+2
|
|
/
*
/
Corrections in rate limiting / trottle code, especially in 'out' direction
rbrunner7
2017-11-28
1
-12
/
+10
|
/
*
move cryptonote command line options to cryptonote_core
moneromooo-monero
2017-11-14
1
-2
/
+3
*
Fix an object lifetime bug in net load tests
moneromooo-monero
2017-10-09
1
-1
/
+1
*
Upgrades to epee::net_utils::network_address
Lee Clagett
2017-10-05
1
-4
/
+4
*
Merge pull request #2428
Riccardo Spagni
2017-09-25
1
-0
/
+2
|
\
|
*
p2p: disable gray list housekeeping when an exclusive node is given
moneromooo-monero
2017-09-10
1
-0
/
+2
*
|
Merge pull request #2302
Riccardo Spagni
2017-09-21
1
-0
/
+5
|
\
\
|
*
|
p2p: add a couple early outs when the stop signal is received
moneromooo-monero
2017-08-16
1
-0
/
+5
*
|
|
Rename m_listenning_port to m_listening_port
MaxXor
2017-09-01
1
-5
/
+5
*
|
|
Delete UPnP port mapping on exit
MaxXor
2017-08-29
1
-43
/
+95
|
|
/
|
/
|
*
|
print peer id in 0 padded hex for consistency
moneromooo-monero
2017-08-23
1
-6
/
+6
*
|
cryptonote_protocol: misc fixes to the new sync algorithm
moneromooo-monero
2017-08-21
1
-0
/
+2
|
/
*
Merge pull request #2282
Riccardo Spagni
2017-08-15
1
-0
/
+2
|
\
|
*
p2p: fix random peer index being too large
moneromooo-monero
2017-08-11
1
-0
/
+2
*
|
Merge pull request #2236
Riccardo Spagni
2017-08-15
1
-22
/
+22
|
\
\
|
*
|
Tweak net logs so we get more info on why networking can't start
moneromooo-monero
2017-08-15
1
-22
/
+22
|
|
/
*
/
p2p: fallback on seed nodes if we can't make a connection
moneromooo-monero
2017-08-09
1
-6
/
+25
|
/
*
net_node: fix m_in_timedsync initialization
moneromooo-monero
2017-08-08
1
-0
/
+1
*
Merge pull request #2149
Riccardo Spagni
2017-08-07
1
-0
/
+8
|
\
|
*
cryptonote_protocol_handler: sync speedup
moneromooo-monero
2017-08-07
1
-0
/
+8
*
|
Merge pull request #2219
Riccardo Spagni
2017-08-07
1
-6
/
+14
|
\
\
|
*
|
p2p: close connections when exiting
moneromooo-monero
2017-07-29
1
-0
/
+8
|
*
|
p2p: fix thread leak
moneromooo-monero
2017-07-28
1
-6
/
+6
|
|
/
[next]