index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
DHT.h
Age
Commit message (
Expand
)
Author
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-09-19
Fix typos
yangfl
2018-09-14
Standardise header guards.
iphydf
2018-08-30
Clean up `add_to_list` function a bit.
iphydf
2018-08-27
Make `ip_is_lan` return bool instead of 0/-1.
iphydf
2018-08-26
Use `bool` in place of 0/1 int values.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-12
Fix style in DHT.c.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-02-18
Use `const` more in C code.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Make pack/unpack_ip_port public DHT functions.
iphydf
2018-01-14
Use apidsl to generate ping.h.
iphydf
2018-01-13
Make Ping_Array a module-private type.
iphydf
2017-08-24
Remove useless 'to_net_family' and 'to_host_family'
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Change return type to be the same as return value type
Diadlo
2017-06-05
Extract SharedKey struct and use it as var instead of indexing
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-06
Remove assoc
endoffile78
2016-11-03
Move packing and unpacking DHT request packets to DHT module.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-08-27
Move logging to a callback.
iphydf
2016-01-04
DHT improvements part 1.
irungentoo
2015-12-16
Slightly increase ping timeout.
irungentoo
2015-12-16
Improved the to_ping list.
irungentoo
2015-12-15
More efficient DHT searching.
irungentoo
2015-12-11
DHT improvements.
irungentoo
2015-08-07
Removed a useless define.
irungentoo
2015-07-30
client_id -> public_key
irungentoo
2015-07-29
client_id -> public_key
irungentoo
2015-07-28
client_id -> public_key
irungentoo
2015-07-27
client_id -> public_key
irungentoo
2015-07-25
Comment fix.
irungentoo
2015-07-15
Added function to help calculate size of packet nodes.
irungentoo
2015-06-26
Some comment fixes.
irungentoo
2015-06-07
Don't bootstrap to all loaded nodes at once.
irungentoo
2015-06-06
Save DHT nodes in a smarter way.
irungentoo
2015-01-29
Code cleanups.
irungentoo
2015-01-02
Removed useless function.
irungentoo
[next]