summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-15Set C++11/C99 flag manually in older cmake on not-msvc.iphydf
2018-07-15Simplify Travis-CI FreeBSD buildMaxim Biro
2018-07-15Use the correct repository name in the coverage badge.iphydf
2018-07-13Add conference_by_uid and conference_get_uid functions.iphydf
2018-07-12Limit number of group chats to 65536.iphydf
2018-07-12Use named function types for group callbacks.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-12Fix style in DHT.c.iphydf
2018-07-12Fix style in some header files.iphydf
2018-07-10Add the bazel build as one of the PR-blocking builds.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Add a thread-safe version of unix_time and friends.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-07-08Use named function types for callbacks in net_crypto.iphydf
2018-07-08Use named function types for friend_requests callbacks.iphydf
2018-07-08Avoid side-effectful assignments in conditionals.iphydf
2018-07-08Clarify the intent of "file kinds" in the API.iphydf
2018-07-08Rename `BS_LIST` to `BS_List` to follow the naming conventions.iphydf
2018-07-08Use named types for onion callbacks.iphydf
2018-07-08Use named function types for friend_connection callbacks.iphydf
2018-07-08Remove VLA usage from `send_audio_packet`.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.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-06lan_discovery_test and version_test cleanuphugbubby
2018-07-05Use run_auto_test.h test fixture for some auto-tests.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-07-04Add `#include <cstdio>` for `std::printf`.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-29Correct check for net_crypto packet index.Evgeny Kurnevsky
2018-06-29Remove broken conference tests.iphydf
2018-06-28Fix leak of Logger instances in dht_test.iphydf
2018-06-28Various minor cleanups in `net_crypto`.iphydf
2018-06-28Another TCP_test.c upgradehugbubby
2018-06-27Add missing MAX_HOSTNAME_LENGTH doc.cotox
2018-06-26Make arg `host` understand clearly.cotox
2018-06-25Release v0.2.3Robin Lindén
2018-06-25Only run astyle if the astyle binary exists.iphydf
2018-06-25Remove utils.c and utils.h from toxencryptsave build.iphydf
2018-06-25Fixes to the imported sodium sources to compile without warnings.iphydf
2018-06-25Add a MAX_HOSTNAME_LENGTH constant.iphydf
2018-06-25Remove the format test.iphydf
2018-06-25Make bootstrap daemon use toxcore's versionMaxim Biro
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-06-24Add a test for double conference invite.iphydf
2018-06-23Disable UDP when proxy is enabled.iphydf