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
/
test
/
net_tests.cpp
Age
Commit message (
Expand
)
Author
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-14
[net] Return CService from GetLocalAddrForPeer and GetLocalAddress
dergoegge
2022-07-14
[net processing] Add m_our_services and m_their_services to Peer
John Newbery
2022-06-10
p2p: always set nTime for self-advertisements
Martin Zumsande
2022-03-24
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...
MarcoFalke
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-01
test: add CJDNS to LimitedAndReachable_Network unit tests
Jon Atack
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-01-28
net: use Sock in CNode
Vasil Dimov
2022-01-19
scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
w0xlt
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-08-26
Merge bitcoin/bitcoin#22648: doc, test: improve i2p/tor docs and i2p reachabl...
W. J. van der Laan
2021-08-19
Add I2P network SetReachable/IsReachable unit test assertions
Jon Atack
2021-08-17
[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
John Newbery
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-07-23
Add missing GUARDED_BY to CAddrMan::insecure_rand
MarcoFalke
2021-05-28
p2p: remove torv2 from SetNetFromBIP155Network()
Jon Atack
2021-05-28
p2p: drop onions from IsAddrV1Compatible(), no longer relay torv2
Jon Atack
2021-05-27
p2p: remove torv2/ADDR_TORV2_SIZE from SetTor()
Jon Atack
2021-05-18
net: Return IPv6 scope id in `CNetAddr::ToStringIP()`
W. J. van der Laan
2021-04-15
test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in ...
practicalswift
2021-03-30
Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...
Wladimir J. van der Laan
2021-03-19
tests: Add test for CNetAddr::ToString IPv6 address formatting (RFC 5952)
practicalswift
2021-03-19
Merge #21328: net, refactor: pass uint16 CService::port as uint16
MarcoFalke
2021-03-19
Move peer eviction tests to a separate test file
Jon Atack
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-16
test: add missing netaddress include headers
Jon Atack
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-11
scripted-diff: remove MakeUnique<T>()
fanquake
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: extend CNetAddr::SetSpecial() to support I2P
Vasil Dimov
2021-02-18
[net] Change AdvertiseLocal to GetLocalAddrForPeer
John Newbery
2021-02-15
scripted-diff: rename ping members
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-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-17
net: add CNode::IsInboundOnion() public getter and unit tests
Jon Atack
2020-12-17
test, fuzz: fix constructing CNode with invalid inbound_onion
Jon Atack
2020-12-16
Merge #20477: net: Add unit testing of node eviction logic
MarcoFalke
2020-12-16
Assert eviction at >= 29 candidates. Assert non-eviction at <= 20 candidates.
practicalswift
2020-12-16
test: Add unit testing of node eviction logic
practicalswift
2020-12-14
Check if Cjdns address is valid
Lucas Ontivero
[next]