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
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-03-01
net: accept incoming I2P connections from CConnman
Vasil Dimov
2021-03-01
net: make outgoing I2P connections from CConnman
Vasil Dimov
2021-03-01
init: introduce I2P connectivity options
Vasil Dimov
2021-03-01
net: dedup MSG_NOSIGNAL and MSG_DONTWAIT definitions
Vasil Dimov
2021-03-01
net: avoid unnecessary GetBindAddress() call
Vasil Dimov
2021-03-01
net: isolate the protocol-agnostic part of CConnman::AcceptConnection()
Vasil Dimov
2021-03-01
net: get the bind address earlier in CConnman::AcceptConnection()
Vasil Dimov
2021-03-01
net: check for invalid socket earlier in CConnman::AcceptConnection()
Vasil Dimov
2021-02-23
Merge #21222: log: Clarify log message when file does not exist
MarcoFalke
2021-02-18
log: Clarify log message when file does not exist
MarcoFalke
2021-02-18
[net] Move checks from GetLocalAddrForPeer to caller
John Newbery
2021-02-18
[net] Change AdvertiseLocal to GetLocalAddrForPeer
John Newbery
2021-02-15
scripted-diff: rename ping members
John Newbery
2021-02-15
[net processing] Move ping data fields to net processing
John Newbery
2021-02-15
[net processing] Move ping timeout logic to net processing
John Newbery
2021-02-15
[net] Add RunInactivityChecks()
John Newbery
2021-02-12
net: remove CNode::m_inbound_onion defaults for explicitness
Jon Atack
2021-02-12
net: make CNode::m_inbound_onion public, drop getter, update tests
Jon Atack
2021-02-12
[refactor] Correct log message in net.cpp
Dhruv Mehta
2021-02-12
Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...
Wladimir J. van der Laan
2021-02-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-10
net: use Sock in InterruptibleRecv() and Socks5()
Vasil Dimov
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-02
Merge #19509: Per-Peer Message Capture
MarcoFalke
2021-01-28
net: use peer=N instead of from=N in debug log
Anthony Towns
2021-01-28
net: make debug logging conditional on -debug=net
Anthony Towns
2021-01-28
net, net_processing: log disconnect reasons with -debug=net
Anthony Towns
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-23
Call CaptureMessage at appropriate locations
Troy Giorshev
2021-01-23
Add CaptureMessage
Troy Giorshev
2021-01-19
[net] Cleanup InactivityChecks() and add commenting about time
John Newbery
2021-01-17
Clean PushMessage and ProcessMessages
Troy Giorshev
2021-01-13
[net] InactivityCheck() takes a CNode reference
John Newbery
2021-01-13
Add include for std::bind.
sinetek
2021-01-11
Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...
MarcoFalke
2021-01-11
Merge #18819: net: Replace cs_feeFilter with simple std::atomic
fanquake
2021-01-08
Merge #20786: net: [refactor] Prefer integral types in CNodeStats
MarcoFalke
2021-01-07
[rpc/net] Introduce addconnection to test outbounds & blockrelay
Amiti Uttarwar
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2021-01-07
net: Remove unused cs_feeFilter
MarcoFalke
2021-01-07
Expose integral m_conn_type in CNodeStats, remove m_conn_type_string
Jon Atack
2021-01-07
net: Move SocketSendData lock annotation to header
MarcoFalke
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-06
Merge #20816: net: Move RecordBytesSent() call out of cs_vSend lock
MarcoFalke
2021-01-02
[net] Move RecordBytesSent() call out of cs_vSend lock
John Newbery
[next]