aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
AgeCommit message (Expand)Author
2021-09-21fuzz: Move all addrman fuzz targets to one fileMarcoFalke
2021-09-02test: Rename bitcoin-util-test.py to util/test_runner.pyMarcoFalke
2021-09-01fuzz: Remove addrdb fuzz targetMarcoFalke
2021-07-29Merge bitcoin/bitcoin#21882: build: Fix undefined reference to __mulodi4fanquake
2021-07-27build: Fix undefined reference to __mulodi4Hennadii Stepanov
2021-07-27Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...MarcoFalke
2021-06-16fuzz: fix fuzz binary linking orderSjors Provoost
2021-06-12wallet test: Add test for subtract fee from recipient behaviorRussell Yanofsky
2021-06-12wallet test refactor: add CreateSyncedWallet functionRussell Yanofsky
2021-05-27Merge bitcoin/bitcoin#22029: [fuzz] Improve transport deserialization fuzz te...W. J. van der Laan
2021-05-25[fuzz] Add serialization to deserialization testDhruv Mehta
2021-05-24Add unit tests for serfloat modulePieter Wuille
2021-05-16fuzz: Add utxo_snapshot targetMarcoFalke
2021-05-08fuzz: Remove unused --enable-danger-fuzz-link-all optionMarcoFalke
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-28fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.practicalswift
2021-04-19test: Add unit test for Coinstats indexFabian Jahr
2021-03-31Merge #21366: refactor: replace util::Ref with std::any (C++17)W. J. van der Laan
2021-03-30Merge #21387: p2p: Refactor sock to add I2P fuzz and unit testsWladimir J. van der Laan
2021-03-30Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...Wladimir J. van der Laan
2021-03-29remove unused class util::Ref and its unit testSebastian Falbesoner
2021-03-23Merge #21142: fuzz: Add tx_pool fuzz targetMarcoFalke
2021-03-19Move peer eviction tests to a separate test fileJon Atack
2021-03-18fuzz: Add tx_pool fuzz targetsMarcoFalke
2021-03-16test: add I2P test for a runaway SAM proxyVasil Dimov
2021-03-16fuzz: add tests for the I2P Session public interfaceVasil Dimov
2021-03-15Merge #19259: fuzz: Add fuzzing harness for LoadMempool(...) and DumpMempool(...MarcoFalke
2021-03-15tests: Add fuzzing harness for LoadMempool(...) and DumpMempool(...)practicalswift
2021-03-19tests: Add fuzzing harness for versionbitsAnthony Towns
2021-03-08tests: Add fuzzing harness for Lookup(...)/LookupHost(...)/LookupNumeric(...)...practicalswift
2021-03-03Merge #19203: net: Add regression fuzz harness for CVE-2017-18350. Add Fuzzed...MarcoFalke
2021-03-02fuzz: Add fuzzing harness for Socks5(...)practicalswift
2021-03-02tests: Add fuzzing harness for TorControllerpracticalswift
2021-02-11Merge #20788: net: add RAII socket and use it instead of bare SOCKETWladimir J. van der Laan
2021-02-11test: add Sock unit testsVasil Dimov
2021-02-05build: build fuzz tests by default.Dan Benjamin
2021-01-07Merge #18077: net: Add NAT-PMP port forwarding supportWladimir J. van der Laan
2021-01-07Merge #19055: Add MuHash3072 implementationWladimir J. van der Laan
2021-01-07net: Add libnatpmp supportHennadii Stepanov
2020-12-29Merge #20377: fuzz: Fill various small fuzzing gapsMarcoFalke
2020-12-27fuzz: Add coverage for CDataStream consumerpracticalswift
2020-12-22fuzz: Add MuHash consistency fuzz testFabian Jahr
2020-12-16tests: Add fuzzing harness for node eviction logicpracticalswift
2020-12-14build: Add option --enable-danger-fuzz-link-allMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-11-26Clean up assets test minimizer LDFLAGSPieter Wuille
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-19Merge #15710: wallet: Catch ios_base::failure specificallyWladimir J. van der Laan
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-12tests: Add fuzzing harness for CAddrManpracticalswift