toxcore/toxcore
2024-01-18 10:55:31 +00:00
..
events refactor: Allow NULL pointers for byte arrays in events. 2024-01-17 09:13:07 +00:00
announce.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
announce.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
attributes.h fix: Enable debug flag for ubsan. 2023-12-09 01:14:53 +00:00
bin_pack_test.cc refactor: Pass this pointer as first param to s11n callbacks. 2024-01-17 13:11:14 +00:00
bin_pack.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
bin_pack.h refactor: Pass this pointer as first param to s11n callbacks. 2024-01-17 13:11:14 +00:00
bin_unpack.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
bin_unpack.h refactor: Pass this pointer as first param to s11n callbacks. 2024-01-17 13:11:14 +00:00
BUILD.bazel refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
ccompat.c cleanup: Make TCP connection failures a warning instead of error. 2023-12-27 02:08:09 +00:00
ccompat.h test: Add more functionality to the bootstrap harness. 2022-04-07 20:17:56 +00:00
crypto_core_test_util.cc refactor(test): Slightly nicer C++ interface to tox Random. 2024-01-10 21:56:34 +00:00
crypto_core_test_util.hh refactor(test): Slightly nicer C++ interface to tox Random. 2024-01-10 21:56:34 +00:00
crypto_core_test.cc test: Add more unit tests for add_to_list. 2024-01-10 02:58:13 +00:00
crypto_core.c fix: Make all the fuzzers work again, and add a test for protodump. 2024-01-13 15:06:30 +00:00
crypto_core.h cleanup: Remove NaCl support. 2023-12-25 00:36:38 +00:00
DHT_fuzz_test.cc fix: Make all the fuzzers work again, and add a test for protodump. 2024-01-13 15:06:30 +00:00
DHT_test_util.cc refactor: Use operator== for equality tests of Node_format. 2024-01-11 13:32:01 +00:00
DHT_test_util.hh cleanup: Some more test cleanups, removing overly smart code. 2024-01-10 12:42:37 +00:00
DHT_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
DHT.c refactor: Pass this pointer as first param to s11n callbacks. 2024-01-17 13:11:14 +00:00
DHT.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
forwarding_fuzz_test.cc fix: Make all the fuzzers work again, and add a test for protodump. 2024-01-13 15:06:30 +00:00
forwarding.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
forwarding.h test: Upgrade cppcheck, fix some warnings. 2023-12-27 00:00:10 +00:00
friend_connection.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
friend_connection.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
friend_requests.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
friend_requests.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
group_announce_fuzz_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
group_announce_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
group_announce.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
group_announce.h cleanup: Run clang-tidy on headers, as well. 2023-12-27 02:37:39 +00:00
group_chats.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
group_chats.h refactor: packet broadcast functions now return errors 2024-01-11 10:06:46 -05:00
group_common.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
group_connection.c fix: Remove fatal error for non-erroneous case 2024-01-12 20:06:43 -05:00
group_connection.h fix: issues with packet broadcast error reporting 2024-01-11 14:54:58 -05:00
group_moderation_fuzz_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
group_moderation_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
group_moderation.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
group_moderation.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
group_onion_announce.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
group_onion_announce.h Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
group_pack.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
group_pack.h cleanup: Run clang-tidy on headers, as well. 2023-12-27 02:37:39 +00:00
group.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
group.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
LAN_discovery.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
LAN_discovery.h Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
list_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
list.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
list.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
logger.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
logger.h perf: Slightly reduce bandwidth usage when there are few nodes. 2023-12-18 16:23:45 +00:00
Makefile.inc feat: Add dht_get_nodes_response event to the events system. 2024-01-16 10:52:31 +00:00
mem_test_util.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
mem_test_util.hh test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
mem_test.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
mem.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
mem.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
Messenger.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
Messenger.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
mono_time_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
mono_time.c fix: Make all the fuzzers work again, and add a test for protodump. 2024-01-13 15:06:30 +00:00
mono_time.h refactor: Store time in Mono_Time in milliseconds. 2023-11-17 05:20:29 +00:00
net_crypto.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
net_crypto.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
network_test_util.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
network_test_util.hh test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
network_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
network.c fix(test): tests use ipv6 by default, even with USE_IPV6 set to 0 2024-01-15 15:29:01 +01:00
network.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
onion_announce.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
onion_announce.h perf: Slightly reduce bandwidth usage when there are few nodes. 2023-12-18 16:23:45 +00:00
onion_client.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
onion_client.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
onion.c refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
onion.h perf: Slightly reduce bandwidth usage when there are few nodes. 2023-12-18 16:23:45 +00:00
ping_array_test.cc test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
ping_array.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
ping_array.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
ping.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
ping.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
shared_key_cache.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
shared_key_cache.h perf: Slightly reduce bandwidth usage when there are few nodes. 2023-12-18 16:23:45 +00:00
state.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
state.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
TCP_client.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
TCP_client.h cleanup: Enforce stricter identifier naming using clang-tidy. 2023-08-31 13:37:16 +00:00
TCP_common.c refactor: Assign malloc return to a local variable first. 2024-01-10 11:46:41 +00:00
TCP_common.h refactor: Change the TCP_PACKET_* defines into an enum. 2023-12-20 15:11:23 +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 test: Add "infer" CI check to github, remove from circle. 2024-01-09 10:59:53 +00:00
TCP_connection.h cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
TCP_server.c refactor: Minor refactoring of get_close_nodes functions. 2024-01-10 20:12:04 +00:00
TCP_server.h cleanup: Enforce stricter identifier naming using clang-tidy. 2023-08-31 13:37:16 +00:00
test_util_test.cc test: Add more unit tests for add_to_list. 2024-01-10 02:58:13 +00:00
test_util.cc test: Add more unit tests for add_to_list. 2024-01-10 02:58:13 +00:00
test_util.hh test: Add C++ classes wrapping system interfaces. 2024-01-13 16:16:47 +00:00
timed_auth.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
timed_auth.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
tox_api.c refactor: packet broadcast functions now return errors 2024-01-11 10:06:46 -05:00
tox_dispatch.c feat: Add dht_get_nodes_response event to the events system. 2024-01-16 10:52:31 +00:00
tox_dispatch.h feat: Add dht_get_nodes_response event to the events system. 2024-01-16 10:52:31 +00:00
tox_event.c feat: Add dht_get_nodes_response event to the events system. 2024-01-16 10:52:31 +00:00
tox_event.h feat: Add dht_get_nodes_response event to the events system. 2024-01-16 10:52:31 +00:00
tox_events_fuzz_test.cc cleanup: Remove old type-ordered event getters. 2024-01-15 17:29:43 +00:00
tox_events_test.cc cleanup: Remove old type-ordered event getters. 2024-01-15 17:29:43 +00:00
tox_events.c refactor: Pass this pointer as first param to s11n callbacks. 2024-01-17 13:11:14 +00:00
tox_events.h cleanup: Remove bin_pack_{new,free}. 2024-01-16 19:18:45 +00:00
tox_pack.c refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
tox_pack.h refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
tox_private.c cleanup: Make all .c files include the headers they need. 2023-12-27 01:21:47 +00:00
tox_private.h cleanup: Move tox_get_system out of the public API. 2024-01-05 19:29:59 +00:00
tox_struct.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
tox_test.cc fix: Correct a use-after-free and fix some memory leaks. 2023-12-21 17:17:51 +00:00
tox_unpack.c refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
tox_unpack.h refactor: Use enum-specific pack functions for enum values. 2024-01-15 21:47:13 +00:00
tox.c cleanup: Ensure handler params are named after callback params. 2024-01-18 10:55:31 +00:00
tox.h refactor: packet broadcast functions now return errors 2024-01-11 10:06:46 -05:00
util_test.cc test: Add fuzz tests to the coverage run. 2024-01-12 12:33:41 +00:00
util.c refactor: Factor out malloc+memcpy into memdup. 2024-01-13 11:57:21 +00:00
util.h refactor: Factor out malloc+memcpy into memdup. 2024-01-13 11:57:21 +00:00