toxcore/toxcore
iphydf 27f7c8beaa
chore: Tie down the use of doxygen comments.
These should only be used before a toplevel thing that can be commented on.
2021-12-15 18:35:48 +00:00
..
BUILD.bazel merge tcp_connection changes from new groupchats fork 2021-12-14 16:57:28 -05:00
ccompat.h cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +00:00
crypto_core_mem.c cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +00:00
crypto_core_test.cc chore: Fix gen-file.sh: it wasn't globbing properly. 2021-12-14 21:26:52 +00:00
crypto_core.c chore: Remove config.h. 2021-12-15 10:26:50 +00:00
crypto_core.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +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 merge DHT.c/h and network.c changes from new groupchats fork 2021-12-14 13:54:52 -05:00
DHT.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +00: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.c cleanup: Don't include "config.h" unless needed. 2021-12-12 22:18:38 +00:00
LAN_discovery.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +00: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 cleanup: Remove crypto_pwhash import. 2021-12-15 17:16:35 +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 chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +00:00
Messenger.h chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +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 chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +00:00
net_crypto.c chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +00:00
net_crypto.h chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +00:00
network_test.cc test: Add a simple test for ip_ntoa. 2021-12-09 20:51:15 +00:00
network.c chore: Remove config.h. 2021-12-15 10:26:50 +00:00
network.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +00: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 merge onion.c changes from new groupchats fork 2021-12-14 13:03:14 -05: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.c cleanup: Don't include "config.h" unless needed. 2021-12-12 22:18:38 +00:00
ping_array.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +00:00
ping.c cleanup: Don't include "config.h" unless needed. 2021-12-12 22:18:38 +00:00
ping.h cleanup: Remove apidsl for everything except the public API. 2021-12-15 17:36:29 +00:00
state.c cleanup: Require {} around all switch case label statements. 2021-12-10 14:20:13 +00:00
state.h chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +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_test.cc merge tcp_connection changes from new groupchats fork 2021-12-14 16:57:28 -05:00
TCP_connection.c Remove unused function argument from set_tcp_connection_status() 2021-12-15 12:30:23 -05:00
TCP_connection.h merge tcp_connection changes from new groupchats fork 2021-12-14 16:57:28 -05: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: Remove crypto_pwhash import. 2021-12-15 17:16:35 +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