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.cpp
Age
Commit message (
Expand
)
Author
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-03-29
[fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-02-27
fuzz: FuzzedFileProvider::write should not return negative value
eugene
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-10
fuzz: Limit fuzzed time to years 2000-2100
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
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
fuzz: Rework FillNode
MarcoFalke
2021-12-01
refactor: Set fSuccessfullyConnected in FillNode
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-05-09
fuzz: Avoid excessively large min fee rate in tx_pool
MarcoFalke
2021-05-06
Merge bitcoin/bitcoin#21798: fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
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: use ConsumeBool() instead of !ConsumeBool()
Vasil Dimov
2021-04-15
fuzz: split FuzzedSock interface and implementation
Vasil Dimov
2021-04-15
fuzz: make FuzzedSock::Wait() sometimes simulate an occurred event
Vasil Dimov
2021-04-15
fuzz: set errno from FuzzedSock::Wait() if it simulates a failure
Vasil Dimov
2021-04-15
style: remove extra white space
Vasil Dimov
2021-04-06
fuzz: Fix uninitialized read in test
MarcoFalke
2021-03-30
fuzz: [refactor] Use ConsumeScript in signature_checker fuzz target
MarcoFalke
2021-03-18
fuzz: Add tx_pool fuzz targets
MarcoFalke
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