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-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
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
2021-03-20
fuzz: Use ConsumeWeakEnum in addrman for service flags
MarcoFalke
2021-03-20
[net] remove CConnman::AddNewAddresses
John Newbery
2021-03-20
[net] remove CConnman::MarkAddressGood
John Newbery
2021-03-20
[net] remove CConnman::SetServices
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-19
test: add ParseUInt16() test coverage
Jon Atack
2021-03-19
Merge #21328: net, refactor: pass uint16 CService::port as uint16
MarcoFalke
2021-03-19
Add m_inbound_onion to AttemptToEvictConnection()
Jon Atack
2021-03-18
fuzz: Add tx_pool fuzz targets
MarcoFalke
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-16
test: add missing netaddress include headers
Jon Atack
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-03-16
fuzz: add tests for the I2P Session public interface
Vasil Dimov
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-16
Merge #21438: test: add ParseUInt8() test coverage
Wladimir J. van der Laan
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-15
test: add ParseUInt8() unit and fuzz test coverage
Jon Atack
2021-03-15
Merge #19259: fuzz: Add fuzzing harness for LoadMempool(...) and DumpMempool(...
MarcoFalke
2021-03-15
tests: Add fuzzing harness for LoadMempool(...) and DumpMempool(...)
practicalswift
2021-03-15
fuzz: Implement fuzzed_dns_lookup_function as lambda
practicalswift
2021-03-15
Merge #19415: net: Make DNS lookup mockable, add fuzzing harness
MarcoFalke
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
[next]