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
/
netbase_tests.cpp
Age
Commit message (
Expand
)
Author
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-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
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
tests: don't export in6addr_loopback
Vasil Dimov
2020-10-09
net: CAddress & CAddrMan: (un)serialize as ADDRv2
Vasil Dimov
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-24
net: don't accept non-left-contiguous netmasks
Vasil Dimov
2020-08-03
Merge #18991: Cache responses to GETADDR to prevent topology leaks
Wladimir J. van der Laan
2020-07-30
Add addr permission flag enabling non-cached addr sharing
Gleb Naumenko
2020-07-27
net: save the network type explicitly in CNetAddr
Vasil Dimov
2020-07-10
doc: Use precise permission flags where possible
MarcoFalke
2020-07-09
net: Extract download permission from noban
MarcoFalke
2020-06-22
test: add two edge case tests for CSubNet
Vasil Dimov
2020-06-09
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-08
tests: Avoid using C-style NUL-terminated strings as arguments
practicalswift
2020-01-08
tests: Add tests to make sure lookup methods fail on std::string parameters w...
practicalswift
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-16
test: add IsRFC2544 tests
Mark Tyneway
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-05-15
netaddress: Update CNetAddr for ORCHIDv2
Carl Dong
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-28
Implements ParseNetwork unit test.
251
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
doc: Adjust bitcoincore.org links
MarcoFalke
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-12
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-06-14
net: do not allow resolving to an internal address
Cory Fields
2017-06-14
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-07-31
net: Add direct tests for new CSubNet constructors
Cory Fields
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
net: Split resolving out of CNetAddr
Cory Fields
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-16
[QA] fix netbase tests because of new CSubNet::ToString() output
Jonas Schnelli
[next]