Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-16 | This is still useful. | irungentoo | |
2015-12-16 | Slightly increase ping timeout. | irungentoo | |
2015-12-16 | Less packet spam. | irungentoo | |
2015-12-16 | Improved the to_ping list. | irungentoo | |
2015-12-15 | More efficient DHT searching. | irungentoo | |
2015-12-14 | Sort list if timed out nodes are in the middle of the list. | irungentoo | |
2015-12-14 | Send get nodes more to closer nodes than further nodes. | irungentoo | |
2015-12-12 | Small onion search improvement. | irungentoo | |
2015-12-12 | Update so this works with the new distance function. | irungentoo | |
2015-12-11 | Unused variable. | irungentoo | |
2015-12-11 | Remove useless vars. | irungentoo | |
2015-12-11 | More DHT fixes. | irungentoo | |
2015-12-11 | DHT fix. | irungentoo | |
2015-12-11 | DHT improvements. | irungentoo | |
Feed better nodes to onion, bootstrap off close clients when DHT friend is added. | |||
2015-12-11 | DHT fix. | irungentoo | |
Return only closest nodes in get nodes packet. | |||
2015-12-11 | DHT fixes. | irungentoo | |
2015-12-10 | Check if node can be stored before sorting. | irungentoo | |
2015-12-09 | Small fix. | irungentoo | |
2015-12-09 | DHT fix. | irungentoo | |
Improve DHT distance function. | |||
2015-12-08 | Improve likelyhood of the closest nodes being in our lists. | irungentoo | |
2015-12-08 | uint32_t -> unsigned int. | irungentoo | |
2015-12-08 | Forgot to stage this before committing. | irungentoo | |
2015-12-08 | Fixed DHT bug. | irungentoo | |
2015-12-08 | If we receive a packet from a node we are searching for, ping it. | irungentoo | |
2015-12-01 | Slightly increased number of peers to announce to. | irungentoo | |
Some test fixes. | |||
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 | |