toxcore/toxcore
2022-03-06 01:45:06 +01:00
..
events cleanup: Enable most cppcheck warnings as errors. 2022-02-21 17:17:36 +00:00
attributes.h chore: Disable non-null attributes by default. 2022-02-10 21:33:51 +00:00
bin_pack.c Add wrapper library for msgpack pack functions 2022-02-11 22:11:32 -05:00
bin_pack.h Add wrapper library for msgpack pack functions 2022-02-11 22:11:32 -05:00
bin_unpack.c Split tox_unpack into two smaller libs 2022-02-10 15:34:35 -05:00
bin_unpack.h cleanup: Enable most cppcheck warnings as errors. 2022-02-21 17:17:36 +00:00
BUILD.bazel cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
ccompat.c feat: Add async event handling (callbacks) code. 2022-02-06 17:28:28 +00:00
ccompat.h chore: Enable a bunch more warnings in GCC builds. 2022-02-28 23:26:35 +00:00
crypto_core_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
crypto_core.c cleanup: Remove more boolean conversions (and a bugfix). 2022-02-26 00:03:56 +00:00
crypto_core.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
DHT_test.cc test: Add unit test for create/handle request packets. 2022-03-03 18:00:17 +00:00
DHT.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
DHT.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +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 docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
friend_connection.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +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 docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
group.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
group.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
LAN_discovery.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
LAN_discovery.h cleanup: Add explicit callback setters for MSI callbacks. 2022-03-04 10:33:23 +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 docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
list.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
logger.c cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
logger.h cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
Makefile.inc Add wrapper library for msgpack pack functions 2022-02-11 22:11:32 -05:00
Messenger.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
Messenger.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
mono_time_test.cc test: Add test coverage docker build for local tests. 2022-02-24 16:24:28 +00:00
mono_time.c cleanup: Mark all local non-pointers as const where possible. 2022-02-23 19:30:01 +00:00
mono_time.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
net_crypto.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
net_crypto.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
network_test.cc cleanup: Remove any disallowed casts. 2022-02-22 02:19:29 +00:00
network.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
network.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion_announce.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion_announce.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion_client.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion_client.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
onion.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
ping_array_test.cc test: Add mallocfail and proxy test to our coverage runs. 2022-02-25 01:55:28 +00:00
ping_array.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
ping_array.h cleanup: Add more nonnull and nullable annotations. 2022-02-09 20:03:34 +00:00
ping.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
ping.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +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 docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_client.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_common.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_common.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_connection_test.cc
TCP_connection.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_connection.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_server.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
TCP_server.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
tox_api.c cleanup: Comply with strict include ordering. 2022-02-25 16:44:35 +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.c perf: Reduce minimal encoding size of packed events. 2022-02-12 17:44:44 +00:00
tox_events.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
tox_private.h Add DHT queries to private API 2022-02-10 10:33:31 -05:00
tox_test.cc cleanup: Remove port from Broadcast_Info. 2022-03-03 15:21:34 +00:00
tox_unpack.c Split tox_unpack into two smaller libs 2022-02-10 15:34:35 -05:00
tox_unpack.h Split tox_unpack into two smaller libs 2022-02-10 15:34:35 -05:00
tox.c cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
tox.h Release 0.2.17 2022-03-06 01:45:06 +01:00
util_test.cc cleanup: Remove more boolean conversions (and a bugfix). 2022-02-26 00:03:56 +00:00
util.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
util.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00