summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
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
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-22Use self-built portaudio instead of system-provided.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2018-01-21Don't allocate or dereference Tox_Options in tests.iphydf
2018-01-20Add testing/*.c (except av_test) to bazel build.iphydf
2018-01-20Remove nTox from the repo.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-15Remove hstox test for now.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-10Fix formatting in some C files.iphydf
2018-01-10Fix file descriptor leak in hstox test.iphydf
2018-01-10Zero-initialise stack-allocated objects in hstox driver.iphydf
2017-12-29Remove deprecated ToxDNSiphydf
2017-12-28Generate only one large library "libtoxcore".iphydf
2017-12-28Fix include for endian.h and add includes for sys/stat.h andendoffile78
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-06-04Fix formatting and spelling in version-sync script.iphydf
2017-06-03Use new encoding of `Maybe` in msgpack results.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-03-04Fix formatting with astyleDiadlo
2017-03-01Remove dependency on strings.hMaxim Biro
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-13Fixed FreeBSD build failure due to undefined MSG_NOSIGNAL.Yuri
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero