toxcore/toxcore
sudden6 393a6be5c4
don't wait for connection when killing Tox
When tox_kill is called no other thread should be running anymore so
this locking is not needed there.
2019-12-25 14:56:43 +01:00
..
BUILD.bazel fix concurrency issues in mono_time 2019-09-06 23:10:39 +02: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 Fix miscellaneous small problems with groups: 2019-11-17 13:29:10 +01:00
group.h add configurable limit on number of stored frozen peers 2019-05-19 18:51:28 +02: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 fix invalid use of mutex 2019-12-23 23:48:15 +01: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 Fix pthread_mutex_destroy getting too many arguments 2019-09-18 23:26:13 +02: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 don't wait for connection when killing Tox 2019-12-25 14:56:43 +01:00
net_crypto.h fix invalid use of mutex 2019-12-23 23:48:15 +01: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 Release 0.2.10 2019-05-30 15:36:12 +02:00
tox.c add configurable limit on number of stored frozen peers 2019-05-19 18:51:28 +02:00
tox.h Release 0.2.10 2019-05-30 15:36:12 +02: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