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
/
util.h
Age
Commit message (
Expand
)
Author
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-01-28
net: use Sock in CNode
Vasil Dimov
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-06
fuzz: move FuzzedSock earlier in src/test/fuzz/util.h
Vasil Dimov
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2022-01-02
Remove unused char serialize
MarcoFalke
2021-12-17
Move AdditionOverflow to util, Add CheckedAdd with unit tests
MarcoFalke
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-12-01
refactor: Set fSuccessfullyConnected in FillNode
MarcoFalke
2021-12-01
fuzz: Avoid negative NodeId in ConsumeNode
MarcoFalke
2021-11-01
fuzz: Rework ConsumeScript
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-07-14
Move implementations of non-template fuzz helpers
Sriram
2021-07-04
fuzz: Improve ConsumeTxDestination
MarcoFalke
2021-07-04
fuzz: Move ConsumeTxDestination to cpp file
MarcoFalke
2021-06-07
fuzz: Remove confusing return keyword from CallOneOf
MarcoFalke
2021-05-26
Merge bitcoin/bitcoin#21966: Remove double serialization; use software encode...
W. J. van der Laan
2021-05-26
fuzz: don't try and use fopencookie when building for Android
fanquake
2021-05-24
Remove support for double serialization
Pieter Wuille
2021-05-24
Remove unused float serialization
MarcoFalke
2021-05-09
fuzz: Avoid excessively large min fee rate in tx_pool
MarcoFalke
2021-04-28
fuzz: Use correct variant of ConsumeRandomLengthString instead of hardcoding ...
MarcoFalke
2021-04-28
fuzz: Allow to pass min/max to ConsumeTime
MarcoFalke
2021-04-15
fuzz: split FuzzedSock interface and implementation
Vasil Dimov
2021-04-14
Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...
practicalswift
2021-04-06
fuzz: Fix uninitialized read in test
MarcoFalke
2021-03-30
Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests
Wladimir J. van der Laan
2021-03-24
fuzz: [refactor] Use PickValue where possible
MarcoFalke
2021-03-18
fuzz: Add tx_pool fuzz targets
MarcoFalke
2021-03-16
net: add connect() and getsockopt() wrappers to Sock
Vasil Dimov
2021-03-16
fuzz: avoid FuzzedSock::Recv() repeated errors with EAGAIN
Vasil Dimov
2021-03-16
fuzz: extend FuzzedSock::Recv() to support MSG_PEEK
Vasil Dimov
2021-03-16
fuzz: implement unimplemented FuzzedSock methods
Vasil Dimov
2021-03-11
tests: Set errno in FuzzedFileProvider. Implement seek(..., ..., SEEK_END).
practicalswift
2021-03-05
fuzz: fix gcc Woverloaded-virtual build warnings
Jon Atack
2021-03-04
fuzz: Avoid -Wreturn-type warnings
practicalswift
2021-03-04
Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...
fanquake
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-03-02
fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing ...
practicalswift
2021-03-02
fuzz: Add fuzzing harness for Socks5(...)
practicalswift
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-01-30
fuzz: Avoid designated initialization (C++20) in fuzz tests
practicalswift
2021-01-28
Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...
MarcoFalke
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
2021-01-23
fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
MarcoFalke
2021-01-23
fuzz: move-only FillNode implementation to cpp file
MarcoFalke
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-07
fuzz: net permission flags in net processing
MarcoFalke
[next]