toxcore/toxcore
2014-09-03 19:14:16 -04: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 Added more input validation to add_friend functions. 2014-06-16 19:31:39 -04:00
crypto_core.h Added more input validation to add_friend functions. 2014-06-16 19:31:39 -04:00
DHT.c Fixed some gcc warnings. 2014-08-21 20:55:14 -04:00
DHT.h Added function to check if we were only connected to LAN DHT peers. 2014-08-18 18:56:02 -04:00
friend_requests.c Astyled code. 2014-06-15 10:36:57 -04:00
friend_requests.h Astyled code. 2014-06-15 10:36:57 -04:00
group_chats.c fix memory leak 2014-07-16 18:29:00 -04:00
group_chats.h Astyled code. 2014-06-15 10:36:57 -04:00
LAN_discovery.c remove unneeded printf's/prevent stdout spam 2014-08-03 15:56:09 -04:00
LAN_discovery.h Adjusted some delays. 2014-02-16 11:40:20 -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 pthread is now a core dependency instead of just a toxav dependency. 2014-06-12 11:15:20 -04:00
Messenger.c Lossless crypto packets can now be sent without the congestion control applying to them. 2014-08-29 21:32:05 -04:00
Messenger.h Increased time between ping packets by 1 second. 2014-09-01 20:26:53 -04:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Speeded up start of file transfers. 2014-08-29 21:44:00 -04:00
net_crypto.h Removed useless code. 2014-08-29 21:39:14 -04:00
network.c Fixed iOS possible SIGPIPE issue. 2014-09-03 07:49:51 -04:00
network.h Remove useless code. 2014-08-14 14:43:01 -04:00
onion_announce.c Fixed gcc warnings. 2014-08-28 20:54:05 -04:00
onion_announce.h Some code refactoring to make passing onion packets through TCP easier. 2014-08-11 18:20:13 -04:00
onion_client.c Fixed gcc warnings. 2014-08-28 20:54:05 -04:00
onion_client.h Speeded up onion friend finding. 2014-08-18 20:22:51 -04: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 Fixed gcc warnings. 2014-08-28 20:54:05 -04:00
TCP_server.h added priority packet system for TCP server 2014-07-15 17:40:21 -04:00
tox.c Expose the tox_add_tcp_relay() function in the public api. 2014-09-02 19:38:44 -04:00
tox.h Fixed typo. 2014-09-03 19:14:16 -04:00
util.c Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
util.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00