..
BUILD.bazel
chore: Add autotools build; exempt crypto_pwhash from tokstyle.
2021-12-13 18:47:45 +00:00
ccompat.h
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
crypto_core_mem.c
chore: Add autotools build; exempt crypto_pwhash from tokstyle.
2021-12-13 18:47:45 +00:00
crypto_core_test.cc
cleanup: Avoid endian-specific code in crypto_core
.
2021-12-07 17:23:09 +00:00
crypto_core.api.h
cleanup: Avoid endian-specific code in crypto_core
.
2021-12-07 17:23:09 +00:00
crypto_core.c
chore: Add autotools build; exempt crypto_pwhash from tokstyle.
2021-12-13 18:47:45 +00:00
crypto_core.h
cleanup: Avoid endian-specific code in crypto_core
.
2021-12-07 17:23:09 +00:00
DHT_test.cc
test: Add some unit tests for important internal DHT functions.
2021-12-01 14:08:37 +00:00
DHT.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
DHT.h
use crypto_memzero to wipe secret keys when no longer in use
2021-12-10 16:31:34 -05:00
friend_connection.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
friend_connection.h
chore: Use toktok-stack docker image with built third_party.
2021-12-05 19:21:57 +00:00
friend_requests.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
friend_requests.h
Fix up comments a bit to start being more uniform.
2020-03-14 13:28:42 +00:00
group.c
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
group.h
Add a check that we don't have any unused functions.
2020-05-02 22:00:09 +01:00
LAN_discovery.api.h
Add a check that we don't have any unused functions.
2020-05-02 22:00:09 +01:00
LAN_discovery.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
LAN_discovery.h
Add a check that we don't have any unused functions.
2020-05-02 22:00:09 +01:00
list_test.cc
test: Add some simple tests for list.c.
2021-12-07 10:32:45 +00:00
list.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
list.h
test: Add some simple tests for list.c.
2021-12-07 10:32:45 +00:00
logger.c
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
logger.h
Standardise on having a comma at the end of enums.
2020-03-14 13:40:36 +00:00
Makefile.inc
Fix typo: NAC_LIBS
-> NACL_LIBS
.
2020-05-04 19:54:58 +01:00
Messenger.c
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
Messenger.h
cleanup: Use static_assert
instead of preprocessor #error
.
2021-12-07 18:42:29 +00:00
mono_time_test.cc
Use C++ style casts in C++ code.
2018-09-14 14:08:27 +00:00
mono_time.c
Use spdx license identifier instead of GPL blurb.
2020-03-14 13:06:19 +00:00
mono_time.h
Use spdx license identifier instead of GPL blurb.
2020-03-14 13:06:19 +00:00
net_crypto.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
net_crypto.h
Format comments according to tokstyle's requirements.
2020-05-17 18:16:42 +01:00
network_test.cc
test: Add a simple test for ip_ntoa
.
2021-12-09 20:51:15 +00:00
network.c
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
network.h
Address some unused return values
2021-12-11 10:46:50 -05:00
onion_announce.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
onion_announce.h
cleanup: Use static_assert
instead of preprocessor #error
.
2021-12-07 18:42:29 +00:00
onion_client.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
onion_client.h
Format comments according to tokstyle's requirements.
2020-05-17 18:16:42 +01:00
onion.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
onion.h
Add logger to onion and onion announce objects
2021-12-07 13:01:15 -05:00
ping_array_test.cc
Fix errors on error paths found by oomer.
2020-05-02 21:47:08 +01:00
ping_array.api.h
Remove tokstyle exemptions from build files.
2020-04-16 11:05:08 +00:00
ping_array.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
ping_array.h
Remove tokstyle exemptions from build files.
2020-04-16 11:05:08 +00:00
ping.api.h
Use spdx license identifier instead of GPL blurb.
2020-03-14 13:06:19 +00:00
ping.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
ping.h
Address some unused return values
2021-12-11 10:46:50 -05:00
state.c
cleanup: Require {}
around all switch case label statements.
2021-12-10 14:20:13 +00:00
state.h
Use spdx license identifier instead of GPL blurb.
2020-03-14 13:06:19 +00:00
TCP_client.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
TCP_client.h
fix: Fixed uninitialised value copy.
2021-12-10 15:29:17 +00:00
TCP_connection.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
TCP_connection.h
chore: Use toktok-stack docker image with built third_party.
2021-12-05 19:21:57 +00:00
TCP_server.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
TCP_server.h
Add logging to TCP and onion client.
2020-05-04 01:27:36 +01:00
tox_api.c
cleanup: Fix some clang-tidy warnings and make them errors.
2021-12-10 15:21:27 +00:00
tox_private.h
Add new semi-private API functions to set per-packet-id custom handlers.
2020-04-16 12:28:13 +00:00
tox.api.h
Release 0.2.13
2021-12-06 23:28:52 +01:00
tox.c
test: Make ERROR logging fatal in tests.
2021-12-14 13:00:25 +00:00
tox.h
Release 0.2.13
2021-12-06 23:28:52 +01:00
util_test.cc
Fix errors on error paths found by oomer.
2020-05-02 21:47:08 +01:00
util.c
cleanup: Don't include "config.h"
unless needed.
2021-12-12 22:18:38 +00:00
util.h
Use spdx license identifier instead of GPL blurb.
2020-03-14 13:06:19 +00:00