aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-07[net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery
2020-09-02[refactor] Restructure logic to check for addr relay.Amiti Uttarwar
2020-09-02scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar
2020-08-31Merge #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signat...MarcoFalke
2020-08-27tests: Add fuzzing harness for CNodepracticalswift
2020-08-25Merge #19628: net: change CNetAddr::ip to have flexible sizeMarcoFalke
2020-08-24net: change CNetAddr::ip to have flexible sizeVasil Dimov
2020-08-24Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidationfanquake
2020-08-21[net_processing] Move ProcessMessage to PeerLogicValidationJohn Newbery
2020-08-18tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_export...practicalswift
2020-08-18tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_...practicalswift
2020-08-17util: remove unused c-string variant of atoi64()Sebastian Falbesoner
2020-08-14Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider
2020-08-12Merge #19316: [net] Cleanup logic around connection typesfanquake
2020-08-07[net/refactor] Add AddrFetch connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add block relay only connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add feeler connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add manual connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar
2020-08-03Merge #19326: Simplify hash.h interface using SpansWladimir J. van der Laan
2020-08-03Merge #18991: Cache responses to GETADDR to prevent topology leaksWladimir J. van der Laan
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-07-30Add addr permission flag enabling non-cached addr sharingGleb Naumenko
2020-07-26refactor: Drop unused CBufferedFile::Seek()Hennadii Stepanov
2020-07-22Merge #19562: test: Fix fuzzer compilation on macOSfanquake
2020-07-22Merge #19548: fuzz: add missing overrides to signature_checkerfanquake
2020-07-22fuzz: add missing overrides to signature_checkerJon Atack
2020-07-21test: Fix fuzzer compilation on macOSfreenancial
2020-07-19fuzz: fix unused variable addrdb compiler warningJon Atack
2020-07-18Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load...MarcoFalke
2020-07-16Merge #19174: refactor: replace CConnman pointers by references in net_proces...MarcoFalke
2020-07-15Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p...Wladimir J. van der Laan
2020-07-15tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe...practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi...practicalswift
2020-07-15tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile (streams.h)practicalswift
2020-07-15tests: Add fuzzing harness for CAutoFile (streams.h)practicalswift
2020-07-15tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R...practicalswift
2020-07-15tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz...practicalswift
2020-07-15tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP...practicalswift
2020-07-14refactor: replace CConnman pointers by references in net_processing.cppSebastian Falbesoner
2020-07-11Merge #19222: tests: Add fuzzing harness for BanManMarcoFalke
2020-07-10Merge #19140: tests: Avoid fuzzer-specific nullptr dereference in libevent wh...MarcoFalke
2020-07-10Merge #18638: net: Use mockable time for ping/pong, add testsMarcoFalke
2020-07-08tests: Add fuzzing harness for BanManpracticalswift
2020-07-08tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(....practicalswift
2020-07-07Merge #19219: Replace automatic bans with discouragement filterPieter Wuille