summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
AgeCommit message (Expand)Author
2020-05-04Add logging to TCP and onion client.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-30Use our own logging facility to log toxcore's logsMaxim Biro
2018-08-30Feature bootstrap trace/debug log outputcotox
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-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-05-22Fix bootstrap loggercotox
2018-05-20Add empty logger to DHT bootstrap daemons.iphydf
2018-05-10fix DHT_bootstrap key loadingAnthony Bilinski
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
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-11Move Networking_Core struct into the .c file.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-03-01Remove dependency on strings.hMaxim Biro
2017-02-26Add part of platform-independent network API implementationDiadlo
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-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.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-01Put config-related functions in a separate fileMaxim Biro
2015-06-28Removed useless parameter from new_TCP_server()irungentoo
2014-11-29Check if key file was opened correctly in DHT_bootstrap.cirungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-04-16DHT_bootstrap.c now has TCP server functionality enabled.irungentoo
2014-04-13TCP_client pretty much done?irungentoo
2014-02-22Renamed dht server to dht nodeMaxim Biro
2014-02-01Added DHT bootstrap server info packets.irungentoo
2014-01-20Enabled onion in bootstrap_serverdaemon.irungentoo
2014-01-20Merge branch 'onion'irungentoo
2014-01-19proper windows preprocessor detectionBen Iofel
2014-01-17Onion servers are now DHT ready.irungentoo
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-10Update DHT_bootstrap.cfr0sty