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
2023-06-05
net, refactor: pass reference for peer address in GetReachabilityFrom
Martin Zumsande
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-15
net: remove orphaned CSubNet::SanityCheck()
Jon Atack
2023-01-10
doc: net: fix link to onion address encoding scheme [ONIONADDRESS]
Sebastian Falbesoner
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
net: remove CService::ToStringPort()
Vasil Dimov
2022-12-12
net: remove CService::ToString() use ToStringAddrPort() instead
Vasil Dimov
2022-12-12
net: remove CNetAddr::ToString() and use ToStringAddr() instead
Vasil Dimov
2022-12-12
scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
Vasil Dimov
2022-11-17
[netaddress] Make OnionToString public
dergoegge
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-01
tidy: add readability-redundant-declaration
fanquake
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Make DecodeBase{32,64} take string_view arguments
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-20
[netgroupman] Move GetMappedAS() and GetGroup() logic to NetGroupManager
John Newbery
2022-04-20
[net] Only use public CNetAddr functions and data in GetMappedAS() and GetGro...
John Newbery
2022-02-11
net: remove unused CNetAddr::GetHash()
Vasil Dimov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-03
net: take the first 4 random bits from CJDNS addresses in GetGroup()
Vasil Dimov
2021-11-03
net: take CJDNS into account in CNetAddr::GetReachabilityFrom()
Vasil Dimov
2021-11-03
net: make it possible to connect to CJDNS addresses
Vasil Dimov
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-07
[asmap] Remove SanityCheckASMap() from netaddress
John Newbery
2021-07-08
Merge bitcoin/bitcoin#22179: Torv2 removal followups
W. J. van der Laan
2021-06-06
p2p, rpc, fuzz: various tiny follow-ups
Jon Atack
2021-06-04
net: simplify CNetAddr::IsRoutable()
Vasil Dimov
2021-06-03
p2p, refactor: extract OnionToString() from CNetAddr::ToStringIp()
Jon Atack
2021-06-03
p2p: remove torv2 from CNetAddr::ToStringIP()
Jon Atack
2021-06-03
p2p: remove torv2 in SetIP() and ADDR_TORV2_SIZE constant
Jon Atack
2021-06-03
p2p: ignore torv2-in-ipv6 addresses in SetLegacyIPv6()
Jon Atack
2021-06-03
p2p: remove BIP155Network::TORV2 from GetBIP155Network()
Jon Atack
2021-05-28
p2p: remove torv2 from SetNetFromBIP155Network()
Jon Atack
2021-05-28
p2p: drop onions from IsAddrV1Compatible(), no longer relay torv2
Jon Atack
2021-05-27
p2p: remove torv2/ADDR_TORV2_SIZE from SetTor()
Jon Atack
2021-05-18
net: Return IPv6 scope id in `CNetAddr::ToStringIP()`
W. J. van der Laan
2021-04-22
net: Avoid calling getnameinfo when formatting IPv6 addresses in CNetAddr::To...
practicalswift
2021-04-22
net: Make IPv6ToString do zero compression as described in RFC 5952
practicalswift
2021-04-01
net: Avoid calling getnameinfo when formatting IPv4 addresses in CNetAddr::To...
practicalswift
2021-04-01
net: Add IPv4ToString (we already have IPv6ToString)
practicalswift
2021-03-01
net: add I2P to the reachability map
Vasil Dimov
2021-03-01
net: extend CNetAddr::SetSpecial() to support I2P
Vasil Dimov
2021-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
2020-12-14
Check if Cjdns address is valid
Lucas Ontivero
2020-11-16
Break circuit earlier
lontivero
2020-10-15
Merge #20140: Restore compatibility with old CSubNet serialization
Wladimir J. van der Laan
2020-10-12
Ignore incorrectly-serialized banlist.dat entries
Pieter Wuille
[next]