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-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: 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
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
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-15
Merge #21677: fuzz: Avoid use of low file descriptor ids (which may be in use...
MarcoFalke
2021-04-15
Merge #21377: Speedy trial support for versionbits
fanquake
2021-04-14
Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...
practicalswift
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-04-12
versionbits: simplify state transitions
Anthony Towns
2021-04-12
versionbits: Add explicit NEVER_ACTIVE deployments
Anthony Towns
2021-04-12
fuzz: test versionbits delayed activation
Anthony Towns
2021-04-09
fuzz: Extend psbt fuzz target a bit
MarcoFalke
2021-04-08
Merge #21626: doc: Fix typos from codespell
fanquake
2021-04-07
doc: Fix typos from codespell lint
Yerzhan Mazhkenov
2021-04-06
fuzz: Fix uninitialized read in test
MarcoFalke
2021-03-30
Merge #21553: fuzz: Misc refactor
MarcoFalke
2021-03-30
Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests
Wladimir J. van der Laan
2021-03-30
Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...
Wladimir J. van der Laan
2021-03-30
Merge #20228: addrman: Make addrman a top-level component
MarcoFalke
2021-03-30
fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz target
MarcoFalke
2021-03-30
fuzz: Removed unused try-catch in coins_view
MarcoFalke
2021-03-30
fuzz: [refactor] Use ConsumeScript in signature_checker fuzz target
MarcoFalke
2021-03-29
Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputs
MarcoFalke
2021-03-25
Merge #21522: fuzz: [refactor] Use PickValue where possible
MarcoFalke
2021-03-24
Merge #21489: fuzz: cleanups for versionbits fuzzer
fanquake
2021-03-24
fuzz: [refactor] Use PickValue where possible
MarcoFalke
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-23
fuzz: Fix tx_pool target to properly fuzz immature outpoints
MarcoFalke
2021-03-23
fuzz: Style fixups
MarcoFalke
2021-03-23
Merge #21142: fuzz: Add tx_pool fuzz target
MarcoFalke
2021-03-23
Merge #21487: fuzz: Use ConsumeWeakEnum in addrman for service flags
MarcoFalke
2021-03-21
Merge #21488: test: add ParseUInt16() unit test and fuzz coverage
MarcoFalke
2021-03-21
Merge #21349: build: Fix fuzz-cuckoocache cross-compiling with DEBUG=1
MarcoFalke
2021-03-21
fuzz: cleanups for versionbits fuzzer
Anthony Towns
[next]