toxcore/toxcore
iphydf 2377cac94b
Use named function types for group callbacks.
Also some other cleanups. This PR means that future PRs, i.e. the PGC PR,
must not break the rules established here.
2018-07-12 21:15:51 +00:00
..
BUILD.bazel Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
ccompat.h Make toxcore compile on BSD 2018-05-10 17:56:15 +02: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 Use named function types for group callbacks. 2018-07-12 21:15:51 +00:00
group.h Use named function types for group callbacks. 2018-07-12 21:15:51 +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 Rename BS_LIST to BS_List to follow the naming conventions. 2018-07-08 19:03:52 +00:00
list.h Fix style in some header files. 2018-07-12 09:19:02 +00:00
logger.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
logger.h Fix style in some header files. 2018-07-12 09:19:02 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
Messenger.h Fix style in some header files. 2018-07-12 09:19:02 +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 Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
net_crypto.h Use named function types for callbacks in net_crypto. 2018-07-08 22:32:10 +00:00
network.c Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +00:00
network.h Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +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 Fix style in some header files. 2018-07-12 09:19:02 +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 Style fixes in TCP code; remove MIN and PAIR from util.h. 2018-07-12 20:21:42 +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 Clarify the intent of "file kinds" in the API. 2018-07-08 19:13:23 +00:00
tox.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
tox.h Clarify the intent of "file kinds" in the API. 2018-07-08 19:13:23 +00: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