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-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
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2021-01-02
Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...
MarcoFalke
2020-12-29
p2p: remove unused legacyWhitelisted variable
Jon Atack
2020-12-28
Merge #162: Add network to peers window and peer details
Wladimir J. van der Laan
2020-12-27
net, rpc: change CNodeStats::m_network from string to Network
Jon Atack
2020-12-26
[rpc] Remove deprecated "whitelisted" field from getpeerinfo
Amiti Uttarwar
2020-12-26
[rpc] Remove deprecated "addnode" field from getpeerinfo
Amiti Uttarwar
2020-12-20
[net processing] Move hashContinue to net processing
John Newbery
2020-12-20
[net processing] Move nStartingHeight to Peer
John Newbery
2020-12-17
net: assert CNode::m_inbound_onion is inbound in ctor
Jon Atack
2020-12-17
Merge #20668: doc: warn that incoming conns are unlikely when not using defau...
Wladimir J. van der Laan
2020-12-16
Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peers
MarcoFalke
2020-12-16
doc: warn that incoming conns are unlikely when not using default ports
Adam Jonas
2020-12-16
Merge #20477: net: Add unit testing of node eviction logic
MarcoFalke
2020-12-16
net: Move eviction node selection logic to SelectNodeToEvict(...)
practicalswift
2020-12-15
Merge #20653: doc: Move addr relay comment in net to correct place
MarcoFalke
2020-12-14
doc: Move add relay comment in net to correct place
MarcoFalke
2020-12-14
[net] Make p2p recv buffer timeout 20 minutes for all peers
John Newbery
2020-12-13
net: use std::chrono throughout maxOutbound logic
fanquake
2020-12-13
net: remove nMaxOutboundTimeframe from connection options
fanquake
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-10
Periodically make block-relay connections and sync headers
Suhas Daftuar
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfo
MarcoFalke
2020-12-09
Remove g_relay_txes
John Newbery
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
[prev]
[next]