summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
AgeCommit message (Expand)Author
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-27Fix DHT memory leakTux3 / Mlkj / !Lev.uXFMLA
2014-09-27Make the ip port from DHT timeout after a while.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-09-26Added callbacks to DHT called when the ip of a peer is discovered.irungentoo
2014-09-26DHT can now be used for group chat cons and friend cons at the same time.irungentoo
2014-09-12Some cleanups to last PR.irungentoo
2014-09-12Merge branch 'tox_connect' of https://github.com/saneki/toxcoreirungentoo
2014-09-12Removed tox_connect, initial connections are made on first tox_dosaneki
2014-09-10Remove unused function in DHT.cTux3 / Mlkj / !Lev.uXFMLA
2014-09-09Fixed spacingsaneki
2014-09-09Added tox_connect function, no connecting done during tox_loadsaneki
2014-08-21Fixed some gcc warnings.irungentoo
2014-08-18Added function to check if we were only connected to LAN DHT peers.irungentoo
2014-08-09Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcoreirungentoo
2014-08-09Refactoring of node replacements in addto_lists functionpyruvate
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