summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
AgeCommit message (Expand)Author
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
2014-05-11Added kill packets.irungentoo
2014-05-10Added basic congestion control to net_crypto.irungentoo
2014-05-09Fixed small issues.irungentoo
2014-05-08Connection between toxes is lossless once again.irungentoo
2014-05-04Added arrays to store packets on send/recv in net crypto.irungentoo
2014-05-03All time in core is now monotonic.irungentoo
2014-05-02Messenger now works with the new net_crypto api.irungentoo
2014-05-02Remove Lossless UDP (This breaks Tox.)irungentoo
2014-05-01Protocol implementation is starting to look ok.irungentoo
2014-04-30Some more code written for the middle level protocol stuff.irungentoo
2014-04-30Added number to cookie request/response packets to prevent possibleirungentoo
2014-04-29Some more work done on the middle network protocol.irungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-18Added function to increment nonce by specified number.irungentoo