summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
AgeCommit message (Expand)Author
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2015-08-07Removed a useless define.irungentoo
2015-07-29client_id -> public_keyirungentoo
2014-09-26Added callbacks to DHT called when the ip of a peer is discovered.irungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-02-25Added bound checking for friend ID input in DHT testseshagiriprabhu
2014-02-09Astyled and removed some useless files.irungentoo
2014-02-09Fixed memory leaks and removed repeated codeMaxim Biro
2014-01-20Updated DHT server list with onion supporting DHT servers.irungentoo
2014-01-19proper windows preprocessor detectionBen Iofel
2013-12-16Astyled the code.irungentoo
2013-11-10Fixed small issues.irungentoo
2013-11-10Added more printing to DHT_test, fixed typo.irungentoo
2013-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-09-27expanded Client_data to hold two addresses (IPv4, IPv6) instead of oneCoren[m]
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-14astyled everything.irungentoo
2013-09-11tox.h, DHT.h:Coren[m]
2013-09-11toxcore/util.h:Coren[m]
2013-09-11cmdline parsing:Coren[m]
2013-09-11cmdline parsing of --ipv4/6 plucked into utilCoren[m]
2013-09-10tox.*, DHT.*:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09network.h:Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-08-30Fixed warnings and moved hex_string_to_bin to testing/irungentoo
2013-08-30Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core int...irungentoo
2013-08-30Fixed build errors.Kostya
2013-08-29Moved misc_tools from testing to toxcore.Anony Moose
2013-08-28Use defines instead of numbers in DHT_testirungentoo
2013-08-24Rename core directory because of autoconf name clashjin-eld
2013-08-22init_cryptopacket is now called by new_DHT.irungentoo
2013-08-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20DHT_bootstrap fixed.irungentoo
2013-08-20Fixed DHT_test.c and added some checks.irungentoo
2013-08-16Passed everything through astyle.irungentoo
2013-08-14Metadata collection prevention part 1 of ???.irungentoo
2013-08-10network_registerhandlerslvr
2013-08-09Fixed a printf argument.Konstantin Kowalski
2013-08-02Fixed warnings.irungentoo
2013-07-30Fix "comparison is always true due to limited range of data type" warningDmitry Marakasov