index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-09-24
1
-1
/
+1
*
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-16
1
-1
/
+1
*
Revert "Change in transaction pull scheduling to prevent InvBlock-related att...
Suhas Daftuar
2019-04-17
1
-0
/
+36
*
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-03-09
1
-2
/
+2
*
[net] feeler connections can be made to outbound peers in same netgroup
Suhas Daftuar
2019-03-09
1
-1
/
+7
*
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
1
-36
/
+0
*
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Wladimir J. van der Laan
2019-02-05
1
-11
/
+0
|
\
|
*
Drop defunct Windows compat fixes
Ben Woosley
2019-01-24
1
-11
/
+0
*
|
net: Correct comparison of addr count
Carl Dong
2019-02-04
1
-2
/
+1
*
|
Allow connections from misbehavior banned peers.
Gregory Maxwell
2019-01-22
1
-2
/
+17
|
/
*
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-189
/
+1
*
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
1
-2
/
+2
*
banman: pass the banfile path in
Cory Fields
2019-01-16
1
-6
/
+3
*
banman: create and split out banman
Cory Fields
2019-01-16
1
-38
/
+43
*
net: split up addresses/ban dumps in preparation for moving them
Cory Fields
2019-01-16
1
-10
/
+9
*
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
1
-7
/
+19
*
Merge #15144: [refactor] CNode: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-14
1
-45
/
+3
|
\
|
*
Use C++11 default member initializers
MarcoFalke
2019-01-10
1
-45
/
+3
*
|
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-13
1
-24
/
+10
*
|
Merge #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes ...
Wladimir J. van der Laan
2019-01-09
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-28
1
-4
/
+2
*
|
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
1
-8
/
+0
|
\
\
|
*
|
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-8
/
+0
*
|
|
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-03
1
-3
/
+2
|
/
/
*
|
Merge #14336: net: implement poll
Wladimir J. van der Laan
2019-01-02
1
-40
/
+136
|
\
\
|
|
/
|
/
|
|
*
Implement poll() on systems which support it properly.
Patrick Strateman
2018-12-03
1
-0
/
+49
|
*
Move SocketEvents logic to private method.
Patrick Strateman
2018-11-30
1
-5
/
+31
|
*
Move GenerateSelectSet logic to private method.
Patrick Strateman
2018-11-30
1
-35
/
+52
|
*
Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.
Patrick Strateman
2018-11-30
1
-2
/
+6
*
|
Use a local FastRandomContext in a few more places in net
Pieter Wuille
2018-12-12
1
-4
/
+5
*
|
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...
Wladimir J. van der Laan
2018-12-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
p2p: allow p2ptimeout to be configurable, speed up slow test
Zain Iqbal Allarakhia
2018-11-28
1
-2
/
+2
*
|
Add missing lock in CNode::copyStats(...)
practicalswift
2018-11-28
1
-1
/
+4
*
|
Add missing locking annotations
practicalswift
2018-11-28
1
-12
/
+3
*
|
Convert comments to thread safety annotations
MarcoFalke
2018-11-20
1
-0
/
+1
|
/
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Merge #14335: net: refactor: cleanup ThreadSocketHandler
Wladimir J. van der Laan
2018-10-16
1
-239
/
+252
|
\
|
*
Move SocketHandler logic to private method.
Patrick Strateman
2018-09-24
1
-162
/
+166
|
*
Move InactivityCheck logic to private method.
Patrick Strateman
2018-09-24
1
-32
/
+34
|
*
Move DisconnectNodes logic to private method.
Patrick Strateman
2018-09-24
1
-60
/
+62
|
*
Move NotifyNumConnectionsChanged logic to private method.
Patrick Strateman
2018-09-24
1
-11
/
+16
*
|
Merge #14127: build: avoid getifaddrs when unavailable
Wladimir J. van der Laan
2018-09-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
build: avoid getifaddrs when unavailable
Cory Fields
2018-09-01
1
-1
/
+1
*
|
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
1
-4
/
+4
|
\
\
|
*
|
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-4
/
+4
*
|
|
Switch nPrevNodeCount to vNodesSize.
Patrick Strateman
2018-08-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
1
-2
/
+2
*
|
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-27
1
-0
/
+1
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]