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
2022-02-11
net: open p2p connections to nodes that listen on non-default ports
Vasil Dimov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-03
net: recognize CJDNS from ParseNetwork()
Vasil Dimov
2021-06-03
p2p: ignore torv2-in-ipv6 addresses in SetLegacyIPv6()
Jon Atack
2021-05-27
p2p: remove torv2/ADDR_TORV2_SIZE from SetTor()
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-18
test: add net permissions noban/download unit test coverage
Jon Atack
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
[next]