Age | Commit message (Expand) | Author |
2020-07-10 | Merge #19140: tests: Avoid fuzzer-specific nullptr dereference in libevent wh... | MarcoFalke |
2020-07-10 | Merge #18638: net: Use mockable time for ping/pong, add tests | MarcoFalke |
2020-07-08 | tests: Add fuzzing harness for BanMan | practicalswift |
2020-07-08 | tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(.... | practicalswift |
2020-07-07 | Merge #19219: Replace automatic bans with discouragement filter | Pieter Wuille |
2020-07-06 | Merge #19328: Add gettxoutsetinfo hash_type option | MarcoFalke |
2020-07-03 | Clean up separated ban/discourage interface | Pieter Wuille |
2020-07-03 | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ... | Samuel Dobson |
2020-06-28 | Merge #19114: scripted-diff: TxoutType C++11 scoped enum class | MarcoFalke |
2020-06-26 | Merge #19366: tests: Provide main(...) function in fuzzer. Allow building uni... | MarcoFalke |
2020-06-25 | tests: Provide main(...) function in fuzzer | practicalswift |
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-25 | Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2... | MarcoFalke |
2020-06-24 | psbt: Allow both non_witness_utxo and witness_utxo | Andrew Chow |
2020-06-24 | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) | Wladimir J. van der Laan |
2020-06-22 | rpc: gettxoutsetinfo can specify hash_type (only legacy option for now) | Fabian Jahr |
2020-06-21 | scripted-diff: TxoutType C++11 scoped enum class | MarcoFalke |
2020-06-21 | doc: Update outdated txnouttype documentation | MarcoFalke |
2020-06-19 | net: Use mockable time for ping/pong, add tests | MarcoFalke |
2020-06-19 | Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe... | MarcoFalke |
2020-06-19 | Merge #19293: net: Avoid redundant and confusing FAILED log | fanquake |
2020-06-18 | Merge #18468: Span improvements | Wladimir J. van der Laan |
2020-06-16 | net: Remove dead logging code | 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-06-11 | tests: Add std::vector<uint8_t> ConsumeFixedLengthByteVector(FuzzedDataProvid... | practicalswift |
2020-06-09 | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan |
2020-06-04 | Merge #19053: refactor: replace CNode pointers by references within net_proce... | MarcoFalke |
2020-06-03 | Merge #18875: fuzz: Stop nodes in process_message* fuzzers | MarcoFalke |
2020-06-02 | tests: Avoid fuzzer-specific nullptr dereference in libevent when handling PR... | practicalswift |
2020-06-02 | refactor: replace CNode pointers by references within net_processing.{h,cpp} | Sebastian Falbesoner |
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-30 | tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc... | practicalswift |
2020-05-29 | tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a... | practicalswift |
2020-05-26 | Merge #19032: Serialization improvements: final step | Wladimir J. van der Laan |
2020-05-25 | tests: Add fuzzing harness for CCoinsViewCache | practicalswift |
2020-05-24 | Convert LimitedString to formatter | Pieter Wuille |
2020-05-23 | Merge #18698: Make g_chainman internal to validation | MarcoFalke |
2020-05-22 | tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers) | practicalswift |
2020-05-21 | net: Pass chainman into PeerLogicValidation | MarcoFalke |
2020-05-14 | Switch from Optional<T> to std::optional<T> (C++17). Run clang-format. | practicalswift |