summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Collapse)Author
2015-12-12Update so this works with the new distance function.irungentoo
2015-12-11Unused variable.irungentoo
2015-12-11Remove useless vars.irungentoo
2015-12-11More DHT fixes.irungentoo
2015-12-11DHT fix.irungentoo
2015-12-11DHT improvements.irungentoo
Feed better nodes to onion, bootstrap off close clients when DHT friend is added.
2015-12-11DHT fix.irungentoo
Return only closest nodes in get nodes packet.
2015-12-11DHT fixes.irungentoo
2015-12-10Check if node can be stored before sorting.irungentoo
2015-12-09Small fix.irungentoo
2015-12-09DHT fix.irungentoo
Improve DHT distance function.
2015-12-08Improve likelyhood of the closest nodes being in our lists.irungentoo
2015-12-08uint32_t -> unsigned int.irungentoo
2015-12-08Forgot to stage this before committing.irungentoo
2015-12-08Fixed DHT bug.irungentoo
2015-12-08If we receive a packet from a node we are searching for, ping it.irungentoo
2015-12-01Slightly increased number of peers to announce to.irungentoo
Some test fixes.
2015-11-21Increase max file transfer speed.irungentoo
Fix bug that limited it to 1K packets per second.
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
connected.
2015-11-11Lower chances of disconnect during file transfers.irungentoo
2015-11-10More file transfer improvements.irungentoo
Use a formula instead of magic numbers.
2015-11-09File transfer fixes.irungentoo
Fixed file transfers disconnecting tox clients from each other in some network conditions.
2015-11-03Astyle.irungentoo
2015-10-23Prevent seek equal to size of file transfer so that toxcore respects what ↵irungentoo
the docs say.
2015-10-23Lowered interval in onion_client.irungentoo
2015-10-23Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAMEtux3
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-23Increased cookie timeout.irungentoo
2015-10-23Increased max number of stored announce entries.irungentoo
2015-10-23Remove useless code.irungentoo
2015-10-23Increased timeouts.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Updated with upstreammannol
2015-08-07Removed a useless define.irungentoo
2015-08-06client_id -> public_keyirungentoo
2015-08-05client_id -> public_keyirungentoo
2015-08-04comp_client_id -> comp_public_keyirungentoo
2015-08-03Remove useless var.irungentoo
2015-08-02Save fixes.irungentoo
2015-08-01DHT save fixes.irungentoo
2015-07-30client_id -> public_keyirungentoo