summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-08-19Upload coverage to codecov as well as coveralls.iphydf
2018-08-19Make the save_compatibility_test work with bazel.iphydf
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-19Run both asan and tsan on Circle CI.iphydf
2018-08-19Fix const cast in save-generator.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-18Enable .travis.yml check and use non-markdown license.iphydf
2018-08-17Set `_POSIX_C_SOURCE` to 200112L. We need it for C99 compat.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-16Release 0.2.6Robin Lindén
2018-08-16Limit the size of a save file in file_saving_test.iphydf
2018-08-16Prune long long warnings.Leonid Bobrov
2018-08-15Fix possible resource leaks in testcrypto-universe
2018-08-14Fix style in toxav.c.iphydf
2018-08-14Use `--config` to tell bazel about the environment.iphydf
2018-08-13Avoid implicit conversion of negative value to uint32_t.iphydf
2018-08-13Fix ToxAv's use of `struct Tox`.iphydf
2018-08-13Avoid passing -1 as friend connection to new groups.iphydf
2018-08-13Fix style in video.c.iphydf
2018-08-13Use tokstyle in the cmake travis build.iphydf