toxcore/toxcore
iphydf b6db1dba9a
Make internal chat list function take uint32_t* as well.
The public one already does this, and the internal one actually assigns
`uint32_t`s.
2016-09-18 11:27:14 +01:00
..
assoc.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
assoc.h Fix potential null pointer dereference. 2016-09-08 20:21:12 +01:00
crypto_core.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
crypto_core.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
DHT.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
DHT.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
friend_connection.c Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
friend_connection.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
friend_requests.c Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
friend_requests.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
group.c Make internal chat list function take uint32_t* as well. 2016-09-18 11:27:14 +01:00
group.h Make internal chat list function take uint32_t* as well. 2016-09-18 11:27:14 +01:00
LAN_discovery.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
LAN_discovery.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01: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 Complete old groupchat conversion to new API 2016-09-17 19:11:28 -04:00
Messenger.c Make ToxAV stateless 2016-09-17 14:05:51 -07:00
Messenger.h Make ToxAV stateless 2016-09-17 14:05:51 -07:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
net_crypto.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
network.c const-correctness in windows code. 2016-09-16 14:45:52 +01:00
network.h Fix compilation for Windows. 2016-09-08 11:37:35 +01:00
onion_announce.c Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
onion_announce.h Increased max number of stored announce entries. 2015-10-23 22:54:21 +02:00
onion_client.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
onion_client.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
onion.c Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
onion.h Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
ping_array.c Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Add some astyle options to make it do more. 2016-09-13 01:07:02 +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 Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
TCP_client.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_connection.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
TCP_connection.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
TCP_server.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
TCP_server.h Group #include directives in 3-4 groups. 2016-09-13 00:32:02 +01:00
tox.c Complete old groupchat conversion to new API 2016-09-17 19:11:28 -04:00
tox.h Complete old groupchat conversion to new API 2016-09-17 19:11:28 -04:00
util.c Add some astyle options to make it do more. 2016-09-13 01:07:02 +01:00
util.h Make ToxAV stateless 2016-09-17 14:05:51 -07:00