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
/
addrman.cpp
Age
Commit message (
Expand
)
Author
2023-08-03
Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...
fanquake
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
2023-07-17
Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into one
fanquake
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
2023-07-13
Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` field ...
Andrew Chow
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-19
fuzz: addrman, avoid `ConsumeDeserializable` when possible
brunoerg
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-02
fuzz: addrman, add coverage for `network` field in `Select()`, `Size()` and `...
brunoerg
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-01-26
addrman, refactor: combine two size functions
Amiti Uttarwar
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-17
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
dergoegge
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
scripted-diff: Rename addrman time symbols
MarcoFalke
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-02-21
test: Fix Wambiguous-reversed-operator compiler warnings
MarcoFalke
2022-01-11
fuzz: addrman fuzz tests: override-able check ratio
Vasil Dimov
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-10-22
Make AddrMan support multiple ports per IP
Pieter Wuille
2021-10-05
[fuzz] Update comment in FillAddrman()
John Newbery
2021-10-05
[fuzz] Make Fill() a free function in fuzz/addrman.cpp
John Newbery
2021-10-05
[fuzz] Make RandAddr() a free function in fuzz/addrman.cpp
John Newbery
2021-10-05
[fuzz] Pass FuzzedDataProvider& into Fill() in addrman fuzz tests
John Newbery
2021-10-05
[fuzz] Create a FastRandomContext in addrman fuzz tests
John Newbery
2021-09-28
scripted-diff: Rename CAddrInfo to AddrInfo
Amiti Uttarwar
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-28
[addrman] Introduce CAddrMan::Impl to encapsulate addrman implementation.
Amiti Uttarwar
2021-09-21
fuzz: Move all addrman fuzz targets to one file
MarcoFalke
2021-09-16
fuzz: allow lower number of sources
Martin Zumsande
2021-09-16
fuzz: Use public interface to fill addrman tried tables
Martin Zumsande
2021-09-07
[asmap] Remove SanityCheckASMap() from netaddress
John Newbery
2021-08-27
[fuzz] Add ConsumeAsmap() function
John Newbery
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
John Newbery
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-08-04
fuzz: check that ser+unser produces the same AddrMan
Vasil Dimov
2021-08-02
fuzz: move init code to the CAddrManDeterministic constructor
Vasil Dimov
2021-08-02
Merge bitcoin/bitcoin#21940: refactor: Mark CAddrMan::Select and GetAddr const
MarcoFalke
2021-07-23
Add missing GUARDED_BY to CAddrMan::insecure_rand
MarcoFalke
2021-07-22
Merge bitcoin/bitcoin#22493: fuzz: Extend addrman fuzz test with deserialize
MarcoFalke
2021-07-21
fuzz: Actually use const addrman
MarcoFalke
2021-07-20
[addrman] Remove unused test_before_evict argument from Good()
John Newbery
2021-07-19
fuzz: Extend addrman fuzz test with deserialize
MarcoFalke
2021-06-14
Make CAddrMan::Check private
Hennadii Stepanov
2021-06-13
fuzz: Call const member functions in addrman fuzz test only once
MarcoFalke
2021-05-19
p2p: allow CAddrMan::GetAddr() by network, add doxygen
Jon Atack
[next]