toxcore/testing
iphydf f39aac09e6
feat: Allow custom network functions.
The idea here is to have a `Network` object that contains functions for
network operations and an optional userdata object that can manage those
network operations. This allows e.g. a fuzzer to replace the network
functions with no-ops or fuzzer inputs, reducing the need for `#ifdef`s.
2022-03-29 22:03:26 +00:00
..
afl_testdata/tox_saves Add basic test adapter for AFL 2020-03-24 16:49:41 +01:00
fuzzing perf: Make time move a lot faster in fuzzing runs. 2022-03-27 22:52:35 +00:00
BUILD.bazel cleanup: Reduce scope of array-typed variables where possible. 2022-03-21 12:02:46 +00:00
CMakeLists.txt cleanup: split CMakeLists.txt and add some missing targets 2022-03-27 20:09:10 +02:00
coverage_live.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
distill_corpus.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
Dockerfile Don't attempt to install the same package twice 2022-02-13 22:54:10 -05:00
Makefile.inc chore: remove DHT_test.c since it's unused 2022-02-22 22:30:27 +01:00
Messenger_test.c feat: Allow custom network functions. 2022-03-29 22:03:26 +00:00
misc_tools.c test: Add mallocfail and proxy test to our coverage runs. 2022-02-25 01:55:28 +00:00
misc_tools.h refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
random_testing.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
run_afl.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00