summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
AgeCommit message (Expand)Author
2015-11-21More file transfer improvements.irungentoo
2015-11-20File transfer fix.irungentoo
2015-11-20File transfer fix.irungentoo
2015-11-19Send queue size should not affect the speed of packets being resent.irungentoo
2015-11-19Fixed division by 0.irungentoo
2015-11-19Attempted fix of disconnect when switching from TCP to UDP.irungentoo
2015-11-17Send more request packets if packet receive rate is high.irungentoo
2015-11-17Don't spam request packets.irungentoo
2015-11-12Less magic numbers.irungentoo
2015-11-12Remove an old fix that didn't fix anything.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-10More file transfer improvements.irungentoo
2015-11-09File transfer fixes.irungentoo
2015-09-09Increased cookie timeout.irungentoo
2015-07-26This might improve the file transfer disconnect issue.irungentoo
2015-07-07Link changes.irungentoo
2015-06-28Fixed bug.irungentoo
2015-06-25Fixed warning.irungentoo
2015-06-23Added code to net_crypto to calculate rtt.irungentoo
2015-06-21Lower the chances of disconnect when transferring files.irungentoo
2015-06-16Made new_tcp_connections() not depend on dht.irungentoo
2015-05-31Congestion control tweaks.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-15Fixed friends getting disconnected when transferring files.irungentoo
2015-05-04Fixed possible connection issue.irungentoo
2015-05-01Fixed some non standard C.irungentoo
2015-04-30Fixed some warnings.irungentoo
2015-04-24Fixed some possible connection issues.irungentoo
2015-04-24Fixed a couple possible issues with the friend connection callback.irungentoo
2015-04-22Fixed possible bug.irungentoo
2015-04-22Fixed possible bug.irungentoo
2015-04-21If a net_crypto connection isn't using the TCP relays, disconnect from them.irungentoo
2015-04-19Removed useless stuff.irungentoo
2015-04-19If connection is directly connected, don't fallback to sending with tcpirungentoo
2015-04-18Some changes to net crypto.irungentoo
2015-04-18The only secure compare function currently needed is one to compare 2 public ...irungentoo
2015-04-18Enable proxy support in TCP_connection.irungentoo
2015-04-17Assign some TCP relays for use with onion packets and keep them connectedirungentoo
2015-04-15Made net_crypto use TCP_connection.irungentoo
2015-04-04Use define instead of 0.irungentoo
2015-03-13When link can't send packets anymore, stop the request chunk callback.irungentoo
2015-03-12File sending improvements.irungentoo
2015-03-12File transfer fixes and improvements.irungentoo
2015-02-06Fixed memory leak.irungentoo
2015-02-06Fix memory leaks.irungentoo
2015-01-31Fixed bug where mutex would be destroyed but not recreated for newirungentoo
2015-01-29Code cleanups.irungentoo