summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-21Synchronise parameter names in headers with those in the implementation.iphydf
2018-07-21Reduce nesting by doing more early returns on error.iphydf
2018-07-21Make `resize` in `list.c` return bool instead of 0/1.iphydf
2018-07-21Add missing braces in dht_test.c.iphydf
2018-07-21Run buildifier on c-toxcore BUILD files.iphydf
2018-07-20Release v0.2.4Robin Lindén
2018-07-19Introduce several TODOsJan Malakhovski
2018-07-19Rename `m_handle_custom_lossy_packet -> m_handle_lossy_packet`Jan Malakhovski
2018-07-19Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their usesJan Malakhovski
2018-07-19Use string comparison operator in configure.ac.iphydf
2018-07-19Link -lsocket and -lnsl for socket functions on Solaris.iphydf
2018-07-18replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_...zugz
2018-07-18Use enums for group packet types.iphydf
2018-07-18Wrong use of unsigned integer.hugbubby
2018-07-18Using stdint instead of int/longhugbubby
2018-07-18Correct the max hostname length constant.iphydf
2018-07-16Set `_XOPEN_SOURCE` to 700 for FreeBSD.iphydf
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