summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
AgeCommit message (Expand)Author
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-12Fix a few warnings from clang.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-03-16Move struct DHT_Friend into DHT.c.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Make DHT a module-private type.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
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]