index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
netaddress.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break circuit earlier
lontivero
2020-11-16
1
-1
/
+5
*
Merge #20140: Restore compatibility with old CSubNet serialization
Wladimir J. van der Laan
2020-10-15
1
-0
/
+11
|
\
|
*
Ignore incorrectly-serialized banlist.dat entries
Pieter Wuille
2020-10-12
1
-0
/
+11
*
|
Merge #19998: net: Add CNode::ConnectedThroughNetwork member function
Wladimir J. van der Laan
2020-10-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
net: Add CNode::ConnectedThroughNetwork member function
Hennadii Stepanov
2020-10-03
1
-1
/
+1
*
|
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-11
1
-3
/
+26
|
\
\
|
|
/
|
/
|
|
*
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-09
1
-3
/
+26
*
|
net: rename CNetAddr scopeId to m_scope_id, improve code doc
Jon Atack
2020-10-02
1
-2
/
+2
|
/
*
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-21
1
-45
/
+198
*
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-09-17
1
-0
/
+55
*
util: move HasPrefix() so it can be reused
Vasil Dimov
2020-09-11
1
-8
/
+2
*
Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...
MarcoFalke
2020-08-28
1
-11
/
+0
|
\
|
*
Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messages
Raúl Martínez (RME)
2020-08-28
1
-11
/
+0
*
|
util: make EncodeBase32 consume Spans
Sebastian Falbesoner
2020-08-25
1
-3
/
+4
|
/
*
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-24
1
-183
/
+198
*
net: don't accept non-left-contiguous netmasks
Vasil Dimov
2020-08-24
1
-52
/
+40
*
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
1
-1
/
+1
*
net: save the network type explicitly in CNetAddr
Vasil Dimov
2020-07-27
1
-36
/
+43
*
net: improve encapsulation of CNetAddr
Vasil Dimov
2020-07-10
1
-6
/
+4
*
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-06-22
1
-4
/
+5
*
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-05-06
1
-0
/
+5
|
\
|
*
Add asmap sanity checker
Pieter Wuille
2020-04-08
1
-0
/
+5
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
net: extract conditional to bool CNetAddr::IsHeNet
Jon Atack
2020-03-04
1
-1
/
+6
*
Use ASNs for mapped IPv4 addresses correctly
Pieter Wuille
2020-01-31
1
-41
/
+56
*
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
1
-11
/
+48
|
\
|
*
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2020-01-23
1
-31
/
+46
|
*
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-25
1
-1
/
+23
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-06-11
1
-2
/
+2
*
netaddress: Update CNetAddr for ORCHIDv2
Carl Dong
2019-05-15
1
-1
/
+6
*
docs: Improve netaddress comments
Carl Dong
2019-04-10
1
-4
/
+117
*
netaddress: Make IPv4 loopback comment more descriptive
Carl Dong
2019-02-04
1
-1
/
+1
*
netaddress: Fix indentation in IsLocal
Carl Dong
2019-02-04
1
-7
/
+7
*
Merge #14728: fix uninitialized read when stringifying an addrLocal
Wladimir J. van der Laan
2018-11-23
1
-1
/
+0
|
\
|
*
fix uninitialized read when stringifying an addrLocal
Kaz Wesley
2018-11-15
1
-1
/
+0
*
|
CNetAddr: Add IsBindAny method to check for INADDR_ANY
Luke Dashjr
2018-11-22
1
-0
/
+10
|
/
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)
practicalswift
2018-07-27
1
-0
/
+3
|
/
*
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-07-02
1
-5
/
+5
*
net: Minor accumulated cleanups
Thomas Snider
2018-04-16
1
-38
/
+12
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-3
/
+3
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-3
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-4
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-5
/
+5
|
/
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
remove some unused functions
Marko Bencun
2017-07-22
1
-5
/
+0
[next]