Age | Commit message (Expand) | Author |
2020-07-11 | Merge #19474: doc: Use precise permission flags where possible | MarcoFalke |
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-10 | doc: Use precise permission flags where possible | MarcoFalke |
2020-07-09 | Merge #19191: net: Extract download permission from noban | MarcoFalke |
2020-07-09 | Merge #19314: refactor: Use uint16_t instead of unsigned short | Wladimir J. van der Laan |
2020-07-09 | net: Extract download permission from noban | MarcoFalke |
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-04 | Merge #19277: util: Add Assert identity function | MarcoFalke |
2020-07-03 | Clean up separated ban/discourage interface | Pieter Wuille |
2020-07-03 | Replace automatic bans with discouragement filter | Pieter Wuille |
2020-07-03 | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ... | Samuel Dobson |
2020-07-01 | Merge #19028: test: Set -logthreadnames in unit tests | Wladimir J. van der Laan |
2020-06-29 | Merge #19204: p2p: Reduce inv traffic during IBD | MarcoFalke |
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 | Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2... | MarcoFalke |
2020-06-25 | Merge #19090: refactor: Misc scheduler cleanups | MarcoFalke |
2020-06-25 | Merge #19237: wallet: Check size after unserializing a pubkey | 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 | test: add two edge case tests for CSubNet | Vasil Dimov |
2020-06-22 | refactor: Use uint16_t instead of unsigned short | Aaron Hook |
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 | test: Add FeeFilterRounder test | 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-17 | Add tests for CPubKey serialization/unserialization | Elichai Turkel |
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-15 | scripted-diff: Replace EnsureChainman with Assert in unit tests | MarcoFalke |
2020-06-15 | util: Add Assert identity function | 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-10 | Make GetWarnings() return bilingual_str | Hennadii Stepanov |
2020-06-09 | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan |
2020-06-08 | Merge #19069: refactor: replace pointers by references within tx_verify.{h,cpp} | MarcoFalke |
2020-06-05 | Merge #18758: Remove unused boost/thread | fanquake |
2020-06-04 | Merge #19053: refactor: replace CNode pointers by references within net_proce... | MarcoFalke |
2020-06-04 | refactor: Specify boost/thread/thread.hpp explicitly | Hennadii Stepanov |
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-31 | Merge #18994: tests: Add fuzzing harnesses for functions in script/ | MarcoFalke |