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
2021-11-30
Replace addrman.h include with forward decl in net.h
MarcoFalke
2021-11-24
refactor: replace RecursiveMutex m_added_nodes_mutex with Mutex
Sebastian Falbesoner
2021-11-24
refactor: replace RecursiveMutex m_addr_fetches_mutex with Mutex
Sebastian Falbesoner
2021-11-24
scripted-diff: rename node vector/mutex members in CConnman
Sebastian Falbesoner
2021-11-24
refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic instead
Sebastian Falbesoner
2021-11-24
Merge bitcoin/bitcoin#21943: Dedup and RAII-fy the creation of a copy of CCon...
W. J. van der Laan
2021-11-18
net: split CConnman::SocketHandler()
Vasil Dimov
2021-11-18
net: keep reference to each node during socket wait
Vasil Dimov
2021-11-18
net: dedup and RAII-fy the creation of a copy of CConnman::vNodes
Vasil Dimov
2021-11-17
util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]
Douglas Chimento
2021-11-02
Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23137: Move-only: bloom to src/common
fanquake
2021-10-07
p2p: Use mocktime for ping timeout
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...
MarcoFalke
2021-10-05
style: Sort
MarcoFalke
2021-10-05
scripted-diff: Move bloom to src/common
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-10
Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmap
fanquake
2021-09-07
[net] Remove asmap argument from CNode::CopyStats()
John Newbery
2021-09-07
[net] Remove CConnman::Options.m_asmap
John Newbery
2021-09-07
Fix addrdb includes
MarcoFalke
2021-09-06
Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bug
MarcoFalke
2021-08-27
[net] Rename the copyStats arg from m_asmap to asmap
John Newbery
2021-08-26
Remove GetAddrName
MarcoFalke
2021-08-26
Remove unused RecursiveMutex cs_addrName
MarcoFalke
2021-08-25
[net] Remove CConnMan::SetAsmap()
John Newbery
2021-08-24
Remove unused MaybeSetAddrName
MarcoFalke
2021-08-19
[net] Don't return an optional from TransportDeserializer::GetMessage()
Troy Giorshev
2021-08-18
scripted-diff: replace clientInterface with m_client_interface in net
fanquake
2021-08-03
Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logic
fanquake
2021-07-30
[style] Small style improvements to DNS parameters
Amiti Uttarwar
2021-07-20
Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...
fanquake
2021-07-12
Merge bitcoin/bitcoin#20234: net: don't bind on 0.0.0.0 if binds are restrict...
W. J. van der Laan
2021-07-12
net, rpc: Enable AddrFetch connections for functional testing
Martin Zumsande
2021-07-07
net: don't bind on 0.0.0.0 if binds are restricted to Tor
Vasil Dimov
2021-06-14
p2p: extend inbound eviction protection by network to I2P peers
Jon Atack
2021-06-14
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Jon Atack
2021-06-14
p2p: update ProtectEvictionCandidatesByRatio() doxygen docs
Jon Atack
2021-06-13
p2p: add m_network to NodeEvictionCandidate struct
Jon Atack
2021-05-24
Merge bitcoin/bitcoin#21186: net/net processing: Move addr data into net_proc...
fanquake
2021-05-19
p2p: allow CConnman::GetAddresses() by network, add doxygen
Jon Atack
2021-05-12
scripted-diff: rename NetPermissionFlags enumerators
Jon Atack
2021-05-12
scripted-diff: add NetPermissionFlags scopes where not already present
Jon Atack
2021-04-30
[refactor] Remove unused ForEachNodeThen() template
John Newbery
2021-04-30
[net processing] Move addr relay data and logic into net processing
John Newbery
2021-04-17
refactor: Mark member functions const
MarcoFalke
2021-04-01
[net] Changes to RunInactivityChecks
John Newbery
2021-04-01
Merge #21236: net processing: Extract `addr` send functionality into MaybeSen...
MarcoFalke
[next]