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-31
doc: Explain new test logging
MarcoFalke
2020-03-30
test: Remove unsafe BOOST_TEST_MESSAGE
MarcoFalke
2020-03-29
Merge #18455: tests: Add fuzzing harness for functions/classes in flatfile.h,...
MarcoFalke
2020-03-29
tests: Add fuzzing harness for functions/classes in random.h
practicalswift
2020-03-29
tests: Add fuzzing harness for LimitedString (serialize.h)
practicalswift
2020-03-29
tests: Add fuzzing harness for functions/classes in span.h
practicalswift
2020-03-29
tests: Add fuzzing harness for functions/classes in merkleblock.h
practicalswift
2020-03-29
tests: Add fuzzing harness for functions/classes in flatfile.h
practicalswift
2020-03-28
Merge #18449: util: Remove unused itostr
Wladimir J. van der Laan
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
util: Remove unused itostr
MarcoFalke
2020-03-27
Merge #18416: util: Limit decimal range of numbers ParseScript accepts
Wladimir J. van der Laan
2020-03-27
Limit decimal range of numbers ParseScript accepts
pierrenn
2020-03-26
Merge #18445: tests: Add fuzzing harnesses for functions/classes in chain.h a...
MarcoFalke
2020-03-26
Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...
MarcoFalke
2020-03-26
tests: Add fuzzing harness for functions/classes in chain.h
practicalswift
2020-03-26
tests: Add fuzzing harness for functions/classes in protocol.h
practicalswift
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
util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...
practicalswift
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
[next]