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
/
netaddress.cpp
Age
Commit message (
Expand
)
Author
2018-11-23
Merge #14728: fix uninitialized read when stringifying an addrLocal
Wladimir J. van der Laan
2018-11-22
CNetAddr: Add IsBindAny method to check for INADDR_ANY
Luke Dashjr
2018-11-15
fix uninitialized read when stringifying an addrLocal
Kaz Wesley
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-27
net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)
practicalswift
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-22
remove some unused functions
Marko Bencun
2017-07-08
Fix subscript[0] in netaddress.cpp
Jeremy Rubin
2017-06-14
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-08-15
Do not shadow variables in networking code
Pavel JanÃk
2016-07-31
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields