summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-09-19Fix typosyangfl
2018-09-14Standardise header guards.iphydf
2018-08-30Clean up `add_to_list` function a bit.iphydf
2018-08-27Make `ip_is_lan` return bool instead of 0/-1.iphydf
2018-08-26Use `bool` in place of 0/1 int values.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-12Fix style in DHT.c.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-03-16Move struct DHT_Friend into DHT.c.iphydf
2018-02-18Use `const` more in C code.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make pack/unpack_ip_port public DHT functions.iphydf
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2017-08-24Remove useless 'to_net_family' and 'to_host_family'Diadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-05Change return type to be the same as return value typeDiadlo
2017-06-05Extract SharedKey struct and use it as var instead of indexingDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
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-11-06Remove assocendoffile78
2016-11-03Move packing and unpacking DHT request packets to DHT module.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-08-27Move logging to a callback.iphydf
2016-01-04DHT improvements part 1.irungentoo
2015-12-16Slightly increase ping timeout.irungentoo
2015-12-16Improved the to_ping list.irungentoo
2015-12-15More efficient DHT searching.irungentoo
2015-12-11DHT improvements.irungentoo
2015-08-07Removed a useless define.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-25Comment fix.irungentoo
2015-07-15Added function to help calculate size of packet nodes.irungentoo
2015-06-26Some comment fixes.irungentoo
2015-06-07Don't bootstrap to all loaded nodes at once.irungentoo
2015-06-06Save DHT nodes in a smarter way.irungentoo
2015-01-29Code cleanups.irungentoo