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.cpp
Age
Commit message (
Expand
)
Author
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: split up addresses/ban dumps in preparation for moving them
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 #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes ...
Wladimir J. van der Laan
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-28
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-12
Use a local FastRandomContext in a few more places in net
Pieter Wuille
2018-12-04
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...
Wladimir J. van der Laan
2018-12-03
Implement poll() on systems which support it properly.
Patrick Strateman
2018-11-30
Move SocketEvents logic to private method.
Patrick Strateman
2018-11-30
Move GenerateSelectSet logic to private method.
Patrick Strateman
2018-11-30
Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.
Patrick Strateman
2018-11-28
p2p: allow p2ptimeout to be configurable, speed up slow test
Zain Iqbal Allarakhia
2018-11-28
Add missing lock in CNode::copyStats(...)
practicalswift
2018-11-28
Add missing locking annotations
practicalswift
2018-11-20
Convert comments to thread safety annotations
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-16
Merge #14335: net: refactor: cleanup ThreadSocketHandler
Wladimir J. van der Laan
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-09-10
Merge #14127: build: avoid getifaddrs when unavailable
Wladimir J. van der Laan
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-01
build: avoid getifaddrs when unavailable
Cory Fields
2018-08-31
Switch nPrevNodeCount to vNodesSize.
Patrick Strateman
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
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-31
doc: Remove outdated net comment
MarcoFalke
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-22
Merge #13212: Net: Fixed a race condition when disabling the network.
Wladimir J. van der Laan
2018-07-18
Merge #13672: Modified in_addr6 cast in CConman class to work with msvc
Wladimir J. van der Laan
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
Modified in_addr6 cast in CConman class to work with msvc.
Aaron Clauson
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-12
Merge #13177: GCC-7 and glibc-2.27 back compat code
Wladimir J. van der Laan
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
[next]