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
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
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-11-20
Merge #20000: test: fix creation of "std::string"s with \0s
Wladimir J. van der Laan
2020-10-31
test: fix creation of std::string objects with \0s
Vasil Dimov
2020-10-12
Merge #19998: net: Add CNode::ConnectedThroughNetwork member function
Wladimir J. van der Laan
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-03
test: Add tests for CNode::ConnectedThroughNetwork
Hennadii Stepanov
2020-10-02
test: add test coverage for CNetAddr ipv6 scoped addresses
Jon Atack
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-17
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-09-02
[test] Add explicit tests that connection types get set correctly
Amiti Uttarwar
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-08-25
Merge #19628: net: change CNetAddr::ip to have flexible size
MarcoFalke
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-07
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
[next]