summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-12Fix AppVeyor failing due to conan remote being added twiceHEADmasterRobin Linden
2020-05-29Add support for the conan C/C++ package managerRobin Linden
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-05-17Fix tcp_relay_test by adding a second bootstrap node.iphydf
2020-05-08style: Run restyled on Travis and Circle CI scripts.iphydf
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-05chore: Don't build pushes to branches, only to tags.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-05Exclude imported libsodium sources from restyled.iphydf
2020-05-05chore: Delete release-drafter config in favour of global one.iphydf
2020-05-05refactor: Minor cleanup: limit scope of loop iterators.iphydf
2020-05-04Fix typo: `NAC_LIBS` -> `NACL_LIBS`.iphydf
2020-05-04Stop hard-coding packet IDs in tests.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-03Enable cimple tests by default but allow disabling them.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-02Include `<string.h>` for `explicit_bzero`.iphydf
2020-05-01Release 0.2.12Robin Linden
2020-04-29Bound the number of friends you can have to ~4 billion.iphydf
2020-04-29Disable non-hermetic tests by default.iphydf
2020-04-27Add execution trace option for debugging.iphydf
2020-04-26Rework the toxchat/bootstrap-node Docker image.iphydf
2020-04-26Allow test coverage to fluctuate 2% up and down, but not below 80%.iphydf
2020-04-26Skip invalid TCP relays and DHT nodes when loading save datazugz (tox)
2020-04-25Set up release-drafter.iphydf
2020-04-25Add CODEOWNERS and settings.yml files.iphydf
2020-04-24[ImgBot] Optimize imagesImgBotApp
2020-04-24Fix continuous integration builds.iphydf
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-19Invert `not_valid` functions and name them `is_valid`.iphydf
2020-04-19fix saving of combination of loaded and connected TCP relayszugz (tox)
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-04-13Fix things not being initialized if creating a TCP-only networkRobin Linden
2020-04-09Stop using the "inline namespace" feature of apidsl.iphydf
2020-04-09Use public API for sending in RTP.zoff99
2020-04-08Give CI workflow a better name: clang-sanitizersiphydf
2020-04-08Install ci-tools and get tokstyle via the script it provides.iphydf
2020-04-08Use public API for sending in BWC.zoff99
2020-04-07Remove newlines from the end of LOGGER format strings.iphydf
2020-04-07Change ToxAVCall struct mutex to a more distinct name.zoff99
2020-04-07Create own instance of MonoTime for ToxAV.zoff99
2020-04-05Stop using Messenger's mono_time in bandwidth controller.zoff99
2020-04-05Fix 2 memory leaks in ToxAV.zoff99