Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-03 | Astyle. | irungentoo | |
2015-10-23 | Prevent seek equal to size of file transfer so that toxcore respects what ↵ | irungentoo | |
the docs say. | |||
2015-10-23 | Lowered interval in onion_client. | irungentoo | |
2015-10-23 | Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAME | tux3 | |
This fixes the PACKET_ID_OFFLINE handling code incorrectly falling through to the PACKET_ID_NICKNAME handling code This bug resulted in a friend B's name being wiped on friend A's client after B removes A Fixes tux3/qTox#1967 Fixes #1426 | |||
2015-10-23 | Increased cookie timeout. | irungentoo | |
2015-10-23 | Increased max number of stored announce entries. | irungentoo | |
2015-10-23 | Remove useless code. | irungentoo | |
2015-10-23 | Increased timeouts. | irungentoo | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-07 | Removed a useless define. | irungentoo | |
2015-08-06 | client_id -> public_key | irungentoo | |
2015-08-05 | client_id -> public_key | irungentoo | |
2015-08-04 | comp_client_id -> comp_public_key | irungentoo | |
2015-08-03 | Remove useless var. | irungentoo | |
2015-08-02 | Save fixes. | irungentoo | |
2015-08-01 | DHT save fixes. | irungentoo | |
2015-07-30 | client_id -> public_key | irungentoo | |
2015-07-29 | client_id -> public_key | irungentoo | |
2015-07-28 | client_id -> public_key | irungentoo | |
2015-07-27 | client_id -> public_key | irungentoo | |
2015-07-26 | This might improve the file transfer disconnect issue. | irungentoo | |
2015-07-25 | Comment fix. | irungentoo | |
2015-07-24 | Removed useless variable. | irungentoo | |
2015-07-23 | Save important parts of save first. | irungentoo | |
This might reduce the likelyness of broken saves. | |||
2015-07-22 | Fixed bug. | irungentoo | |
2015-07-21 | Fixed bug. | irungentoo | |
2015-07-19 | Pack onion path nodes in save. | irungentoo | |
2015-07-18 | Fixed bug. | irungentoo | |
2015-07-17 | Allow savedata to be slightly smaller than the allocated buffer. | irungentoo | |
2015-07-16 | Pack connected TCP relay nodes. | irungentoo | |
2015-07-15 | Added function to help calculate size of packet nodes. | irungentoo | |
2015-07-14 | DHT_size now returns correct size for packed nodes. | irungentoo | |
2015-07-14 | Use size define instead of sizeof. | irungentoo | |
2015-07-12 | Pack DHT nodes in save. | irungentoo | |
TODO: Make DHT_size return exact size of DHT save. |