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
Age
Commit message (
Expand
)
Author
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-24
tests: Add fuzzing harness for classes/functions in blockfilter.h
practicalswift
2020-03-24
tests: Add integer serialization/deserialization fuzzing harness
practicalswift
2020-03-24
Merge #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_per...
MarcoFalke
2020-03-24
Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs
MarcoFalke
2020-03-24
tests: Add fuzzing harness for functions in net_permissions.h
practicalswift
2020-03-24
tests: Add fuzzing harness for functions in timedata.h
practicalswift
2020-03-24
tests: Add fuzzing harness for functions in addrdb.h
practicalswift
2020-03-22
tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverf...
practicalswift
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-18
Merge #18155: tests: Add harness which fuzzes EvalScript and VerifyScript usi...
MarcoFalke
2020-03-18
test: use fs namespace in dbwrapper unicodepath test
fanquake
2020-03-17
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed si...
practicalswift
2020-03-17
Merge #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate...
MarcoFalke
2020-03-16
Merge #17997: refactor: Remove mempool global from net
MarcoFalke
2020-03-15
tests: Add fuzzing harness for various functions taking std::string as input
practicalswift
2020-03-15
tests: Add fuzzing harness for MultiplicationOverflow(...)
practicalswift
2020-03-15
tests: Add fuzzing harness for CFeeRate
practicalswift
2020-03-15
tests: Add fuzzing harness for CBlockHeader
practicalswift
2020-03-15
tests: Add fuzzing harness for count_seconds(...)
practicalswift
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-13
Merge #18204: descriptors: improve descriptor cache and cache xpubs
Wladimir J. van der Laan
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
fuzz: Add missing ECC_Start to key_io test
MarcoFalke
2020-03-11
Merge #18314: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_sn...
MarcoFalke
2020-03-11
Merge #18285: test: Check that wait_until returns if time point is in the past
Wladimir J. van der Laan
2020-03-11
tests: Add fuzzing of CSubNet, CNetAddr and CService related functions
practicalswift
2020-03-11
tests: Fuzz HasAllDesirableServiceFlags(...) and MayHaveUsefulAddressDB(...)
practicalswift
2020-03-11
tests: Fuzz DecodeBase64PSBT(...)
practicalswift
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Fuzz DecodeHexBlk(...)
practicalswift
2020-03-11
tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)
practicalswift
2020-03-11
tests: Fuzz operator!= of CService
practicalswift
2020-03-11
tests: Increase fuzzing coverage of DecompressScript(...)
practicalswift
2020-03-11
Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig...
MarcoFalke
2020-03-11
tests: Fuzz currently uncovered code path in TxToUniv(...)
practicalswift
2020-03-11
tests: Re-arrange test cases in parse_univalue to increase coverage
practicalswift
2020-03-11
tests: Remove unit test from fuzzing harness
practicalswift
2020-03-11
tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...
practicalswift
2020-03-11
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-09
Make lifetime correctness easier to see (avoid reference lifetime extension)
practicalswift
2020-03-09
tests: Add fuzzing harness for CScriptNum operations
practicalswift
2020-03-09
tests: Add fuzzing harness for CScript operations
practicalswift
2020-03-09
tests: Add common Consume* fuzzing functions
practicalswift
2020-03-09
Merge #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet ...
MarcoFalke
2020-03-09
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...
practicalswift
2020-03-07
fuzz: Add assert(script == decompressed_script)
MarcoFalke
[next]