summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-14Use run_auto_test fixture in typing_test.chugbubby
2018-09-10Assert that we don't kill tox before killing toxav.iphydf
2018-09-08Always use the passed logger (from Messenger) in msi_kill.iphydf
2018-09-08Add tool to find directly recursive calls in toxcore.iphydf
2018-09-08Fix typo: tcp_replays -> tcp_relays.iphydf
2018-09-08Use `(void)` for empty parameter lists in C.iphydf
2018-09-07Add messenger state plugin system.iphydf
2018-09-06Avoid recursion in `ip_is_lan` and `ip_is_local`.iphydf
2018-09-06Ignore "unused-result" warning in super_donators code.iphydf
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-09-02Use `code font` for tool names and flags in INSTALL.md.iphydf
2018-09-01Fix login issue on Travis-CI FreeBSD buildMaxim Biro
2018-08-31Use test clock in run_auto_test tests and dht testzugz (tox)
2018-08-30Use our own logging facility to log toxcore's logsMaxim Biro
2018-08-30Feature bootstrap trace/debug log outputcotox
2018-08-30Simplify configure.ac for faster autotools build.iphydf
2018-08-30Remove the use of `CLOCK_MONOTONIC_RAW`.iphydf
2018-08-30Clean up `add_to_list` function a bit.iphydf
2018-08-30Include necessary opencv2 header on OSX.iphydf
2018-08-30Release 0.2.7Robin Lindén
2018-08-27try ipv6 connections even after udp timeoutzugz (tox)
2018-08-27Make `ip_is_lan` return bool instead of 0/-1.iphydf
2018-08-27Enable FreeBSD Travis-CI buildMaxim Biro
2018-08-27Fix FreeBSD VM on Travis not shutting downMaxim Biro
2018-08-26Use `bool` in place of 0/1 int values.iphydf
2018-08-26Make the tsan build fail instead of swallowing its errors.iphydf
2018-08-26Add support for setting a custom monotonic time function in mono_timezugz (tox)
2018-08-26Format crypto_core.c.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-26Fix test class name for mono_time_test.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-26Call `abort` instead of `exit` on test failure.iphydf
2018-08-25Run save_compatibility_test in the autotools build.iphydf
2018-08-25Fix the `PORT_ALLOC` failure of `save_compatibility_test`.iphydf
2018-08-25Change while-loop to for-loop to express for-each-frame.iphydf
2018-08-25fix leave callback calling in del_groupchatzugz (tox)
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-25Run all tests (and compilation) in parallel with autotools.iphydf
2018-08-25Stop using massive macros in `toxav_basic_test`.iphydf
2018-08-25Fix auto_tests Makefilezugz (tox)
2018-08-23Force storing the result of crypto_memcmp in the test.iphydf
2018-08-23Install the `DHT_bootstrap` binary on `make install`.iphydf
2018-08-22Add check to make sure tox was created successfullyendoffile78
2018-08-21consistently use 'mono_time' rather than 'monotime'zugz (tox)
2018-08-21Always print output on failure in cmake tests on Travis.iphydf
2018-08-21Run project tests like yamllint_test.iphydf
2018-08-21Enable color diagnostics on circleci.iphydf
2018-08-20handle libsodium dependency of misc_tools correctly for autotoolszugz (tox)
2018-08-19Avoid redefining macros from different files.iphydf