summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-04-27Add execution trace option for debugging.iphydf
2020-04-05Make afl_toxsave.c a bit more portable; fix memleak.iphydf
2020-03-24Add basic test adapter for AFLsudden6
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-02Remove testing/av_test.c.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-09-19Fix typosyangfl
2018-09-06Ignore "unused-result" warning in super_donators code.iphydf
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-30Include necessary opencv2 header on OSX.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-20handle libsodium dependency of misc_tools correctly for autotoolszugz (tox)
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-17Set `_POSIX_C_SOURCE` to 200112L. We need it for C99 compat.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-15Fix possible resource leaks in testcrypto-universe
2018-08-13Fix some printf format specifiers.iphydf
2018-08-12Add simple deterministic random number generator for testszugz (tox)
2018-08-12Assert that we don't divide by 0 in random_testing.cc.iphydf
2018-08-12Fix a few warnings from clang.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-07-04Add `#include <cstdio>` for `std::printf`.iphydf
2018-06-29Remove broken conference tests.iphydf
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-06-23Add random testing program.iphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-03-16Move struct DHT_Friend into DHT.c.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-11Improve video key frame sending.zoff99
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-06Move tox_shell program to the toxins repository.iphydf
2018-02-06Move irc_syncbot to the toxins repository.iphydf
2018-02-05Move the tox_sync tool to the toxins repository.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-26Fix out of bounds read in error case in messenger_test.iphydf