toxcore/toxcore
2016-09-12 16:30:00 +01:00
..
assoc.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
assoc.h Fix potential null pointer dereference. 2016-09-08 20:21:12 +01:00
crypto_core.c Add braces to all if statements. 2016-08-31 20:04:16 +01:00
crypto_core.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
DHT.c Remove else directly after return. 2016-09-12 16:30:00 +01:00
DHT.h Make friend requests stateless 2016-09-06 02:22:04 -07:00
friend_connection.c make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
friend_connection.h make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
friend_requests.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
friend_requests.h Make friend requests stateless 2016-09-06 02:22:04 -07:00
group.c make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
group.h Make friend requests stateless 2016-09-06 02:22:04 -07:00
LAN_discovery.c Allocate sizeof(IP_ADAPTER_INFO) bytes instead of sizeof(T*). 2016-09-06 01:10:15 +01:00
LAN_discovery.h If we get the ip/port of a relay on a local ip, assume that our friend 2015-05-18 20:40:18 -04:00
list.c Do not use else after return. 2016-09-02 11:02:56 +01:00
list.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
logger.c Add braces to all if statements. 2016-08-31 20:04:16 +01:00
logger.h Improve C standard compliance. 2016-09-06 11:09:10 +01:00
Makefile.inc Add missing #includes to headers and rename tox_old to tox_group. 2016-08-30 19:31:40 +01:00
Messenger.c make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
Messenger.h make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
net_crypto.h make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
network.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
network.h Fix compilation for Windows. 2016-09-08 11:37:35 +01:00
onion_announce.c Remove useless casts. 2016-09-01 18:49:49 +01:00
onion_announce.h Increased max number of stored announce entries. 2015-10-23 22:54:21 +02:00
onion_client.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
onion_client.h Make friend requests stateless 2016-09-06 02:22:04 -07:00
onion.c Do not use else after return. 2016-09-02 11:02:56 +01:00
onion.h Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
ping_array.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
ping.h Add missing #includes to headers and rename tox_old to tox_group. 2016-08-30 19:31:40 +01:00
TCP_client.c Do not use else after return. 2016-09-02 11:02:56 +01:00
TCP_client.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_connection.c Make friend requests stateless 2016-09-06 02:22:04 -07:00
TCP_connection.h Make friend requests stateless 2016-09-06 02:22:04 -07:00
TCP_server.c Do not use else after return. 2016-09-02 11:02:56 +01:00
TCP_server.h Rearrange fields to decrease size of structure 2016-09-03 21:26:45 +03:00
tox_group.c Add missing #includes to headers and rename tox_old to tox_group. 2016-08-30 19:31:40 +01:00
tox_group.h Add missing #includes to headers and rename tox_old to tox_group. 2016-08-30 19:31:40 +01:00
tox.c make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
tox.h make the majority of the callbacks stateless and add some status to a testcase 2016-09-10 01:09:37 -03:00
util.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
util.h Improve static and const correctness. 2016-09-06 11:54:37 +01:00