toxcore/toxcore
2015-04-17 20:50:05 -04:00
..
assoc.c Merge branch 'mannol-master' 2015-01-10 21:39:40 -05:00
assoc.h Astyled code. 2014-06-15 10:36:57 -04:00
crypto_core.c Increase thread safety. 2015-03-29 13:14:13 -04:00
crypto_core.h Code cleanups. 2015-02-14 23:00:35 -05:00
DHT.c Better DHT distance function. 2015-03-14 10:03:19 -04:00
DHT.h Code cleanups. 2015-01-29 19:38:44 -05:00
friend_connection.c Store TCP relays tied to friend and reconnect to some when reconnecting. 2015-04-16 14:17:57 -04:00
friend_connection.h Store TCP relays tied to friend and reconnect to some when reconnecting. 2015-04-16 14:17:57 -04:00
friend_requests.c Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
friend_requests.h Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
group.c Updated types in Messenger callbacks to fit with the ones in the new api. 2015-02-17 15:49:22 -05:00
group.h get peer pubkey api 2014-11-19 20:36:09 -06:00
LAN_discovery.c Zero broadcast ips are invalid. 2015-01-22 20:32:09 -05:00
LAN_discovery.h Prevent connection ips from switching on LAN. 2014-11-11 08:03:11 -05:00
list.c Fixed possible issues with list introduced in the last commit. 2014-06-21 22:22:30 -04:00
list.h Reduced number of realloc calls bs_list does 2014-06-20 20:22:03 -04:00
logger.c Add 2015 to copyright notice 2015-01-18 12:14:31 +13:00
logger.h fix_logger-v.0.2 2015-01-17 18:25:47 +01:00
Makefile.inc TCP_connection started. 2015-04-07 20:19:30 -04:00
Messenger.c Properly share connected relays and connect to the friend correctly 2015-04-16 20:39:09 -04:00
Messenger.h Properly share connected relays and connect to the friend correctly 2015-04-16 20:39:09 -04:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Assign some TCP relays for use with onion packets and keep them connected 2015-04-17 20:50:05 -04:00
net_crypto.h Made net_crypto use TCP_connection. 2015-04-15 20:53:21 -04:00
network.c Fixed windows warning. 2015-04-14 20:56:16 -04:00
network.h Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors. 2015-04-13 08:32:33 -04:00
onion_announce.c Code cleanups. 2015-01-29 19:38:44 -05:00
onion_announce.h Updated docs. 2014-09-07 09:04:53 -04:00
onion_client.c Made net_crypto use TCP_connection. 2015-04-15 20:53:21 -04:00
onion_client.h tox_callback_connection_status() implemented. 2015-03-11 15:37:25 -04:00
onion.c Code cleanups. 2015-01-29 19:38:44 -05:00
onion.h Add function to get nodes from onion path. 2014-12-25 15:01:12 -05:00
ping_array.c Update ping_array.c 2014-07-06 09:55:46 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Code cleanups. 2015-01-29 19:38:44 -05:00
ping.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
TCP_client.c Fixed memory leak in TCP connection. 2015-04-15 19:52:13 -04:00
TCP_client.h Some more work on TCP connection. 2015-04-09 20:59:33 -04:00
TCP_connection.c Assign some TCP relays for use with onion packets and keep them connected 2015-04-17 20:50:05 -04:00
TCP_connection.h Assign some TCP relays for use with onion packets and keep them connected 2015-04-17 20:50:05 -04:00
TCP_server.c Enable SO_REUSEADDR on TCP server socket. 2015-04-11 20:24:39 -04:00
TCP_server.h Fixed bug with auto tests and cleaned up the code a bit. 2014-12-26 20:12:51 -05:00
tox_old_code.h Use .h for tox_old instead of .c to not break some of my build commands. 2015-03-11 13:51:11 -04:00
tox_old.h Added group chat functions to the public api. 2015-03-10 18:54:01 -04:00
tox.c tox_hash fix. 2015-04-09 09:50:24 -04:00
tox.h tox_hash fix. 2015-04-09 09:50:24 -04:00
util.c Fixed bug where video didn't work anymore. 2014-11-29 16:09:50 -05:00
util.h Merge branch 'mutex-1' of https://github.com/mannol/toxcore 2014-11-29 16:09:24 -05:00