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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+10
*
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-28
1
-0
/
+2
*
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guard...
MarcoFalke
2019-02-08
1
-2
/
+13
|
\
|
*
Add locking annotation for vNodes. vNodes is guarded by cs_vNodes.
practicalswift
2019-01-19
1
-2
/
+13
*
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
1
-10
/
+0
*
|
Merge #14929: net: Allow connections from misbehavior banned peers
Jonas Schnelli
2019-01-29
1
-0
/
+1
|
\
\
|
*
|
Allow connections from misbehavior banned peers.
Gregory Maxwell
2019-01-22
1
-0
/
+1
*
|
|
Trivial: fixup a few doxygen comments
Ben Woosley
2019-01-24
1
-7
/
+7
|
/
/
*
|
Merge #14605: Return of the Banman
Wladimir J. van der Laan
2019-01-21
1
-38
/
+8
|
\
\
|
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-48
/
+1
|
*
|
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
1
-1
/
+2
|
*
|
banman: pass the banfile path in
Cory Fields
2019-01-16
1
-1
/
+2
|
*
|
banman: create and split out banman
Cory Fields
2019-01-16
1
-36
/
+49
|
*
|
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
1
-0
/
+2
|
|
/
*
/
Add comment describing fDisconnect behavior
Carl Dong
2019-01-17
1
-0
/
+2
|
/
*
Merge #15144: [refactor] CNode: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-14
1
-42
/
+42
|
\
|
*
Use C++11 default member initializers
MarcoFalke
2019-01-10
1
-42
/
+42
*
|
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-13
1
-5
/
+11
|
/
*
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
1
-8
/
+8
|
\
|
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-8
/
+8
*
|
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-03
1
-2
/
+4
|
/
*
Merge #14336: net: implement poll
Wladimir J. van der Laan
2019-01-02
1
-0
/
+2
|
\
|
*
Move SocketEvents logic to private method.
Patrick Strateman
2018-11-30
1
-0
/
+1
|
*
Move GenerateSelectSet logic to private method.
Patrick Strateman
2018-11-30
1
-0
/
+1
*
|
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...
Wladimir J. van der Laan
2018-12-04
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
p2p: allow p2ptimeout to be configurable, speed up slow test
Zain Iqbal Allarakhia
2018-11-28
1
-0
/
+7
*
|
Add missing locking annotations
practicalswift
2018-11-28
1
-19
/
+19
*
|
Convert comments to thread safety annotations
MarcoFalke
2018-11-20
1
-6
/
+5
|
/
*
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
1
-0
/
+1
*
Merge #14335: net: refactor: cleanup ThreadSocketHandler
Wladimir J. van der Laan
2018-10-16
1
-0
/
+5
|
\
|
*
Move SocketHandler logic to private method.
Patrick Strateman
2018-09-24
1
-0
/
+1
|
*
Move InactivityCheck logic to private method.
Patrick Strateman
2018-09-24
1
-0
/
+1
|
*
Move DisconnectNodes logic to private method.
Patrick Strateman
2018-09-24
1
-0
/
+1
|
*
Move NotifyNumConnectionsChanged logic to private method.
Patrick Strateman
2018-09-24
1
-0
/
+2
*
|
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-27
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Skip stale tip checking if outbound connections are off or if reindexing.
Gregory Maxwell
2018-08-23
1
-0
/
+3
*
|
scripted-diff: Small locking rename
Russell Yanofsky
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
-1
/
+1
|
\
\
|
*
|
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
1
-1
/
+1
*
|
|
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-27
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge #13907: Introduce a maximum size for locators.
Wladimir J. van der Laan
2018-08-10
1
-0
/
+2
|
\
\
|
*
|
Introduce a maximum size for locators.
Gregory Maxwell
2018-08-09
1
-0
/
+2
|
|
/
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-1
/
+1
|
/
*
Initialize m_next_send_inv_to_incoming
Pieter Wuille
2018-07-16
1
-1
/
+1
*
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
1
-1
/
+10
|
\
|
*
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-13
1
-1
/
+10
*
|
net: Remove unused interrupt from SendMessages
fanquake
2018-07-08
1
-1
/
+1
|
/
[next]