toxcore/toxcore
2013-11-19 11:18:30 -05:00
..
assoc.c Assoc's array is now allocated dynamically and per default much smaller (320 entries). 2013-11-17 01:05:00 +01:00
assoc.h Assoc's array is now allocated dynamically and per default much smaller (320 entries). 2013-11-17 01:05:00 +01:00
DHT.c Merge pull request #650 from FullName/ID-IP-basic 2013-11-18 18:02:29 -08:00
DHT.h Assoc's array is now allocated dynamically and per default much smaller (320 entries). 2013-11-17 01:05:00 +01:00
friend_requests.c Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.* 2013-10-24 22:32:28 +02:00
friend_requests.h Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into JamoBox-master 2013-08-29 17:55:58 -04:00
group_chats.c Merge pull request #650 from FullName/ID-IP-basic 2013-11-18 18:02:29 -08:00
group_chats.h Assoc's array is now allocated dynamically and per default much smaller (320 entries). 2013-11-17 01:05:00 +01:00
LAN_discovery.c Fixed possible issue. 2013-11-19 11:18:30 -05:00
LAN_discovery.h don't lose globally valid addresses for locally valid ones 2013-09-27 21:34:13 +02:00
Lossless_UDP.c Optimized data sending slightly more. 2013-11-09 22:29:16 -05:00
Lossless_UDP.h This squash should work now. 2013-10-22 20:24:48 +02:00
Makefile.inc Significantly trimmed down version of an ID<=>IP cache. 2013-11-14 19:05:53 +01:00
Messenger.c Merge pull request #650 from FullName/ID-IP-basic 2013-11-18 18:02:29 -08:00
Messenger.h The group chats we invite a friend to are now stored. 2013-11-03 17:39:49 -05:00
misc_tools.h tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
net_crypto.c Cleaned up some code/fixed some warnings. 2013-10-27 20:25:31 -04:00
net_crypto.h Code cleanups. 2013-11-08 21:01:20 -05:00
network.c Fixed build error on windows. 2013-11-16 21:21:32 -05:00
network.h Merge pull request #650 from FullName/ID-IP-basic 2013-11-18 18:02:29 -08:00
ping.c Assoc's array is now allocated dynamically and per default much smaller (320 entries). 2013-11-17 01:05:00 +01:00
ping.h Significantly trimmed down version of an ID<=>IP cache. 2013-11-14 19:05:53 +01:00
tox.c Code cleanups. 2013-10-23 14:42:39 -04:00
tox.h Cleaned up some code/fixed some warnings. 2013-10-27 20:25:31 -04:00
util.c Behind #define LOGGING: Correct usage of now() to replacement unix_time(). 2013-11-06 15:26:08 +01:00
util.h Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_cpy_is_timeout 2013-10-24 22:47:23 +02:00