summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-05-29Add support for the conan C/C++ package managerRobin Linden
2020-05-01Release 0.2.12Robin Linden
2020-04-29Disable non-hermetic tests by default.iphydf
2020-04-27Add execution trace option for debugging.iphydf
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2020-04-13Fix things not being initialized if creating a TCP-only networkRobin Linden
2020-03-24Add basic test adapter for AFLsudden6
2020-03-22Release 0.2.11Robin Linden
2020-03-18Add "member" invite responsezugz (tox)
2020-03-02Remove testing/av_test.c.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2019-05-30Release 0.2.10Robin Lindén
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-12Release 0.2.9Robin Lindén
2018-12-11Add cmake option for building additional testszugz (tox)
2018-10-17Include `CTest` in CMakeLists.txt to get valgrind support.iphydf
2018-10-16Support DragonFlyBSD and prune unused variables.Leonid Bobrov
2018-10-07Add AUTOTEST Option to CMakeLists.txtchrono
2018-10-07Release 0.2.8Robin Lindén
2018-10-07Default to not defining MIN_LOGGER_LEVEL in CMakeMaxim Biro
2018-10-07Fix logger level defaulting to TRACE in CMakeMaxim Biro
2018-09-24Revert "Improve cmake build for MSVC."iphydf
2018-09-22Improve cmake build for MSVC.Mick Sayson
2018-08-30Release 0.2.7Robin Lindén
2018-08-27try ipv6 connections even after udp timeoutzugz (tox)
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-23Install the `DHT_bootstrap` binary on `make install`.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-16Release 0.2.6Robin Lindén
2018-08-12Remove all uses of the PAIR macro in toxav.iphydf
2018-08-08Release 0.2.5Robin Lindén
2018-07-28auto_test fixture and filenameshugbubby
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-20Release v0.2.4Robin Lindén
2018-07-19Link -lsocket and -lnsl for socket functions on Solaris.iphydf
2018-07-15Set C++11/C99 flag manually in older cmake on not-msvc.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-07-07Factor out the actual test code from conference_test.iphydf
2018-07-06Add a test that reproduces the NULL peer nick bug.iphydf
2018-07-04Add some tests for our ring_buffer implementation.iphydf
2018-07-01Simplify Travis CI builds.iphydf
2018-06-29Add a test to try and overflow the send queue in net_crypto.iphydf
2018-06-29Remove broken conference tests.iphydf
2018-06-25Release v0.2.3Robin Lindén
2018-06-25Remove the format test.iphydf
2018-06-24Use clang-format for C++ code.iphydf