toxcore/toxcore
2014-12-21 22:12:12 -05:00
..
assoc.c Merge branch 'myChan' of https://github.com/lobiCode/toxcore 2014-08-30 19:56:05 -04:00
assoc.h Astyled code. 2014-06-15 10:36:57 -04:00
crypto_core.c spelling corrections 2014-09-09 20:31:37 -04:00
crypto_core.h spelling corrections 2014-09-09 20:31:37 -04:00
DHT.c DHT fixes. 2014-12-15 16:47:26 -05:00
DHT.h Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
friend_connection.c Fixed crash when connection was killed during the packet callback. 2014-12-11 13:54:55 -05:00
friend_connection.h Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
friend_requests.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
friend_requests.h Send friend request with connection if for some reason (groupchats) we 2014-10-04 16:49:17 -04:00
group.c Restore compatibility with older group chats. 2014-12-08 13:51:07 -05:00
group.h get peer pubkey api 2014-11-19 20:36:09 -06:00
LAN_discovery.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -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 Merge branch 'logger_init_fix' of https://github.com/jdp5087/toxcore 2014-12-19 22:00:29 -05:00
logger.h Merge branch 'master' of https://github.com/mannol/toxcore 2014-11-24 20:24:59 -05:00
Makefile.inc Moved all the connection stuff from messenger to friend_connection. 2014-09-27 18:25:03 -04:00
Messenger.c Fixed bug in tox_load where names of size TOX_MAX_NAME_LENGTH didn't 2014-12-21 22:12:12 -05:00
Messenger.h Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/wrouesnel/toxcore 2014-12-09 16:39:52 -05:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Some optimizations on how TCP relays are used. 2014-12-15 15:21:39 -05:00
net_crypto.h Some optimizations on how TCP relays are used. 2014-12-15 15:21:39 -05:00
network.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
network.h Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
onion_announce.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
onion_announce.h Updated docs. 2014-09-07 09:04:53 -04:00
onion_client.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
onion_client.h Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
onion.c Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
onion.h Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -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 Cleaned up packet length types in toxcore. 2014-11-21 20:18:29 -05:00
ping.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
TCP_client.c Fixed gcc warnings. 2014-08-28 20:54:05 -04:00
TCP_client.h Added basic socks5 proxy support to TCP client. 2014-08-14 14:31:26 -04:00
TCP_server.c Initialise source.port to prevent garbage value 2014-10-17 16:15:22 +04:00
TCP_server.h Increased maximum number of incomming TCP connections in TCP server. 2014-09-13 21:16:00 -04:00
tox.c Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/wrouesnel/toxcore 2014-12-09 16:39:52 -05:00
tox.h Add define for the maximum length of the friend request to the public api. 2014-12-10 09:07:09 -05: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