Age | Commit message (Expand) | Author |
2020-08-03 | Merge #19326: Simplify hash.h interface using Spans | Wladimir J. van der Laan |
2020-08-03 | Merge #18991: Cache responses to GETADDR to prevent topology leaks | Wladimir J. van der Laan |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille |
2020-07-30 | Make CHash256/CHash160 output to Span | Pieter Wuille |
2020-07-30 | Make CHash256 and CHash160 consume Spans | Pieter Wuille |
2020-07-30 | Add addr permission flag enabling non-cached addr sharing | Gleb Naumenko |
2020-07-26 | refactor: Drop unused CBufferedFile::Seek() | Hennadii Stepanov |
2020-07-22 | Merge #19562: test: Fix fuzzer compilation on macOS | fanquake |
2020-07-22 | Merge #19548: fuzz: add missing overrides to signature_checker | fanquake |
2020-07-22 | fuzz: add missing overrides to signature_checker | Jon Atack |
2020-07-21 | test: Fix fuzzer compilation on macOS | freenancial |
2020-07-19 | fuzz: fix unused variable addrdb compiler warning | Jon Atack |
2020-07-18 | Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load... | MarcoFalke |
2020-07-16 | Merge #19174: refactor: replace CConnman pointers by references in net_proces... | 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 CBufferedFile::{SetPos,GetPos,GetType,GetVersi... | 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-15 | tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R... | practicalswift |
2020-07-15 | tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz... | practicalswift |
2020-07-15 | tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP... | practicalswift |
2020-07-14 | refactor: replace CConnman pointers by references in net_processing.cpp | Sebastian Falbesoner |
2020-07-11 | Merge #19222: tests: Add fuzzing harness for BanMan | 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-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 |