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
2020-05-03
Fix a bug in savedata loading when malloc fails.
iphydf
2020-05-02
Fix errors on error paths found by oomer.
iphydf
2020-04-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-03-22
Minor cleanup: use `assoc_timeout` function where possible.
iphydf
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
2020-03-14
use -1 rather than ~0 in unsigned integer types
zugz (tox)
2019-05-01
Do not send the same packet to the same node twice.
Evgeny Kurnevsky
2018-10-24
Change method of PK production for fake friend in DHT
NamsooCho
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-10-11
ensure save data unchanged after save and load
zugz (tox)
2018-09-19
Fix typos
yangfl
2018-09-07
Add messenger state plugin system.
iphydf
2018-09-06
Ignore "unused-result" warning in super_donators code.
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-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-08-04
Avoid multiple for-next expressions.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-12
Fix style in DHT.c.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
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-05-20
Move system header includes from network.h to network.c
iphydf
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
[next]