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-03-30
Merge #20228: addrman: Make addrman a top-level component
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-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
Merge #21438: test: add ParseUInt8() test coverage
Wladimir J. van der Laan
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
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
tests: Set errno in FuzzedFileProvider. Implement seek(..., ..., SEEK_END).
practicalswift
2021-03-11
Merge #21380: tests: Add fuzzing harness for versionbits
MarcoFalke
2021-03-19
tests: Add fuzzing harness for versionbits
Anthony Towns
2021-03-18
Merge #20861: BIP 350: Implement Bech32m and use it for v1+ segwit addresses
Wladimir J. van der Laan
2021-03-15
Implement Bech32m encoding/decoding
Pieter Wuille
2021-03-11
Merge #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-09
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-08
tests: Add fuzzing harness for Lookup(...)/LookupHost(...)/LookupNumeric(...)...
practicalswift
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
2021-03-08
Merge #21371: fuzz: fix gcc Woverloaded-virtual build warnings
MarcoFalke
2021-03-07
Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...
MarcoFalke
2021-03-05
fuzz: fix gcc Woverloaded-virtual build warnings
Jon Atack
2021-03-04
fuzz: Avoid -Wreturn-type warnings
practicalswift
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-03-04
Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...
fanquake
2021-03-04
Merge #21358: fuzz: Add missing include (test/util/setup_common.h)
fanquake
[next]