Age | Commit message (Expand) | Author |
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-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 | 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 |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in util/translation.h | practicalswift |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in consensus/validation.h | practicalswift |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in primitives/block.h | practicalswift |
2020-05-12 | Simplify usage of Span in several places | Pieter Wuille |
2020-05-12 | fuzz: Stop nodes in process_message* fuzzers | MarcoFalke |
2020-05-11 | fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harness | MarcoFalke |
2020-05-11 | refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg | Sebastian Falbesoner |
2020-05-09 | fuzz: use std::optional for sep_pos variable | Harris |
2020-05-08 | fuzz: fix vector size problem in system fuzzer | Harris |
2020-05-06 | Merge #18512: Improve asmap checks and add sanity check | Wladimir J. van der Laan |
2020-05-06 | Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE... | fanquake |
2020-05-04 | Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o... | MarcoFalke |
2020-05-02 | Merge #18413: script: prevent UB when computing abs value for num opcode seri... | fanquake |
2020-04-30 | tests: Clarify how we avoid hitting the signed integer overflow in CFeeRate::... | practicalswift |
2020-04-30 | tests: Add fuzzing harness for IsRBFOptIn(...) | practicalswift |
2020-04-30 | tests: Add fuzzing harness for CBlockPolicyEstimator | practicalswift |
2020-04-28 | net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix | Sebastian Falbesoner |
2020-04-27 | tests: Add fuzzing harness for MessageSign, MessageVerify and other functions... | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFrom... | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for TransactionErrorString(...) | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for ParseFixedPoint(...) | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...) | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for CHECK_NONFATAL(...) | practicalswift |
2020-04-26 | tests: Add fuzzing coverage for StringForFeeReason(...) | practicalswift |
2020-04-26 | tests: Add fuzzing harness for functions in system.h (ArgsManager) | practicalswift |
2020-04-25 | Merge #18744: test: Add fuzzing harnesses for various classes/functions in pr... | MarcoFalke |