.. |
BUILD.bazel
|
Use new @pthread library from Bazel for Windows compat.
|
2018-09-26 00:01:15 +00:00 |
ccompat.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
crypto_core_mem.c
|
Update license headers and remove redundant file name comment.
|
2017-01-19 00:01:44 +00:00 |
crypto_core_test.cc
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
crypto_core.api.h
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
crypto_core.c
|
Added test and patch for VLA stack overflow vuln.
|
2019-01-03 11:13:27 +00:00 |
crypto_core.h
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
DHT.c
|
Do not send the same packet to the same node twice.
|
2019-05-01 16:40:04 +02:00 |
DHT.h
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
friend_connection.c
|
Implement conferences saving
|
2018-11-29 21:52:23 +01:00 |
friend_connection.h
|
Implement conferences saving
|
2018-11-29 21:52:23 +01:00 |
friend_requests.c
|
Update copyright to 2018.
|
2018-08-26 18:57:29 +00:00 |
friend_requests.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
group.c
|
Expose api functions for enabling and disabling AV in AV groups
|
2019-02-10 00:00:00 +00:00 |
group.h
|
Expose offline conference peers in API
|
2019-01-05 15:01:29 +00:00 |
LAN_discovery.api.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
LAN_discovery.c
|
Support DragonFlyBSD and prune unused variables.
|
2018-10-16 22:01:00 +00:00 |
LAN_discovery.h
|
Add LAN_discovery to the list of apidsl-generated files.
|
2018-10-08 22:38:26 +00:00 |
list.c
|
Update copyright to 2018.
|
2018-08-26 18:57:29 +00:00 |
list.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
logger.c
|
Add LOGGER_ASSERT for checking fatal error conditions.
|
2018-10-19 18:08:46 +00:00 |
logger.h
|
Add LOGGER_ASSERT for checking fatal error conditions.
|
2018-10-19 18:08:46 +00:00 |
Makefile.inc
|
Factor out time keeping code into its own module: mono_time.c.
|
2018-07-09 21:04:50 +00:00 |
Messenger.c
|
Make saving and loading the responsibility of Tox rather than Messenger
|
2018-10-20 11:03:10 +02:00 |
Messenger.h
|
Implement conferences saving
|
2018-11-29 21:52:23 +01:00 |
mono_time_test.cc
|
Use C++ style casts in C++ code.
|
2018-09-14 14:08:27 +00:00 |
mono_time.c
|
Avoid use of global mutable state in mono_time on win32.
|
2018-09-03 20:03:47 +00:00 |
mono_time.h
|
Add some hopefully helpful documentation to the functions in mono_time.h
|
2018-10-31 19:34:52 +01:00 |
net_crypto.c
|
Fix indices calculation for congestion control.
|
2019-01-03 11:13:27 +00:00 |
net_crypto.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
network.c
|
Implement all min/max functions for (un)signed int types.
|
2019-01-12 13:12:39 +00:00 |
network.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
onion_announce.c
|
Make ip_is_lan return bool instead of 0/-1.
|
2018-08-27 12:54:46 +00:00 |
onion_announce.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
onion_client.c
|
Implement all min/max functions for (un)signed int types.
|
2019-01-12 13:12:39 +00:00 |
onion_client.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
onion.c
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
onion.h
|
Fix typos
|
2018-09-19 18:16:13 +00:00 |
ping_array_test.cc
|
Add some tests for ping_array .
|
2018-08-26 17:32:19 +00:00 |
ping_array.api.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
ping_array.c
|
Update copyright to 2018.
|
2018-08-26 18:57:29 +00:00 |
ping_array.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
ping.api.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
ping.c
|
Update copyright to 2018.
|
2018-08-26 18:57:29 +00:00 |
ping.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
state.c
|
Expose offline conference peers in API
|
2019-01-05 15:01:29 +00:00 |
state.h
|
Expose offline conference peers in API
|
2019-01-05 15:01:29 +00:00 |
TCP_client.c
|
Fix memleak in tcp server by wiping priority queues on deletion
|
2018-10-07 20:13:51 +02:00 |
TCP_client.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
TCP_connection.c
|
Update copyright to 2018.
|
2018-08-26 18:57:29 +00:00 |
TCP_connection.h
|
Standardise header guards.
|
2018-09-14 19:09:10 +00:00 |
TCP_server.c
|
Fix memleak in tcp server by wiping priority queues on deletion
|
2018-10-07 20:13:51 +02:00 |
TCP_server.h
|
Fix memleak in tcp server by wiping priority queues on deletion
|
2018-10-07 20:13:51 +02:00 |
tox_api.c
|
Define tox_conference_id_size and tox_conference_uid_size
|
2019-01-03 14:29:20 +00:00 |
tox.api.h
|
Specify that buffer size for tox_conference_peer_get_name is given by $size
|
2019-01-21 22:17:49 +01:00 |
tox.c
|
Add some const qualifiers
|
2019-01-12 22:38:51 +01:00 |
tox.h
|
Specify that buffer size for tox_conference_peer_get_name is given by $size
|
2019-01-21 22:17:49 +01:00 |
util_test.cc
|
Factor out time keeping code into its own module: mono_time.c.
|
2018-07-09 21:04:50 +00:00 |
util.c
|
Implement all min/max functions for (un)signed int types.
|
2019-01-12 13:12:39 +00:00 |
util.h
|
Implement all min/max functions for (un)signed int types.
|
2019-01-12 13:12:39 +00:00 |