summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
AgeCommit message (Expand)Author
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
2014-06-06Renamed list functions to fix conflict issue on certain machines.irungentoo
2014-06-05Optimized net_crypto UDP packet sorting using list.irungentoo
2014-06-04Doubled minimum transfer rate.irungentoo
2014-06-04Added data packet padding to toxcore.irungentoo
2014-06-03Tweaked file transfers a bit.irungentoo
2014-06-02Increased some timeouts to try to prevent disconnections whenirungentoo
2014-05-30Renamed tox_do_run_interval to tox_do_interval.irungentoo
2014-05-22more conjestion controlnotsecure
2014-05-21improved conjestion controlnotsecure
2014-05-21Added functions to send and receive lossy encrypted packets overirungentoo
2014-05-18TCP branch now ready for start of real testing.irungentoo
2014-05-17add_tcp_relay_peer() can be used to add relays that we know thatirungentoo
2014-05-17Added a function to get the DHT public key stored in net_crypto.irungentoo
2014-05-17Net_crypto can now handle packets sent as TCP OOB packets.irungentoo
2014-05-17Changed cookie/cookie request packet.irungentoo
2014-05-16Fixed typo.irungentoo
2014-05-16Some TCP code added to net_crypto.irungentoo
2014-05-12Fixed some issues.irungentoo