aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #18314: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_sn...MarcoFalke2020-03-111-1/+22
|\
| * tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint1...practicalswift2020-03-111-1/+22
* | Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig...MarcoFalke2020-03-111-1/+175
|\ \ | |/ |/|
| * tests: Add one specialized ProcessMessage(...) fuzzing binary per message typ...practicalswift2020-03-111-1/+168
| * tests: Add fuzzing harness for ProcessMessage(...)practicalswift2020-03-111-0/+7
* | tests: Add fuzzing harness for CScriptNum operationspracticalswift2020-03-091-0/+7
* | tests: Add fuzzing harness for CScript operationspracticalswift2020-03-091-0/+7
|/
* tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...practicalswift2020-03-091-0/+7
* tests: Add key_io fuzzing harnesspracticalswift2020-03-071-0/+7
* tests: Add fuzzing harness for locale independence testingpracticalswift2020-03-061-0/+7
* Merge #17972: tests: Add fuzzing harness for CKey and key related functionsMarcoFalke2020-03-051-0/+7
|\
| * tests: Add fuzzing harness for CKey related functionspracticalswift2020-03-051-0/+7
* | Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...MarcoFalke2020-03-051-0/+7
|\ \
| * | tests: Add fuzzing harness for functions taking floating-point types as inputpracticalswift2020-01-311-0/+7
* | | Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...MarcoFalke2020-02-281-0/+7
|\ \ \
| * | | tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)practicalswift2020-01-221-0/+7
| | |/ | |/|
* | | tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilterpracticalswift2020-02-251-0/+7
* | | tests: Add fuzzing harness for bloom filter class CBloomFilterpracticalswift2020-02-251-1/+9
* | | Merge #18183: test: Set catch_system_errors=no on boost unit testsMarcoFalke2020-02-211-1/+1
|\ \ \
| * | | test: Set catch_system_errors=no on boost unit testsMarcoFalke2020-02-191-1/+1
* | | | wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognitionRussell Yanofsky2020-02-121-1/+2
|/ / /
* | / tests: Add fuzzing harness for AS-mapping (asmap)practicalswift2020-01-301-0/+7
| |/ |/|
* | Merge #18009: tests: Add fuzzing harness for strprintf(…)MarcoFalke2020-01-311-0/+7
|\ \
| * | tests: Add fuzzing harness for strprintf(...)practicalswift2020-01-271-0/+7
| |/
* | Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-1/+11
|\ \ | |/ |/|
| * Integrate ASN bucketing in Addrman and add testsGleb Naumenko2019-12-251-1/+11
* | Merge #17777: tests: Add fuzzing harness for DecodeHexTx(…)Wladimir J. van der Laan2020-01-201-240/+248
|\ \
| * | build: Sort fuzzing harnesses to avoid future merge conflictspracticalswift2019-12-191-242/+243
| * | tests: Add fuzzing harness for DecodeHexTx(...)practicalswift2019-12-191-0/+7
* | | Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeStateWladimir J. van der Laan2020-01-131-0/+1
|\ \ \ | |/ / |/| |
| * | tests: add tests for GetCoinsCacheSizeStateJames O'Beirne2019-12-121-0/+1
* | | tests: Add fuzzing harness for various hex related functionspracticalswift2019-12-161-0/+7
* | | tests: Add fuzzing harness for various Base{32,58,64} related functionspracticalswift2019-12-161-0/+7
* | | tests: Add fuzzing harness for CheckBlock(...) and other CBlock related funct...practicalswift2019-12-151-0/+7
|/ /
* | tests: Add fuzzing harnesses for various JSON/univalue parsing functionspracticalswift2019-12-101-0/+8
* | tests: Add fuzzing harnesses for various number parsing functionspracticalswift2019-12-101-0/+7
* | tests: Add ParseScript(...) (core_io) fuzzing harnesspracticalswift2019-12-101-0/+7
* | tests: Add ParseHDKeypath(...) (bip32) fuzzing harnesspracticalswift2019-12-101-0/+7
* | Merge #17109: tests: Add fuzzing harness for various functions consuming only...MarcoFalke2019-12-091-0/+7
|\ \
| * | tests: Add fuzzing harness for various functions consuming only integralspracticalswift2019-12-061-0/+7
* | | tests: Add fuzzing harness for various CTxOut related functionspracticalswift2019-12-061-0/+7
* | | tests: Add fuzzing harness for various CTxIn related functionspracticalswift2019-12-061-0/+7
|/ /
* | Merge #17051: tests: Add deserialization fuzzing harnessesWladimir J. van der Laan2019-12-061-0/+126
|\ \ | |/ |/|
| * tests: Add deserialization fuzzing harnessespracticalswift2019-11-211-0/+126
* | build: Create test utility library from src/test/util/Harris2019-11-211-16/+4
|/
* Merge #17265: Remove OpenSSLWladimir J. van der Laan2019-11-191-2/+1
|\
| * build: remove OpenSSL detection and libsfanquake2019-11-181-2/+1
* | Merge #17136: tests: Add fuzzing harness for various PSBT related functionsMarcoFalke2019-11-181-0/+7
|\ \ | |/ |/|
| * tests: Add fuzzing harness for various PSBT related functionspracticalswift2019-11-181-0/+7
* | Add settings_testsRussell Yanofsky2019-11-071-0/+1