Age | Commit message (Expand) | Author |
2020-08-27 | tests: Add fuzzing harness for CNode | practicalswift |
2020-08-25 | Merge #19628: net: change CNetAddr::ip to have flexible size | MarcoFalke |
2020-08-24 | net: change CNetAddr::ip to have flexible size | Vasil Dimov |
2020-08-24 | Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation | fanquake |
2020-08-21 | [net_processing] Move ProcessMessage to PeerLogicValidation | John Newbery |
2020-08-17 | util: remove unused c-string variant of atoi64() | Sebastian Falbesoner |
2020-08-14 | Replace usage of GetScriptForWitness with GetScriptForDestination | MeshCollider |
2020-08-12 | Merge #19316: [net] Cleanup logic around connection types | fanquake |
2020-08-07 | [net/refactor] Add AddrFetch connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add block relay only connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add feeler connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add manual connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Introduce an enum to distinguish type of connection | Amiti Uttarwar |
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 |