summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2018-07-22Run Clang global static analysis on Travis.iphydf
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-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-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-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-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-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-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-07Call the "peer leaves" callback only once on group delete.iphydf
2018-07-05Make tox.c unambiguously parseable.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-28Various minor cleanups in `net_crypto`.iphydf
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-25Add a MAX_HOSTNAME_LENGTH constant.iphydf
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-23Disable UDP when proxy is enabled.iphydf
2018-06-23Make NULL options behave the same as default options.iphydf
2018-06-22Make the net_crypto connection state an enum.iphydf
2018-06-17Minor cleanup: return early on error condition.iphydf
2018-06-09Sort bazel build file according to buildifier standard.iphydf
2018-06-04Log only the filename, not the full path in LOGGER.iphydf
2018-06-03Fix macOS macro because of GNU Machyangfl
2018-05-29Fix enumeration of Crypto_Connection instancesPavel Karelin