toxcore/toxcore
2016-12-03 13:21:27 -08:00
..
crypto_core.api.h Use apidsl for the crypto_core API. 2016-11-12 11:55:40 +00:00
crypto_core.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
crypto_core.h Use apidsl for the crypto_core API. 2016-11-12 11:55:40 +00:00
DHT.c add NAT hole punching level to Tox API 2016-11-24 17:38:34 -08:00
DHT.h add NAT hole punching level to Tox API 2016-11-24 17:38:34 -08:00
friend_connection.c Remove redundant callback objects. 2016-09-27 14:22:48 +01:00
friend_connection.h Remove redundant callback objects. 2016-09-27 14:22:48 +01:00
friend_requests.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
friend_requests.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
group.c Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
group.h Make group callbacks stateless 2016-09-21 15:33:55 -04:00
LAN_discovery.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
LAN_discovery.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
list.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
list.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
logger.c Add the 'Tox' context object to the logger. 2016-09-30 11:39:37 +01:00
logger.h Add the 'Tox' context object to the logger. 2016-09-30 11:39:37 +01:00
Makefile.inc Remove assoc 2016-11-06 09:14:53 -06:00
Messenger.c rename messenger function, prepend m_ 2016-12-03 13:21:27 -08:00
Messenger.h rename messenger function, prepend m_ 2016-12-03 13:21:27 -08:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
net_crypto.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
network.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
network.h Change packet kind enum to use hex constants. 2016-11-06 15:46:27 +00:00
onion_announce.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
onion_announce.h Increased max number of stored announce entries. 2015-10-23 22:54:21 +02:00
onion_client.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
onion_client.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
onion.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
onion.h Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
ping_array.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
ping.h Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
TCP_client.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
TCP_client.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_connection.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
TCP_connection.h Make TCP_Connections module-private. 2016-09-22 16:42:36 +01:00
TCP_server.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
TCP_server.h Make TCP_Server opaque. 2016-09-22 11:22:32 +01:00
tox.api.h Version Patch v0.0.4 => v0.0.5 2016-11-24 19:55:45 -08:00
tox.c rename messenger function, prepend m_ 2016-12-03 13:21:27 -08:00
tox.h Version Patch v0.0.4 => v0.0.5 2016-11-24 19:55:45 -08:00
util.c Move ring buffer out of toxcore/util into toxav. 2016-09-24 23:36:50 +01:00
util.h Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00