summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
AgeCommit message (Expand)Author
2015-11-21More file transfer improvements.irungentoo
2015-11-20File transfer fix.irungentoo
2015-11-19Send queue size should not affect the speed of packets being resent.irungentoo
2015-11-19Attempted fix of disconnect when switching from TCP to UDP.irungentoo
2015-11-11Attempted fix of UDP disconnect bug that happens when both ipv4 and ipv6 are ...irungentoo
2015-11-11Lower chances of disconnect during file transfers.irungentoo
2015-11-09File transfer fixes.irungentoo
2015-06-23Added code to net_crypto to calculate rtt.irungentoo
2015-05-21Load only secret key from tox save, not public key.irungentoo
2015-05-17Some protocol efficiency improvements.irungentoo
2015-05-16Don't resend the same packet twice within a short timeframe.irungentoo
2015-05-04Fixed possible connection issue.irungentoo
2015-04-24Fixed a couple possible issues with the friend connection callback.irungentoo
2015-04-18Some changes to net crypto.irungentoo
2015-04-18Enable proxy support in TCP_connection.irungentoo
2015-04-15Made net_crypto use TCP_connection.irungentoo
2015-04-03Attempted fix of on off UDP connection causing toxcore to disconnect fromirungentoo
2015-03-13When link can't send packets anymore, stop the request chunk callback.irungentoo
2015-01-17Attempted fix of Tox disconnecting during file transfers by tweakingirungentoo
2015-01-16Tox should work better on TCP only when some people have broken TCPirungentoo
2015-01-07Send less net_crypto packets.irungentoo
2014-12-26Merge branch 'http-proxy-feature' of https://github.com/nurupo/InsertProjectN...irungentoo
2014-12-21Some refactoring of proxy codeMaxim Biro
2014-12-15Some optimizations on how TCP relays are used.irungentoo
2014-12-15Increased max TCP connections.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-11-11Prevent connection ips from switching on LAN.irungentoo
2014-11-03Added some comments to net_crypto.hirungentoo
2014-10-18File transfer speed should jump up a bit faster.irungentoo
2014-09-26Remove timestamp from set_connection_dht_public_key().irungentoo
2014-09-26Removed useless code from onion_client.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-09-18Lowered minimum transfer speed.irungentoo
2014-09-09spelling correctionscgar
2014-08-29Removed useless code.irungentoo
2014-08-29Lossless crypto packets can now be sent without the congestion control applyi...irungentoo
2014-08-27Added function to check if packet sent with net_crypto was received.irungentoo
2014-08-16Some thread safety related fixes to TCP connections in net_crypto.irungentoo
2014-08-16New congestion control algorithm.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-11Added functions to receive and send onion packets via TCP to net_crypto.cirungentoo
2014-07-31Fixed possible threading issues.irungentoo
2014-07-10fix send rate going up when peer disconnectsnotsecure
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for toxcore/net_crypto.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-29Core should no longer attempt to send data faster than the links canirungentoo
2014-06-25Fixed some more possible issues with file transfers/conjestion control.irungentoo
2014-06-12pthread is now a core dependency instead of just a toxav dependency.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz