Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-16 | Less packet spam. | irungentoo | |
2015-11-21 | Increase max file transfer speed. | irungentoo | |
Fix bug that limited it to 1K packets per second. | |||
2015-11-21 | More file transfer improvements. | irungentoo | |
2015-11-20 | File transfer fix. | irungentoo | |
2015-11-20 | File transfer fix. | irungentoo | |
2015-11-19 | Send queue size should not affect the speed of packets being resent. | irungentoo | |
2015-11-19 | Fixed division by 0. | irungentoo | |
2015-11-19 | Attempted fix of disconnect when switching from TCP to UDP. | irungentoo | |
2015-11-17 | Send more request packets if packet receive rate is high. | irungentoo | |
2015-11-17 | Don't spam request packets. | irungentoo | |
2015-11-12 | Less magic numbers. | irungentoo | |
2015-11-12 | Remove an old fix that didn't fix anything. | irungentoo | |
2015-11-11 | Attempted fix of UDP disconnect bug that happens when both ipv4 and ipv6 are ↵ | irungentoo | |
connected. | |||
2015-11-11 | Lower chances of disconnect during file transfers. | irungentoo | |
2015-11-10 | More file transfer improvements. | irungentoo | |
Use a formula instead of magic numbers. | |||
2015-11-09 | File transfer fixes. | irungentoo | |
Fixed file transfers disconnecting tox clients from each other in some network conditions. | |||
2015-09-09 | Increased cookie timeout. | irungentoo | |
2015-07-26 | This might improve the file transfer disconnect issue. | irungentoo | |
2015-07-07 | Link changes. | irungentoo | |
2015-06-28 | Fixed bug. | irungentoo | |
2015-06-25 | Fixed warning. | irungentoo | |
2015-06-23 | Added code to net_crypto to calculate rtt. | irungentoo | |
2015-06-21 | Lower the chances of disconnect when transferring files. | irungentoo | |
2015-06-16 | Made new_tcp_connections() not depend on dht. | irungentoo | |
2015-05-31 | Congestion control tweaks. | irungentoo | |
2015-05-21 | Load only secret key from tox save, not public key. | irungentoo | |
Calculate public key from it. | |||
2015-05-17 | Some protocol efficiency improvements. | irungentoo | |
Reduced the amount of waste from dropped packets. | |||
2015-05-16 | Don't resend the same packet twice within a short timeframe. | irungentoo | |
2015-05-15 | Fixed friends getting disconnected when transferring files. | irungentoo | |
2015-05-04 | Fixed possible connection issue. | irungentoo | |
2015-05-01 | Fixed some non standard C. | irungentoo | |
Replaced void * with uint8_t * in list.c | |||
2015-04-30 | Fixed some warnings. | irungentoo | |
Removed useless include. | |||
2015-04-24 | Fixed some possible connection issues. | irungentoo | |
2015-04-24 | Fixed a couple possible issues with the friend connection callback. | irungentoo | |
A TCP callback could be received when only a UDP connection was present. Increased a UDP timeout to make it less likely to time out and switch to TCP. | |||
2015-04-22 | Fixed possible bug. | irungentoo | |
2015-04-22 | Fixed possible bug. | irungentoo | |
2015-04-21 | If a net_crypto connection isn't using the TCP relays, disconnect from them. | irungentoo | |
TCP_connections can now be put to sleep, a state where they store what they were connected to without being connected and then resumed from sleep. | |||
2015-04-19 | Removed useless stuff. | irungentoo | |
2015-04-19 | If connection is directly connected, don't fallback to sending with tcp | irungentoo | |
if sending directly fails. | |||
2015-04-18 | Some changes to net crypto. | irungentoo | |
Should fix certain connection issues that sometimes happen. The dht public key of the peer must be known to create the connection. If the dht pk of the peer changes when a connection is active, it is killed to make way for the new one. | |||
2015-04-18 | The only secure compare function currently needed is one to compare 2 public ↵ | irungentoo | |
keys. | |||
2015-04-18 | Enable proxy support in TCP_connection. | irungentoo | |
2015-04-17 | Assign some TCP relays for use with onion packets and keep them connected | irungentoo | |
for that purpose. | |||
2015-04-15 | Made net_crypto use TCP_connection. | irungentoo | |
TODO: -Reconnection. -If UDP connction is good, connect to less TCP relays. -Store some TCP relays in friend connection associated to each friend? | |||
2015-04-04 | Use define instead of 0. | irungentoo | |
2015-03-13 | When link can't send packets anymore, stop the request chunk callback. | irungentoo | |
Removed time variable in packet struct and replaced it with sent variable. | |||
2015-03-12 | File sending improvements. | irungentoo | |
Use correct double to integer conversion. | |||
2015-03-12 | File transfer fixes and improvements. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fix memory leaks. | irungentoo | |