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
2018-12-04
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...
Wladimir J. van der Laan
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
2018-03-11
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-09
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Jonas Schnelli
2018-02-08
boost: remove useless threadGroup parameter from Discover
Cory Fields
2018-02-08
boost: drop boost threads for upnp
Cory Fields
2018-02-01
net: don't retry failed oneshot connections forever
Cory Fields
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-23
Add Clang thread safety analysis annotations
practicalswift
2017-11-21
net: Add missing locks in net.{cpp,h}
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift
2017-11-02
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-01
net: Allow connecting to extra outbound peers
Suhas Daftuar
2017-10-13
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-09-22
Merge #11301: add m_added_nodes to connman options
Pieter Wuille
2017-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-11
add m_added_nodes to connman options
Marko Bencun
2017-09-06
net: drop unused connman param
Cory Fields
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
Merge #10596: Add vConnect to CConnman::Options
Wladimir J. van der Laan
[next]