toxcore/toxcore
Jan Malakhovski 669bdf23ee
Rename m_handle_custom_lossy_packet -> m_handle_lossy_packet
This function handles all lossy packets, including AV.
2018-07-19 19:24:00 +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 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 Use enums for group packet types. 2018-07-18 21:05:42 +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 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 Rename m_handle_custom_lossy_packet -> m_handle_lossy_packet 2018-07-19 19:24:00 +00:00
Messenger.h Collect PACKET_ID* constants in net_crypto.h, cleanup their uses 2018-07-19 19:24:00 +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 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 Correct the max hostname length constant. 2018-07-18 00:32:54 +00:00
tox.c Collect PACKET_ID* constants in net_crypto.h, cleanup their uses 2018-07-19 19:24:00 +00:00
tox.h Correct the max hostname length constant. 2018-07-18 00:32:54 +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