Age | Commit message (Expand) | Author |
2020-07-18 | Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load... | MarcoFalke |
2020-07-15 | Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p... | Wladimir J. van der Laan |
2020-07-15 | tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe... | practicalswift |
2020-07-15 | tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h) | practicalswift |
2020-07-15 | tests: Add fuzzing harness for CBufferedFile (streams.h) | practicalswift |
2020-07-15 | tests: Add fuzzing harness for CAutoFile (streams.h) | practicalswift |
2020-07-08 | tests: Add fuzzing harness for BanMan | practicalswift |
2020-06-29 | Merge #19204: p2p: Reduce inv traffic during IBD | MarcoFalke |
2020-06-25 | tests: Add fuzzing harness for ChaCha20Poly1305AEAD | practicalswift |
2020-06-25 | tests: Add fuzzing harness for ChaCha20 | practicalswift |
2020-06-25 | tests: Add fuzzing harness for CHKDF_HMAC_SHA256_L32 | practicalswift |
2020-06-25 | tests: Add fuzzing harness for poly1305_auth(...) | practicalswift |
2020-06-25 | tests: Add fuzzing harness for AES256CBCEncrypt/AES256CBCDecrypt | practicalswift |
2020-06-25 | tests: Add fuzzing harness for AES256Encrypt/AES256Decrypt | practicalswift |
2020-06-19 | test: Add FeeFilterRounder test | MarcoFalke |
2020-06-15 | tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CRIPE... | practicalswift |
2020-06-11 | tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h) | practicalswift |
2020-05-30 | tests: Add fuzzing harness for functions in script/sign.h | practicalswift |
2020-05-30 | tests: Add fuzzing harness for functions in script/sigcache.h | practicalswift |
2020-05-30 | tests: Add fuzzing harness for functions in script/interpreter.h | practicalswift |
2020-05-30 | tests: Add fuzzing harness for functions in script/descriptor.h | practicalswift |
2020-05-30 | tests: Add fuzzing harness for functions in script/bitcoinconsensus.h | practicalswift |
2020-05-25 | tests: Add fuzzing harness for CCoinsViewCache | practicalswift |
2020-05-13 | Add util::Ref class as temporary alternative for c++17 std::any | Russell Yanofsky |
2020-05-06 | Merge #18512: Improve asmap checks and add sanity check | Wladimir J. van der Laan |
2020-05-04 | Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o... | MarcoFalke |
2020-04-30 | tests: Add fuzzing harness for IsRBFOptIn(...) | practicalswift |
2020-04-30 | tests: Add fuzzing harness for CBlockPolicyEstimator | practicalswift |
2020-04-27 | tests: Add fuzzing harness for MessageSign, MessageVerify and other functions... | practicalswift |
2020-04-26 | tests: Sort fuzzing harnesses | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for TransactionErrorString(...) | practicalswift |
2020-04-26 | tests: Add fuzzing harness for functions in system.h (ArgsManager) | practicalswift |
2020-04-24 | tests: Add fuzzing harness for functions in primitives/transaction.h | practicalswift |
2020-04-20 | Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn... | MarcoFalke |
2020-04-20 | tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic... | practicalswift |
2020-04-14 | Merge #17954: wallet: Remove calls to Chain::Lock methods | MarcoFalke |
2020-04-10 | Merge #17737: Add ChainstateManager, remove BlockManager global | MarcoFalke |
2020-04-09 | Merge #18529: Add fuzzer version of randomized prevector test | MarcoFalke |
2020-04-08 | Add asmap_direct fuzzer that tests Interpreter directly | Pieter Wuille |
2020-04-09 | Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a... | MarcoFalke |
2020-04-09 | Merge #18521: fuzz: Add process_messages harness | MarcoFalke |
2020-04-08 | Merge #18565: tests: Add fuzzing harnesses for classes/functions in policy/fe... | MarcoFalke |
2020-04-08 | tests: Add fuzzing harness for classes/functions in cuckoocache.h | practicalswift |
2020-04-08 | tests: Add fuzzing harness for classes/functions in checkqueue.h | practicalswift |
2020-04-08 | tests: Add fuzzing harness for AdditionOverflow(...) | practicalswift |
2020-04-08 | tests: Add fuzzing harness for FeeFilterRounder | practicalswift |
2020-04-07 | Add test for UnregisterAllValidationInterfaces bug | Russell Yanofsky |
2020-04-06 | Make a fuzzer-based copy of the prevector randomized test | Pieter Wuille |
2020-04-06 | tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun... | practicalswift |
2020-04-06 | Merge #18514: test: remove rapidcheck integration and tests | fanquake |