summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
AgeCommit message (Expand)Author
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-01DHT save fixes.irungentoo
2015-07-30client_id -> public_keyirungentoo
2015-07-29client_id -> public_keyirungentoo
2015-07-28client_id -> public_keyirungentoo
2015-07-27client_id -> public_keyirungentoo
2015-07-24Removed useless variable.irungentoo
2015-07-18Fixed bug.irungentoo
2015-07-15Added function to help calculate size of packet nodes.irungentoo
2015-07-14DHT_size now returns correct size for packed nodes.irungentoo
2015-07-14Use size define instead of sizeof.irungentoo
2015-07-12Pack DHT nodes in save.irungentoo
2015-06-27Removed some comented out code.irungentoo
2015-06-26Some comment fixes.irungentoo
2015-06-09Define fix.irungentoo
2015-06-08Remove useless variables.irungentoo
2015-06-07Don't bootstrap to all loaded nodes at once.irungentoo
2015-06-07Save DHT friend nodes too.irungentoo
2015-06-06Save DHT nodes in a smarter way.irungentoo
2015-05-02Small cleanups.irungentoo
2015-03-14Better DHT distance function.irungentoo
2015-01-29Code cleanups.irungentoo
2015-01-14Don't enforce limits on pings for LAN ips.irungentoo
2015-01-12Attempted fix of Tox killing routers part 2.irungentoo
2015-01-10Merge branch 'mannol-master'irungentoo
2015-01-10Logger fixmannol
2015-01-06Removed unused variables.irungentoo
2015-01-02Removed useless function.irungentoo
2014-12-31Removed now useless packet id.irungentoo
2014-12-31Check if received ip family is valid for the onion packets.irungentoo
2014-12-30Remove useless code.irungentoo
2014-12-15DHT fixes.irungentoo
2014-12-14Sendback data size is always 8 bytes.irungentoo
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