index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2019-01-12
Release 0.2.9
Robin Lindén
2019-01-12
Add some const qualifiers
zugz (tox)
2019-01-12
Implement all min/max functions for (un)signed int types.
iphydf
2019-01-10
Fix misaligned 4-byte access in trace logging.
iphydf
2019-01-07
Avoid sending group messages to a peer before we have its group number
zugz (tox)
2019-01-06
Improve handling of peers entering and leaving conferences
zugz (tox)
2019-01-05
Expose offline conference peers in API
zugz (tox)
2019-01-03
Define tox_conference_id_size and tox_conference_uid_size
zugz (tox)
2019-01-03
Fix indices calculation for congestion control.
Evgeny Kurnevsky
2019-01-03
Added test and patch for VLA stack overflow vuln.
zoff99
2018-11-29
Implement conferences saving
zugz (tox)
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
[prev]
[next]