summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
AgeCommit message (Expand)Author
2014-06-30Const-correctness for onion_client.cMarc Schütz
2014-06-20Fix CppCheck style errorsTux3 / Mlkj / !Lev.uXFMLA
2014-06-18Included assert.h for Messenger/DHT.cJman012
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-06-07Toxcore closer to building correctly with gcc -std=c99.irungentoo
2014-05-28Reduced size of get_node packets.irungentoo
2014-05-25Merge branch 'mannol1-Multicalls' into multi-avirungentoo
2014-05-20Merge upstream and other stuffmannol
2014-05-14It's bad to have more than one path with the same first node in theirungentoo
2014-05-13pack/unpack nodes can now pack and unpack TCP nodes.irungentoo
2014-05-13Nodes already in the DHT closelist should not be added to the toping list.irungentoo
2014-05-08Merge branch 'master' into TCPirungentoo
2014-05-08Connection between toxes is lossless once again.irungentoo
2014-04-27Yeah many callsmannol
2014-04-25The data in the DHT get nodes and send nodes packets can now be ofirungentoo
2014-04-24sendnodes packets now contains a byte indicating the number of nodesirungentoo
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
2014-03-16Renamed toping to to_ping.irungentoo
2014-03-05CPU optimizations.irungentoo
2014-03-04CPU usage improvements.irungentoo
2014-03-01Some small DHT CPU optimizations.irungentoo
2014-02-24Speeded up DHT peer finding and decreased DHT bandwidth usage.irungentoo
2014-02-19Fixed bug in DHT.irungentoo
2014-02-14Fixed small bug in DHT.irungentoo
2014-02-06Fixed bandwidth issue.irungentoo
2014-02-04Lowered the route to friend minimum number of peers.irungentoo
2014-02-03Fixed possible issue.irungentoo
2014-01-26Attempted fix of some hole punching issues.irungentoo
2014-01-25Improved hole punching a bit.irungentoo
2014-01-21random_nodes_path should return slightly better paths.irungentoo
2014-01-20Adjusted some timeouts and fixed possible memory leak.irungentoo
2014-01-19Some small improvements added.irungentoo
2014-01-19Commented out now useless code.irungentoo
2014-01-18Some optimizations and fixes.irungentoo
2014-01-17Small performance increases.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2014-01-16Wrote random_path function.irungentoo
2014-01-15onion_client almost done.irungentoo
2014-01-14Some packet handling code added to onion_client.irungentoo
2014-01-10Removed useless line.irungentoo
2014-01-02Some work done on the onion announce part.irungentoo
2013-12-27Another packet type added to onion.cirungentoo
2013-12-16Astyled the code.irungentoo
2013-12-15Code cleanups.irungentoo