summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
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
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-17Use C99 %zu format conversion in printf for size_t.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Add TODO for @mannol.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-02Replace pthread_yield with sched_yield.iphydf
2016-09-01Sort #includes in all source files.iphydf