summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
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-23Force storing the result of crypto_memcmp in the test.iphydf
2018-08-21consistently use 'mono_time' rather than 'monotime'zugz (tox)
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
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-13Avoid implicit conversion of negative value to uint32_t.iphydf
2018-08-13Avoid passing -1 as friend connection to new groups.iphydf
2018-08-12Make `conferences_object` properly typed.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-12Remove last use of the `MIN` macro.iphydf
2018-08-11Add deprecation notice to some UPPER_CASE enums.iphydf
2018-08-11Split out conference type (text/av) from identifier.iphydf
2018-08-10Use the crypto random functions instead of `rand()`.iphydf
2018-08-09Fix typo in loop over assocs.zugz (tox)
2018-08-08Release 0.2.5Robin Lindén
2018-08-04Fix error message in m_send_generic_messageendoffile78
2018-08-04Remove unused `m_callback_log` function.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-08-04Avoid multiple for-next expressions.iphydf
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-28Add `by_id` and `get_id` functions, renaming from `*_uid`.iphydf
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