summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
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
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-21Support float32 and float64 in msgpack type printer.iphydf
2016-11-20Fix a memory leak in hstox interfaceMaxim Biro
2016-11-12Support arbitrary video resolutions in av_testMikhael-Danilov
2016-11-11Add decode/encode PlainText test support.iphydf
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-08Add spectest to the cmake test suite.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Enable all possible C compiler warning flags.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-10-01Import the hstox SUT interface from hstox.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-25Work around bug in opencv3 headers.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf