toxcore/other
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
..
analysis cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
astyle fix: Fix some uninitialised memory errors found by valgrind and msan. 2022-01-13 20:15:21 +00:00
bootstrap_daemon Fix potential freeing of an immutable static buffer 2022-02-04 08:09:14 -05:00
docker chore: Remove all references to Travis CI. 2022-01-10 01:17:46 +00:00
emscripten feat: Add WASM build for toxcore and websocket bootstrap node. 2022-02-02 16:05:25 +00:00
fun Add a Bazel Buildifier CI job 2022-01-28 00:55:07 +01:00
pkgconfig update rpm spec and use variables in cmake instead of hardcoded paths (#624) 2018-01-15 14:23:33 +03:00
rpm Use the markdown GPLv3 license in the c-toxcore repo. 2018-02-08 16:08:09 +00:00
bootstrap_node_packets.c Make functions take const pointer to IP_Port wherever possible 2022-02-03 10:54:48 -05:00
bootstrap_node_packets.h cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
BUILD.bazel refactor: Deduplicate a bunch of code in TCP client/server. 2022-01-16 09:41:08 +00:00
cpufeatures.c Add a check that we don't have any unused functions. 2020-05-02 22:00:09 +01:00
DHT_bootstrap.c cleanup: Don't pass the whole DHT object to lan discovery. 2022-02-03 20:50:36 +00:00
DHTnodes Link changes. 2015-07-07 22:57:11 -04:00
make_single_file chore: Add a make_single_file script, used for CI. 2022-01-17 21:12:25 +00:00
Makefile.inc Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
osx_build_script_toxcore.sh Move OS X install script 2015-02-03 12:48:15 -05:00
print-version chore: Add bootstrap daemon docker image build. 2021-12-23 15:54:24 +00:00
tox-warning.png [ImgBot] Optimize images 2020-04-24 21:55:23 +00:00
tox.png [ImgBot] Optimize images 2020-04-24 21:55:23 +00:00
version-sync Bump toxcore version to 0.2.0. 2018-01-08 19:36:00 +00:00
windows_build_script_toxcore.sh Update deps used in Windows build scripts 2021-02-25 13:59:18 +03:00