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-11-23
Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...
zugz (tox)
2018-10-31
Add some hopefully helpful documentation to the functions in mono_time.h
zugz (tox)
2018-10-24
Change method of PK production for fake friend in DHT
NamsooCho
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-10-19
Add `LOGGER_ASSERT` for checking fatal error conditions.
iphydf
2018-10-16
Support DragonFlyBSD and prune unused variables.
Leonid Bobrov
2018-10-11
ensure save data unchanged after save and load
zugz (tox)
2018-10-09
Consistently use camel case enum names.
iphydf
2018-10-08
Add LAN_discovery to the list of apidsl-generated files.
iphydf
2018-10-07
Release 0.2.8
Robin Lindén
2018-10-07
Make sure logger levels stay in sync across files
Maxim Biro
2018-10-07
Fix memleak in tcp server by wiping priority queues on deletion
zugz (tox)
2018-09-26
Remove a function-like macro and replace it with a function.
iphydf
2018-09-26
Use new `@pthread` library from Bazel for Windows compat.
iphydf
2018-09-25
Combine last_reported_announced with last_seen in Onion_Friend
zugz (tox)
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-09-20
Send rejoin packets on conference disconnection
zugz (tox)
2018-09-19
Fix typos
yangfl
2018-09-16
Fixed a silly boolean practice using uint8_t
hugbubby
2018-09-14
Standardise header guards.
iphydf
2018-09-14
Use C++ style casts in C++ code.
iphydf
2018-09-10
Assert that we don't kill tox before killing toxav.
iphydf
2018-09-08
Fix typo: tcp_replays -> tcp_relays.
iphydf
2018-09-07
Add messenger state plugin system.
iphydf
2018-09-06
Avoid recursion in `ip_is_lan` and `ip_is_local`.
iphydf
2018-09-06
Ignore "unused-result" warning in super_donators code.
iphydf
2018-09-05
Add mechanism for recovering from disconnections in conferences
zugz
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-30
Remove the use of `CLOCK_MONOTONIC_RAW`.
iphydf
2018-08-30
Clean up `add_to_list` function a bit.
iphydf
2018-08-30
Release 0.2.7
Robin Lindén
2018-08-27
try ipv6 connections even after udp timeout
zugz (tox)
2018-08-27
Make `ip_is_lan` return bool instead of 0/-1.
iphydf
2018-08-26
Use `bool` in place of 0/1 int values.
iphydf
2018-08-26
Add support for setting a custom monotonic time function in mono_time
zugz (tox)
2018-08-26
Format crypto_core.c.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-26
Fix test class name for mono_time_test.
iphydf
2018-08-26
Add some tests for `ping_array`.
iphydf
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
[prev]
[next]