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
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
2020-10-12
Merge #19998: net: Add CNode::ConnectedThroughNetwork member function
Wladimir J. van der Laan
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-03
net: Add CNode::ConnectedThroughNetwork member function
Hennadii Stepanov
2020-10-02
net: rename CNetAddr scopeId to m_scope_id, improve code doc
Jon Atack
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-17
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-09-11
util: move HasPrefix() so it can be reused
Vasil Dimov
2020-08-28
Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...
MarcoFalke
2020-08-28
Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messages
Raúl Martínez (RME)
2020-08-25
util: make EncodeBase32 consume Spans
Sebastian Falbesoner
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-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-27
net: save the network type explicitly in CNetAddr
Vasil Dimov
2020-07-10
net: improve encapsulation of CNetAddr
Vasil Dimov
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-08
Add asmap sanity checker
Pieter Wuille
2020-03-04
net: extract conditional to bool CNetAddr::IsHeNet
Jon Atack
2020-01-31
Use ASNs for mapped IPv4 addresses correctly
Pieter Wuille
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-23
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
[next]