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
/
test
/
fuzz
/
netaddress.cpp
Age
Commit message (
Expand
)
Author
2024-01-23
fuzz: extend ConsumeNetAddr() to return I2P and CJDNS addresses
Vasil Dimov
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
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
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
dergoegge
2022-02-11
net: remove unused CNetAddr::GetHash()
Vasil Dimov
2022-02-11
net: add CServiceHash constructor so the caller can provide the salts
Vasil Dimov
2021-06-04
fuzz: reduce possible networks check
Vasil Dimov
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-07-08
tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(....
practicalswift
2020-03-11
tests: Add fuzzing of CSubNet, CNetAddr and CService related functions
practicalswift
2020-03-11
tests: Fuzz operator!= of CService
practicalswift
2020-03-09
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...
practicalswift