summaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Expand)Author
2020-05-06cleanup: Make pylint and mypy happy with bootstrap_node_info.py.iphydf
2020-05-05Add autotools build to localbuild docker images.iphydf
2020-05-05refactor: Remove multi-declarators entirely.iphydf
2020-05-05refactor: Disallow multiple initialised declarators per decl.iphydf
2020-05-05Use bash arrays instead of strings for static analysis scripts.iphydf
2020-05-04Add logging to TCP and onion client.iphydf
2020-05-03Add a script to run Travis CI locally.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-05-01Release 0.2.12Robin Linden
2020-04-26Rework the toxchat/bootstrap-node Docker image.iphydf
2020-04-24[ImgBot] Optimize imagesImgBotApp
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-08Install ci-tools and get tokstyle via the script it provides.iphydf
2020-04-04Migrate format-source script to new apidsl web app.iphydf
2020-04-04Add minimal save generatorMaxim Biro
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-03Update tox-bootstrapd's dockerfile to use Debian BusterMaxim Biro
2020-03-03Fix tox-bootstrapd's READMEMaxim Biro
2019-11-17bump libsodium version in appveyor.yml and windows Dockerfilezugz (tox)
2019-01-03Use new WineHQ Debian package repository keyMaxim Biro
2019-01-03Allow unauthenticated wine packages in the Windows build.iphydf
2018-11-04Increase NOFILE limit for tox-bootstrapdMaxim Biro
2018-10-17Use cmake to build toxcore in tox-boostrapd's DockerfileMaxim Biro
2018-10-17tox-bootstrapd's Dockerfile shouldn't use master branchMaxim Biro
2018-10-16Don't warn about macro expansion in run-clangMaxim Biro
2018-10-16Make tox-bootstrapd free memory on SIGINT and SIGTERMMaxim Biro
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-10-08Remove Alpine Linux bootstrap daemon dockerfile.iphydf
2018-10-08Add LAN_discovery to the list of apidsl-generated files.iphydf
2018-10-07Make sure logger levels stay in sync across filesMaxim Biro
2018-09-19Fix typosyangfl
2018-09-14Standardise header guards.iphydf
2018-09-08Add tool to find directly recursive calls in toxcore.iphydf
2018-08-30Use our own logging facility to log toxcore's logsMaxim Biro
2018-08-30Feature bootstrap trace/debug log outputcotox
2018-08-26Format crypto_core.c.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19Fix const cast in save-generator.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-12Fix a few warnings from clang.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf