toxcore/toxav
iphydf a549807df7
refactor: Add mem module to allow tests to override allocators.
This will allow us to do more interesting things with memory allocation
within toxcore, and allow fuzzers to explore various allocation failure
paths.
2023-08-30 22:55:05 +00:00
..
audio.c cleanup: Split util.c out of the network library. 2022-03-04 10:33:11 +00:00
audio.h cleanup: Apply stronger type checks and fix errors. 2022-02-17 22:34:56 +00:00
BUILD.bazel chore: Add missing module dependencies. 2023-08-10 21:01:17 +00:00
bwcontroller.c cleanup: Reduce scope of variables as requested by cimple. 2022-03-20 23:24:09 +00:00
bwcontroller.h
groupav.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
groupav.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
Makefile.inc
msi.c cleanup: Avoid goto in msi.c. 2022-04-14 21:22:17 +00:00
msi.h cleanup: Add explicit callback setters for MSI callbacks. 2022-03-04 10:33:23 +00:00
ring_buffer_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
ring_buffer.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
ring_buffer.h
rtp_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
rtp.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
rtp.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
toxav_old.c docs: Fix doxygen config and remove some redundant comments. 2023-08-16 07:53:19 +00:00
toxav.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
toxav.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
video.c cleanup: Reduce scope of variables as requested by cimple. 2022-03-20 23:24:09 +00:00
video.h