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-05-07
net: Clarify message header validation errors
W. J. van der Laan
2021-05-06
net: Sanitize message type for logging
W. J. van der Laan
2021-05-03
Merge bitcoin/bitcoin#21750: net: remove unnecessary check of CNode::cs_vSend
MarcoFalke
2021-04-25
Merge bitcoin/bitcoin#21563: net: Restrict period when cs_vNodes mutex is locked
MarcoFalke
2021-04-22
net, refactor: Fix style in CConnman::StopNodes
Hennadii Stepanov
2021-04-22
net: Combine two loops into one, and update comments
Hennadii Stepanov
2021-04-22
net: Restrict period when cs_vNodes mutex is locked
Hennadii Stepanov
2021-04-22
net: remove unnecessary check of CNode::cs_vSend
Vasil Dimov
2021-04-17
refactor: Mark member functions const
MarcoFalke
2021-04-06
Merge #21560: net: Add Tor v3 hardcoded seeds
W. J. van der Laan
2021-04-05
net: Deserialize hardcoded seeds from BIP155 blob
W. J. van der Laan
2021-04-01
[net] Changes to RunInactivityChecks
John Newbery
2021-03-31
Merge #21486: build: link against -lsocket if required for *ifaddrs
fanquake
2021-03-30
Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests
Wladimir J. van der Laan
2021-03-30
Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...
Wladimir J. van der Laan
2021-03-29
net: add ifaddrs.h include
fanquake
2021-03-22
[net] remove fUpdateConnectionTime from FinalizeNode
John Newbery
2021-03-20
[net] remove CConnman::AddNewAddresses
John Newbery
2021-03-20
[net] remove CConnman::MarkAddressGood
John Newbery
2021-03-20
[net] remove CConnman::SetServices
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-19
Merge #21328: net, refactor: pass uint16 CService::port as uint16
MarcoFalke
2021-03-19
Protect onion+localhost peers in ProtectEvictionCandidatesByRatio()
Jon Atack
2021-03-19
Use EraseLastKElements() throughout SelectNodeToEvict()
Jon Atack
2021-03-19
Add m_inbound_onion to AttemptToEvictConnection()
Jon Atack
2021-03-19
Extract ProtectEvictionCandidatesByRatio from SelectNodeToEvict
Jon Atack
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-03-16
i2p: use pointers to Sock to accommodate mocking
Vasil Dimov
2021-03-16
net: change ConnectSocketDirectly() to take a Sock argument
Vasil Dimov
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
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
[next]