toxcore/toxcore
iphydf 6d8d80b387
Make conferences_object properly typed.
The void pointer here only adds opportunity to introduce bugs and doesn't
actually make things more layered. It's just the code lying about being
layered while it's actually spaghetti.
2018-08-12 21:10:27 +00:00
..
BUILD.bazel Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
ccompat.h Set C++11/C99 flag manually in older cmake on not-msvc. 2018-07-15 23:01:32 +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 Use clang-format for C++ code. 2018-06-24 20:17:53 +00:00
crypto_core.api.h Move system header includes from network.h to network.c 2018-05-20 15:42:42 +00:00
crypto_core.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
crypto_core.h Move system header includes from network.h to network.c 2018-05-20 15:42:42 +00:00
DHT.c Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
DHT.h Fix style in DHT.c. 2018-07-12 09:32:46 +00:00
friend_connection.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
friend_connection.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
friend_requests.c Use named function types for friend_requests callbacks. 2018-07-08 22:02:52 +00:00
friend_requests.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
group.c Make conferences_object properly typed. 2018-08-12 21:10:27 +00:00
group.h add callback for successful connection to a conference 2018-08-12 22:46:06 +02:00
LAN_discovery.api.h Use apidsl to generate LAN_discovery.h. 2018-01-16 14:17:05 +00:00
LAN_discovery.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
LAN_discovery.h Use apidsl to generate LAN_discovery.h. 2018-01-16 14:17:05 +00:00
list.c Make resize in list.c return bool instead of 0/1. 2018-07-21 11:44:58 +00:00
list.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
logger.c Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
logger.h Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +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 typo in loop over assocs. 2018-08-09 22:47:21 +00:00
Messenger.h Make conferences_object properly typed. 2018-08-12 21:10:27 +00:00
mono_time_test.cc Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
mono_time.c Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
mono_time.h Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
net_crypto.c Collect PACKET_ID* constants in net_crypto.h, cleanup their uses 2018-07-19 19:24:00 +00:00
net_crypto.h Collect PACKET_ID* constants in net_crypto.h, cleanup their uses 2018-07-19 19:24:00 +00:00
network.c Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
network.h Synchronise parameter names in headers with those in the implementation. 2018-07-21 14:46:31 +00:00
onion_announce.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
onion_announce.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
onion_client.c Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
onion_client.h Synchronise parameter names in headers with those in the implementation. 2018-07-21 14:46:31 +00:00
onion.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
onion.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
ping_array.api.h Make Ping_Array a module-private type. 2018-01-13 23:55:08 +00:00
ping_array.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
ping_array.h Make Ping_Array a module-private type. 2018-01-13 23:55:08 +00:00
ping.api.h Use apidsl to generate ping.h. 2018-01-14 19:30:05 +00:00
ping.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
ping.h Use apidsl to generate ping.h. 2018-01-14 19:30:05 +00:00
state.c Move load_state and its helper functions to their own module. 2018-07-09 20:36:39 +00:00
state.h Move load_state and its helper functions to their own module. 2018-07-09 20:36:39 +00:00
TCP_client.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
TCP_client.h Synchronise parameter names in headers with those in the implementation. 2018-07-21 14:46:31 +00:00
TCP_connection.c Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
TCP_connection.h Use the crypto random functions instead of rand(). 2018-08-10 14:53:27 +00:00
TCP_server.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
TCP_server.h Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
tox_api.c Make tox.c unambiguously parseable. 2018-07-05 23:09:28 +00:00
tox.api.h add callback for successful connection to a conference 2018-08-12 22:46:06 +02:00
tox.c Make conferences_object properly typed. 2018-08-12 21:10:27 +00:00
tox.h add callback for successful connection to a conference 2018-08-12 22:46:06 +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 Remove last use of the MIN macro. 2018-08-12 11:38:23 +00:00
util.h Remove last use of the MIN macro. 2018-08-12 11:38:23 +00:00