toxcore/toxcore
iphydf f627a26a7b
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the
repository to perform whole program analysis.
2018-07-22 02:34:30 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +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 Reduce nesting by doing more early returns on error. 2018-07-21 14:22:41 +00:00
group.h Add conference_by_uid and conference_get_uid functions. 2018-07-13 19:30:02 +00: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 Introduce several TODOs 2018-07-19 19:24:00 +00:00
Messenger.h Synchronise parameter names in headers with those in the implementation. 2018-07-21 14:46:31 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
mono_time.h Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +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 Link -lsocket and -lnsl for socket functions on Solaris. 2018-07-19 15:05:26 +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 Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
TCP_connection.h Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +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 Release v0.2.4 2018-07-20 22:52:14 +02:00
tox.c Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
tox.h Release v0.2.4 2018-07-20 22:52:14 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
util.h Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00