toxcore/other/bootstrap_daemon/src
iphydf 9218566599
cleanup: Make LAN discovery thread-safe without data races.
It was kind of thread-safe, maybe, but there was a data race that makes
tsan unhappy. We now do interface detection once per Tox instance
instead of once per process.
2022-02-06 19:56:34 +00:00
..
command_line_arguments.c Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
command_line_arguments.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
config_defaults.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
config.c chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
config.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
global.h fix missing braces in computed macro value 2021-12-05 14:20:04 +01:00
log_backend_stdout.c Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
log_backend_stdout.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
log_backend_syslog.c Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
log_backend_syslog.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
log.c cleanup: Fix some clang-tidy warnings and make them errors. 2021-12-10 15:21:27 +00:00
log.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
Makefile.inc Simplify Travis CI builds. 2018-07-01 08:35:44 +00:00
tox-bootstrapd.c cleanup: Make LAN discovery thread-safe without data races. 2022-02-06 19:56:34 +00:00