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