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-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
2020-03-07
tests: Fuzz additional functions in the script fuzzing harness
practicalswift
2020-03-07
tests: Fuzz additional functions in the transaction fuzzing harness
practicalswift
2020-03-07
tests: Fuzz additional functions in the integer fuzzing harness
practicalswift
2020-03-07
tests: Fuzz additional functions in the hex fuzzing harness
practicalswift
2020-03-07
tests: Add key_io fuzzing harness
practicalswift
2020-03-06
Merge #18234: refactor: Replace boost::mutex,condition_var,chrono with std eq...
Wladimir J. van der Laan
2020-03-06
tests: Add fuzzing harness for locale independence testing
practicalswift
2020-03-06
scheduler_tests: re-enable mockforward test
Anthony Towns
2020-03-06
scheduler: switch from boost to std
Anthony Towns
2020-03-06
sync.h: add REVERSE_LOCK
Anthony Towns
2020-03-06
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-03-05
Merge #17972: tests: Add fuzzing harness for CKey and key related functions
MarcoFalke
2020-03-05
tests: Add fuzzing harness for CKey related functions
practicalswift
2020-03-05
Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...
MarcoFalke
2020-03-05
tests: Add serialization/deserialization fuzzing for integral types
practicalswift
2020-03-05
Merge #17917: tests: Add amount compression/decompression fuzzing to existing...
MarcoFalke
2020-03-05
Merge #18109: tests: Avoid hitting some known minor tinyformat issues when fu...
MarcoFalke
2020-03-01
Merge #17399: validation: Templatize ValidationState instead of subclassing
MarcoFalke
2020-02-29
Merge #18225: util: Fail to parse empty string in ParseMoney
fanquake
2020-02-29
Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()
MarcoFalke
2020-02-28
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
2020-02-29
util: Fail to parse empty string in ParseMoney
MarcoFalke
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-28
Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...
MarcoFalke
2020-02-27
test: Disable mockforward scheduler unit test for now
MarcoFalke
2020-02-26
Merge #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilt...
MarcoFalke
2020-02-25
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
practicalswift
2020-02-25
tests: Add fuzzing harness for bloom filter class CBloomFilter
practicalswift
2020-02-25
Merge #17577: refactor: deduplicate the message sign/verify code
Samuel Dobson
2020-02-22
Merge #18181: test: Remove incorrect assumptions in validation_flush_tests
MarcoFalke
2020-02-22
Merge #18034: Get the OutputType for a descriptor
Samuel Dobson
2020-02-21
util: Remove unused MilliSleep
MarcoFalke
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-19
test: Remove incorrect assumptions in validation_flush_tests
MarcoFalke
2020-02-19
test: Tabs to spaces in all tests
MarcoFalke
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-14
Refactor message hashing into a utility function
Jeffrey Czyz
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-13
[test] unit test for new MockForward scheduler method
Amiti Uttarwar
2020-02-12
tests: Avoid hitting some known minor tinyformat issues when fuzzing strprint...
practicalswift
[next]