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
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
2015-09-16
net: Fix CIDR notation in ToString()
Wladimir J. van der Laan
2015-09-16
net: use CIDR notation in CSubNet::ToString()
Jonas Schnelli
2015-08-19
add unit test for CNetAddr::GetGroup.
Alex Morcos
2015-07-02
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-05-26
Fix two problems in CSubNet parsing
Wladimir J. van der Laan
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-05-09
net: Add CSubNet class for subnet matching
Wladimir J. van der Laan
2014-03-24
Update moved and dead links
Luke Dashjr
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2012-06-23
Node support for Tor hidden services
Pieter Wuille
2012-06-19
Fix netbase tests
Pieter Wuille
2012-06-14
Add netbase tests
Pieter Wuille