summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
AgeCommit message (Expand)Author
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-10-12Improved hole punching.irungentoo
2013-09-30Speeded up/fixed NAT hole punching and peer finding.irungentoo
2013-09-28Fixed small issue.irungentoo
2013-09-28Behaviour with LAN ips is now better, also fixed possible bug.irungentoo
2013-09-28LAN ips can be sent to LAN ips.irungentoo
2013-09-28friend_iplist and route_tofriend behaviour fixes.irungentoo
2013-09-27Fixed possible problem.irungentoo
2013-09-27Astyled the code.irungentoo
2013-09-27don't lose globally valid addresses for locally valid onesCoren[m]
2013-09-27minimalistic increase in elegance ;)Coren[m]
2013-09-27expanded Client_data to hold two addresses (IPv4, IPv6) instead of oneCoren[m]
2013-09-25Fixed bug where hole punching was attempted even though theirungentoo
2013-09-24Merge pull request #596 from FullName/ping.moveandcleanirungentoo
2013-09-22Fix bug.stal
2013-09-21moved stuff that belongs into ping.[ch] thereCoren[m]
2013-09-21honor the claim of sort_list(), that the result is in anti-intuitive order, a...Coren[m]
2013-09-21Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core.git in...Coren[m]
2013-09-21reserving 50%+ for ipv4, take 2Coren[m]
2013-09-19reserve lower half of client lists for ipv4 for nowCoren[m]
2013-09-17astyled everything.irungentoo
2013-09-17Tests of state loading/saving lead to two fixes for DHT.c and util.cCoren[m]
2013-09-16Toxcore should never print anything when built normally.irungentoo
2013-09-16Merge pull request #576 from FullName/MessengerLoadSaveirungentoo
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-16Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-15Fixed portability problems.irungentoo
2013-09-15Fixed portablity problems.irungentoo
2013-09-14DHT peer finding for new friends should now be slightly faster.irungentoo
2013-09-14Fixed small problems, updated TODO.irungentoo
2013-09-14Fixed some warnings.irungentoo
2013-09-14Some fixes.irungentoo
2013-09-14DHT.c:Coren[m]
2013-09-14DHT.c:Coren[m]
2013-09-14Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...Coren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-13State loading/saving: Instead of a blob, segment into sections marked with tags.Coren[m]
2013-09-13Nonce generation changes.irungentoo
2013-09-13TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...Coren[m]
2013-09-12network.*:Coren[m]
2013-09-12tox.h:Coren[m]
2013-09-11tox.h, DHT.h:Coren[m]
2013-09-11cmdline parsing:Coren[m]
2013-09-10tox.*, DHT.*:Coren[m]
2013-09-10DHT.c:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09tox.*, DHT.*;Coren[m]
2013-09-09network.*:Coren[m]