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-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-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
2021-03-30
Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...
Wladimir J. van der Laan
2021-03-29
[net] Change addr send times fields to be guarded by new mutex
John Newbery
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
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-15
scripted-diff: remove Optional & nullopt
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
init: introduce I2P connectivity options
Vasil Dimov
2021-03-01
net: isolate the protocol-agnostic part of CConnman::AcceptConnection()
Vasil Dimov
[next]