index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
DHT.c
Age
Commit message (
Expand
)
Author
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-18
Use `const` more in C code.
iphydf
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-02-14
Remove leftover symmetric key from DHT struct.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-16
Make pack/unpack_ip_port public DHT functions.
iphydf
2018-01-14
Add random_u16 function and rename the others to match.
iphydf
2018-01-14
Use apidsl to generate ping.h.
iphydf
2018-01-13
Make Ping_Array a module-private type.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-09-17
reset hole-punching parameters after not punching for a while
zugz
2017-08-24
Remove useless 'to_net_family' and 'to_host_family'
Diadlo
2017-08-24
Add platform independent constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Change way to iterate through assoc
Diadlo
2017-06-05
Make work with assoc more generic
Diadlo
2017-06-05
Improve formatting and syntax
Diadlo
2017-06-05
Cleanup punch_holes
Diadlo
2017-06-05
Add using id_equal
Diadlo
2017-06-05
Update crypto_size and check index
Diadlo
2017-06-05
Extract 'update_client_data' to reduce code duplication
Diadlo
2017-06-05
Extract 'update_client_with_reset' function to reduce code duplication
Diadlo
2017-06-05
Extract 'update_client' function
Diadlo
2017-06-05
Extract variables
Diadlo
2017-06-05
Change return type to be the same as return value type
Diadlo
2017-06-05
Add using macros to improve code
Diadlo
2017-06-05
Add 'index_of' functions
Diadlo
2017-06-05
Extract SharedKey struct and use it as var instead of indexing
Diadlo
2017-06-05
Add using C99 'for' syntax
Diadlo
2017-06-04
Add a monolith_test that includes all toxcore sources.
iphydf
2017-04-29
check if already in close list in ping_node_from_getnodes_ok()
zugz
2017-03-26
Add crypto_memzero for temp buffer
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-02-21
Use VLA macro
Maxim Biro
2017-02-11
remove statics used in onion comparison functions
zugz
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Replace redundant packet type check in handler with assert.
Yuri
2017-01-21
reduce thread-unsafe use of static variables
zugz
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-11
Remove `TOX_DEBUG` and have asserts always enabled.
iphydf
2017-01-11
Fix logging condition for IPv6 client timestamp updates.
iphydf
2017-01-07
Replace make_quick_sort with qsort
endoffile78
2017-01-06
Eliminate dead return statement.
iphydf
2016-12-22
Improve documentation of crypto_core.
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)
[next]