index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2018-08-25
Change while-loop to for-loop to express for-each-frame.
iphydf
2018-08-25
fix leave callback calling in del_groupchat
zugz (tox)
2018-08-23
Force storing the result of crypto_memcmp in the test.
iphydf
2018-08-21
consistently use 'mono_time' rather than 'monotime'
zugz (tox)
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-16
Release 0.2.6
Robin Lindén
2018-08-13
Avoid implicit conversion of negative value to uint32_t.
iphydf
2018-08-13
Avoid passing -1 as friend connection to new groups.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
add callback for successful connection to a conference
zugz (tox)
2018-08-12
Remove last use of the `MIN` macro.
iphydf
2018-08-11
Add deprecation notice to some UPPER_CASE enums.
iphydf
2018-08-11
Split out conference type (text/av) from identifier.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-08-09
Fix typo in loop over assocs.
zugz (tox)
2018-08-08
Release 0.2.5
Robin Lindén
2018-08-04
Fix error message in m_send_generic_message
endoffile78
2018-08-04
Remove unused `m_callback_log` function.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-08-04
Avoid multiple for-next expressions.
iphydf
2018-08-02
Fix problems with initial connections and name-setting in conferences
zugz
2018-07-28
Add `by_id` and `get_id` functions, renaming from `*_uid`.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-21
Synchronise parameter names in headers with those in the implementation.
iphydf
2018-07-21
Reduce nesting by doing more early returns on error.
iphydf
2018-07-21
Make `resize` in `list.c` return bool instead of 0/1.
iphydf
2018-07-20
Release v0.2.4
Robin Lindén
2018-07-19
Introduce several TODOs
Jan Malakhovski
2018-07-19
Rename `m_handle_custom_lossy_packet -> m_handle_lossy_packet`
Jan Malakhovski
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-19
Link -lsocket and -lnsl for socket functions on Solaris.
iphydf
2018-07-18
replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_...
zugz
2018-07-18
Use enums for group packet types.
iphydf
2018-07-18
Correct the max hostname length constant.
iphydf
2018-07-16
Set `_XOPEN_SOURCE` to 700 for FreeBSD.
iphydf
2018-07-15
Set C++11/C99 flag manually in older cmake on not-msvc.
iphydf
2018-07-13
Add conference_by_uid and conference_get_uid functions.
iphydf
2018-07-12
Limit number of group chats to 65536.
iphydf
2018-07-12
Use named function types for group callbacks.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-12
Fix style in DHT.c.
iphydf
2018-07-12
Fix style in some header files.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Add a thread-safe version of unix_time and friends.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-07-08
Use named function types for callbacks in net_crypto.
iphydf
2018-07-08
Use named function types for friend_requests callbacks.
iphydf
2018-07-08
Clarify the intent of "file kinds" in the API.
iphydf
[prev]
[next]