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.h
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-07-27
Update copyright headers to 2018
DrahtBot
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-04-08
Introduce BigEndian wrapper and use it for netaddress ports
Pieter Wuille
2018-04-05
Support serializing Span<unsigned char> and use that instead of FLATDATA
Pieter Wuille
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
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-08-16
Declare single-argument (non-converting) constructors "explicit"
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-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
2017-01-27
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-07-31
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields