summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-08-13Fix some printf format specifiers.iphydf
2018-08-13Fix memory leak in error path in group A/V.iphydf
2018-08-13Fix groupav.c style and avoid casts in toxav_old.c.iphydf
2018-08-12Fix coding style in rtp module.iphydf
2018-08-12Temporarily disable FreeBSD build, since it times out.iphydf
2018-08-12Fix style in msi.c.iphydf
2018-08-12Make `conferences_object` properly typed.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-08-12Avoid forward declaration of rtp structs.iphydf
2018-08-12Fix style in bwcontroller module.iphydf
2018-08-12Stop running tests in the bazel build.iphydf
2018-08-12Move OSX to stage 1 of Travis.iphydf
2018-08-12Add simple deterministic random number generator for testszugz (tox)
2018-08-12Assert that we don't divide by 0 in random_testing.cc.iphydf
2018-08-12Fix a few warnings from clang.iphydf