summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-05Make afl_toxsave.c a bit more portable; fix memleak.iphydf
2020-04-04Show function names in asan/tsan stack traces on CircleCI.zoff99
2020-04-04Migrate format-source script to new apidsl web app.iphydf
2020-04-04Add minimal save generatorMaxim Biro
2020-03-29Fixes towards building on MSVC.iphydf
2020-03-27Mark conference test as small.iphydf
2020-03-24Add basic test adapter for AFLsudden6
2020-03-22Smarter setup of bazel remote cache on Cirrus CI.iphydf
2020-03-22Release 0.2.11Robin Linden
2020-03-22Install libsodium from apt instead of from source.iphydf
2020-03-22Minor cleanups in network code.iphydf
2020-03-22Minor cleanup: use `assoc_timeout` function where possible.iphydf
2020-03-22fix typo: now we periodically try to send direct packets when connected by tcpzugz (tox)
2020-03-22Remove bazel build from Travis.iphydf
2020-03-21Disable bazel remote cache on CI.iphydf
2020-03-18clear out old conference connectionszugz (tox)
2020-03-18Add "member" invite responsezugz (tox)
2020-03-18Make function defns match their decls regarding storage class.iphydf
2020-03-18Check that LOGGER macros are only called with string literals.iphydf
2020-03-18Mark file-local function definitions as `static`.iphydf
2020-03-17Enable remote cache for bazel builds.iphydf
2020-03-15Add another bootstrap node to the bootstrap test.iphydf
2020-03-15clean groups codezugz (tox)
2020-03-14Avoid casting back and forth between void-ptr.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-11Add a mutex lock/unlock inside every public API function.iphydf
2020-03-10Enable FreeBSD jobs on Travis-CIMaxim Biro
2020-03-10Update and fix FreeBSD setup on Travis-CIMaxim Biro
2020-03-08Pass packet ID to custom packet handlers.iphydf
2020-03-06Use `net_pack` instead of casting bytes to ints.iphydf
2020-03-05Use ninja build system for the cmake-linux build.iphydf
2020-03-05Use net_pack/unpack instead of host_to_net.iphydf
2020-03-05Disable FreeBSD travis build until it is fixed.iphydf
2020-03-03Update tox-bootstrapd's dockerfile to use Debian BusterMaxim Biro
2020-03-03Fix tox-bootstrapd's READMEMaxim Biro
2020-03-02Remove testing/av_test.c.iphydf
2020-03-02bump to astyle-3.1 in travis buildzugz (tox)
2020-03-02Add "cimple_test" to the bazel build.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2020-01-22handle message_number wraparoundzugz (tox)
2020-01-22workaround for message number saving (fixes #961)zugz (tox)
2020-01-22refactorzugz (tox)
2020-01-02fix ToxAV threading documentationsudden6
2020-01-02synchronize call control actions to tox_iteratesudden6
2019-12-25don't wait for connection when killing Toxsudden6
2019-12-23fix invalid use of mutexsudden6