toxcore/toxcore
irungentoo 76d14acafa
Last fix didn't really work well.
This one should work better.
2014-11-15 16:42:13 -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 Fix DHT memory leak 2014-10-27 22:57:12 +01:00
DHT.h Moved all the connection stuff from messenger to friend_connection. 2014-09-27 18:25:03 -04:00
friend_connection.c Send friend request with connection if for some reason (groupchats) we 2014-10-04 16:49:17 -04:00
friend_connection.h Increased interval and ping packet timeout by 1 second to try to 2014-10-20 20:52:17 -04:00
friend_requests.c Send friend request with connection if for some reason (groupchats) we 2014-10-04 16:49:17 -04: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 Last fix didn't really work well. 2014-11-15 16:42:13 -05:00
group.h Some modifications to the last pull request. 2014-11-15 14:26:30 -05:00
LAN_discovery.c Prevent connection ips from switching on LAN. 2014-11-11 08:03:11 -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 Comment out extra argument to sprintf 2014-06-18 21:48:36 +02:00
logger.h Fix some toxav warnings 2014-08-04 00:15:00 +02:00
Makefile.inc Moved all the connection stuff from messenger to friend_connection. 2014-09-27 18:25:03 -04:00
Messenger.c Remove dead store 2014-11-08 18:05:52 +01:00
Messenger.h Some initial groupchat lossy packet code. 2014-11-04 20:59:56 -05:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Fixed some threading related issues in toxcore. 2014-11-14 11:03:05 -05:00
net_crypto.h Prevent connection ips from switching on LAN. 2014-11-11 08:03:11 -05:00
network.c Fixed iOS possible SIGPIPE issue. 2014-09-03 07:49:51 -04:00
network.h Fixed return value comment of new_networking function 2014-10-12 19:38:12 -04:00
onion_announce.c Don't send -1 bytes. There is such check everythere. But if we add it in side funciton the logic will change 2014-10-24 16:03:29 +04:00
onion_announce.h Updated docs. 2014-09-07 09:04:53 -04:00
onion_client.c Decreased Tox idle bandwidth usage but potentially increased time to 2014-11-01 23:32:54 -04:00
onion_client.h This might fix some peer finding issues. 2014-11-02 21:00:22 -05:00
onion.c Added function to create onion packets to send via TCP. 2014-08-13 06:41:35 -04:00
onion.h Added function to create onion packets to send via TCP. 2014-08-13 06:41:35 -04: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 Tweaked some values in DHT to decrease the discovery time mainly 2014-08-31 19:12:47 -04: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 Some modifications to the last pull request. 2014-11-15 14:26:30 -05:00
tox.h Some modifications to the last pull request. 2014-11-15 14:26:30 -05:00
util.c Portability saving fixes for big endian systems. 2014-10-24 18:04:27 -07:00
util.h Portability saving fixes for big endian systems. 2014-10-24 18:04:27 -07:00