toxcore/toxav
iphydf 1859d0f44a
cleanup: Ensure we limit the system headers included in .h files.
Most system headers contain functions (e.g. `memcpy` in `string.h`)
which aren't needed in our own header files. For the most part, our own
headers should only include types needed to declare our own types and
functions. We now enforce this so we think twice about which headers we
really need in the .h files.
2022-02-04 20:54:37 +00:00
..
audio.c cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
audio.h chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
BUILD.bazel fix: Fix some uninitialised memory errors found by valgrind and msan. 2022-01-13 20:15:21 +00:00
bwcontroller.c cleanup: Stop using strerror directly. 2022-01-15 01:25:56 +00:00
bwcontroller.h Make struct typedefs have the same name as their struct 2022-01-04 11:36:28 -05:00
groupav.c Make some non-const pointers const 2022-01-29 11:14:56 -05:00
groupav.h chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
Makefile.inc Remove all uses of the PAIR macro in toxav. 2018-08-12 11:38:23 +00:00
msi.c chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
msi.h cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
ring_buffer_test.cc Fix errors on error paths found by oomer. 2020-05-02 21:47:08 +01:00
ring_buffer.c chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
ring_buffer.h Use spdx license identifier instead of GPL blurb. 2020-03-14 13:06:19 +00:00
rtp_test.cc Fix errors on error paths found by oomer. 2020-05-02 21:47:08 +01:00
rtp.c Add some toxav bounds/sanity checks 2022-01-31 14:46:08 -05:00
rtp.h chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
toxav_old.c chore: Tie down the use of doxygen comments. 2021-12-15 18:35:48 +00:00
toxav.c chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
toxav.h cleanup: Remove apidsl; remove crypto_memcmp. 2021-12-19 19:22:38 +00:00
video.c cleanup: Fix calloc argument order. 2022-01-09 18:42:20 +00:00
video.h chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00