toxcore/toxcore
2022-04-19 23:42:47 +00:00
..
events refactor: Rename bin_pack/unpack functions the same as cmp funcs. 2022-04-01 11:15:16 +00:00
announce.c refactor: Rename announce functions into their own namespace. 2022-04-05 20:30:53 +00:00
announce.h refactor: Rename announce functions into their own namespace. 2022-04-05 20:30:53 +00:00
attributes.h feat: Allow custom network functions. 2022-03-29 22:03:26 +00:00
bin_pack_test.cc refactor: Protect array unpacking against invalid lengths. 2022-04-05 20:52:47 +00:00
bin_pack.c refactor: Rename bin_pack/unpack functions the same as cmp funcs. 2022-04-01 11:15:16 +00:00
bin_pack.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
bin_unpack.c refactor: Protect array unpacking against invalid lengths. 2022-04-05 20:52:47 +00:00
bin_unpack.h refactor: Rename bin_pack/unpack functions the same as cmp funcs. 2022-04-01 11:15:16 +00:00
BUILD.bazel refactor: Move crypto utilities from util to crypto_core. 2022-04-10 23:27:15 +00:00
ccompat.c feat: Add async event handling (callbacks) code. 2022-02-06 17:28:28 +00:00
ccompat.h test: Add more functionality to the bootstrap harness. 2022-04-07 20:17:56 +00:00
crypto_core_test.cc feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
crypto_core.c test: Add a protocol dump test to generate initial fuzzer input. 2022-04-19 23:42:47 +00:00
crypto_core.h refactor: Move crypto utilities from util to crypto_core. 2022-04-10 23:27:15 +00:00
DHT_fuzz_test.cc test: Add fuzzer support functions for internal toxcore objects. 2022-04-03 11:21:06 +00:00
DHT_test.cc fix: really fix overrun added in e49a477a 2022-04-10 00:00:00 +00:00
DHT.c Revert "fix: Allow onion paths to be built from more random nodes." 2022-04-11 11:56:43 +00:00
DHT.h Revert "fix: Allow onion paths to be built from more random nodes." 2022-04-11 11:56:43 +00:00
forwarding_fuzz_test.cc feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
forwarding.c feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
forwarding.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
friend_connection_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
friend_connection.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
friend_connection.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
friend_requests.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
friend_requests.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
group_announce_fuzz_test.cc Merge group announce portion of new groupchats implementation 2022-04-06 10:56:09 -04:00
group_announce_test.cc Merge group announce portion of new groupchats implementation 2022-04-06 10:56:09 -04:00
group_announce.c Add missing return on error 2022-04-08 19:23:12 -04:00
group_announce.h Merge group announce portion of new groupchats implementation 2022-04-06 10:56:09 -04:00
group_moderation_fuzz_test.cc test: Add fuzzer support functions for internal toxcore objects. 2022-04-03 11:21:06 +00:00
group_moderation_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
group_moderation.c Merge moderation portion of new groupchats codebase 2022-03-30 20:09:50 -04:00
group_moderation.h Merge moderation portion of new groupchats codebase 2022-03-30 20:09:50 -04:00
group.c cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
group.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
LAN_discovery.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
LAN_discovery.h feat: Allow custom network functions. 2022-03-29 22:03:26 +00:00
list_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
list.c cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
list.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
logger.c refactor: Allow NULL logger; make it no-op in NDEBUG. 2022-04-03 18:29:22 +00:00
logger.h refactor: Allow NULL logger; make it no-op in NDEBUG. 2022-04-03 18:29:22 +00:00
Makefile.inc feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
Messenger.c cleanup: Replace a series of if statements with a switch. 2022-04-04 09:02:48 +00:00
Messenger.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
mono_time_test.cc refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
mono_time.c chore: Add initial ESP32 docker build. 2022-04-05 20:11:18 +00:00
mono_time.h refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
net_crypto.c feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
net_crypto.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
network_test.cc chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
network.c test: Add a protocol dump test to generate initial fuzzer input. 2022-04-19 23:42:47 +00:00
network.h chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
onion_announce.c refactor: Move crypto utilities from util to crypto_core. 2022-04-10 23:27:15 +00:00
onion_announce.h cleanup: add timed_auth module for ping_ids 2022-04-03 00:00:08 +00:00
onion_client.c cleanup: remove unused field last_seen from Onion_Friend 2022-04-17 11:01:37 +00:00
onion_client.h cleanup: remove unused field last_seen from Onion_Friend 2022-04-17 11:01:37 +00:00
onion.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
onion.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
ping_array_test.cc refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
ping_array.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
ping_array.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
ping.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
ping.h cleanup: Make *_free functions nullable. 2022-04-02 21:28:26 +00:00
state.c cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
state.h cleanup: Add more nonnull and nullable annotations. 2022-02-09 20:03:34 +00:00
TCP_client.c test: Enable fuzzing for TCP. 2022-04-14 13:19:56 +00:00
TCP_client.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
TCP_common.c feat: Allow custom network functions. 2022-03-29 22:03:26 +00:00
TCP_common.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +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 chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
TCP_connection.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
TCP_server.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
TCP_server.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
timed_auth.c feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
timed_auth.h feat: add forwarding and announce request handling 2022-04-03 00:00:08 +00:00
tox_api.c refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
tox_dispatch.c cleanup: Move test-only functions into tests. 2022-03-03 23:58:43 +00:00
tox_dispatch.h feat: Add async event handling (callbacks) code. 2022-02-06 17:28:28 +00:00
tox_events_fuzz_test.cc refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tox_events_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
tox_events.c refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tox_events.h refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tox_private.c refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
tox_private.h refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
tox_struct.h feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
tox_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
tox_unpack.c refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tox_unpack.h refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tox.c refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
tox.h Release 0.2.18 2022-04-18 20:12:07 +02:00
util_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
util.c refactor: Move crypto utilities from util to crypto_core. 2022-04-10 23:27:15 +00:00
util.h refactor: Move crypto utilities from util to crypto_core. 2022-04-10 23:27:15 +00:00