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
Age
Commit message (
Expand
)
Author
2021-05-22
Merge bitcoin/bitcoin#21953: fuzz: Add utxo_snapshot target
MarcoFalke
2021-05-21
Merge bitcoin/bitcoin#22004: fuzz: Speed up transaction fuzz target
MarcoFalke
2021-05-21
Merge bitcoin/bitcoin#21936: fuzz: Terminate immediately if a fuzzing harness...
MarcoFalke
2021-05-21
Merge bitcoin/bitcoin#22003: txmempool: add thread safety annotations
MarcoFalke
2021-05-21
txmempool: add thread safety annotations
Anthony Towns
2021-05-20
fuzz: Terminate immediately if a fuzzing harness ever tries to create a TCP s...
practicalswift
2021-05-20
Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn...
W. J. van der Laan
2021-05-20
fuzz: Speed up transaction fuzz target
MarcoFalke
2021-05-19
Merge bitcoin/bitcoin#21970: fuzz: Add missing CheckTransaction before CheckT...
MarcoFalke
2021-05-19
Merge bitcoin/bitcoin#21659: net: flag relevant Sock methods with [[nodiscard]]
W. J. van der Laan
2021-05-19
p2p: allow CConnman::GetAddresses() by network, add doxygen
Jon Atack
2021-05-19
p2p: allow CAddrMan::GetAddr() by network, add doxygen
Jon Atack
2021-05-19
Merge bitcoin/bitcoin#21506: p2p, refactor: make NetPermissionFlags an enum c...
W. J. van der Laan
2021-05-17
fuzz: Add missing CheckTransaction before CheckTxInputs
MarcoFalke
2021-05-17
fuzz: Sanity check result of CheckTransaction
MarcoFalke
2021-05-16
fuzz: Add utxo_snapshot target
MarcoFalke
2021-05-14
Merge bitcoin/bitcoin#21929: fuzz: Remove incorrect float round-trip serializ...
W. J. van der Laan
2021-05-12
scripted-diff: rename NetPermissionFlags enumerators
Jon Atack
2021-05-12
fuzz: Remove incorrect float round-trip serialization test
MarcoFalke
2021-05-12
fuzz: Run const CScript member functions only once
MarcoFalke
2021-05-11
fuzz: Avoid timeout in EncodeBase58
MarcoFalke
2021-05-11
Merge bitcoin/bitcoin#21892: fuzz: Avoid excessively large min fee rate in tx...
MarcoFalke
2021-05-11
Merge bitcoin/bitcoin#21909: fuzz: Limit max insertions in timedata fuzz test
MarcoFalke
2021-05-11
Merge bitcoin/bitcoin#21644: p2p, bugfix: use NetPermissions::HasFlag() in CC...
W. J. van der Laan
2021-05-11
fuzz: Limit max insertions in timedata fuzz test
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21891: fuzz: Remove strprintf test cases that are known...
W. J. van der Laan
2021-05-09
fuzz: Avoid excessively large min fee rate in tx_pool
MarcoFalke
2021-05-09
fuzz: Remove strprintf test cases that are known to fail
MarcoFalke
2021-05-09
fuzz: Limit ParseISO8601DateTime fuzzing to 32-bit
MarcoFalke
2021-05-08
fuzz: Remove unused --enable-danger-fuzz-link-all option
MarcoFalke
2021-05-07
fuzz: Add WRITE_ALL_FUZZ_TARGETS_AND_ABORT
MarcoFalke
2021-05-06
Merge bitcoin/bitcoin#21798: fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21817: refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-04
fuzz: Limit toxic test globals to their respective scope
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#21810: fuzz: Various RPC fuzzer follow-ups
MarcoFalke
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-29
fuzz: Reduce maintenance requirements by allowing RPC annotations also for co...
practicalswift
2021-04-28
Merge bitcoin/bitcoin#18847: compressor: use a prevector in CompressScript se...
MarcoFalke
2021-04-28
fuzz: Limit mocktime to MTP in tx_pool targets
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-28
fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list o...
practicalswift
2021-04-28
Merge bitcoin/bitcoin#20772: fuzz: bolster ExtractDestination(s) checks
MarcoFalke
2021-04-28
Merge bitcoin/bitcoin#21169: fuzz: Add RPC interface fuzzing. Increase fuzzin...
MarcoFalke
2021-04-28
fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.
practicalswift
2021-04-25
fuzz: Ensure prevout is consensus-valid
MarcoFalke
2021-04-25
Merge bitcoin/bitcoin#21563: net: Restrict period when cs_vNodes mutex is locked
MarcoFalke
2021-04-22
net: Restrict period when cs_vNodes mutex is locked
Hennadii Stepanov
[next]