aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/43' into maint-0.3.5Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/137' into maint-0.3.5Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/103' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'mr_124_squashed' into maint-0.3.5Nick Mathewson
2020-10-07Parallelize src/test/test into chunks.Nick Mathewson
2020-09-22srv: Remove spammy debug logDavid Goulet
2020-09-21gitlab-ci: Use test-network-all for debian-integrationNick Mathewson
2020-09-21gitlab-ci: add an NSS check.Nick Mathewson
2020-09-21gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds.Nick Mathewson
2020-09-21gitlab-ci: Add disable-module builds.Nick Mathewson
2020-09-21Add a few more options for the CI script.Nick Mathewson
2020-09-18Make debian-trace job conditional on src/lib/trace/trace_sys.cNick Mathewson
2020-09-18.gitlab.yml: missing commentsNick Mathewson
2020-09-18Copy tracing things back to maint-0.3.5, for consistency.Nick Mathewson
2020-09-17Fix underflow in rend_cache/free_all test.Nick Mathewson
2020-09-17test: Increment rend cache allocation before freeingDavid Goulet
2020-09-01conn: Remove assert on new listener connection when retryingDavid Goulet
2020-08-13Merge remote-tracking branch 'tor-gitlab/mr/125' into maint-0.3.5Nick Mathewson
2020-08-12Improve comments in .gitlab-ci.ymlNick Mathewson
2020-08-12CI: Turn on stem with 044 and later.Nick Mathewson
2020-08-12Fix allocation counting in clean_v2_descs_as_dir test.Nick Mathewson
2020-08-12CI: improve output when skipping doxygenNick Mathewson
2020-08-12Try disabling "make all" when checking docs.Nick Mathewson
2020-08-12CI: Try to enable integration tests, hardening, and clang.Nick Mathewson
2020-08-12CI: Remove VS2015 AppVeyor build.George Kadianakis
2020-08-11CI: label our python versions.Nick Mathewson
2020-08-11CI: Only run doxygen on 0.4.3 and later.Nick Mathewson
2020-08-11CI: enable documentation testingNick Mathewson
2020-08-11Fix a pair of typos in ci-driver.sh.Nick Mathewson
2020-08-11Add a pair of warnings about only editing CI in 035Nick Mathewson
2020-08-10small code tweaks to try to work around debian stable complaintsNick Mathewson
2020-08-10Try to set up a minimal gitlab CI scriptNick Mathewson
2020-08-10Add a shareable continuous-integration script.Nick Mathewson
2020-08-06Copy from master gitlab-ci.yml from master back to maint-0.3.5Nick Mathewson
2020-08-03Remove channel_is_canonical_is_reliable()Nick Mathewson
2020-07-30Fix a bug in buf_move_all() when the input buffer is empty.Nick Mathewson
2020-07-30Add unit test for buf_move_all(), including a failing caseNick Mathewson
2020-07-28Use _lseeki64() on windows.Nick Mathewson
2020-07-24fallbackdir: Remove all three Digitalcourage3 relaysDavid Goulet
2020-07-23More info in the fallbackdir changes fileNick Mathewson
2020-07-23fallbackdir: Update list for 2020David Goulet
2020-07-10NSS: Tell NSS that our SSL sockets are nonblocking.Nick Mathewson
2020-07-09Bump to 0.3.5.11-devNick Mathewson
2020-07-09bump to 0.3.5.11Nick Mathewson
2020-07-09Merge branch 'trove_2020_001_035' into maint-0.3.5Nick Mathewson
2020-07-07Resolve a compiler warning from a 32-bit signed/unsigned comparisonNick Mathewson
2020-07-07CI: Fix Appveyor printf format errorDavid Goulet
2020-07-06Use ((x + 7) >> 3) instead of (x >> 3) when converting from bits to bytes.Alexander Færøy
2020-07-06Add constness to length variables in `tor_tls_cert_matches_key`.Alexander Færøy
2020-07-06Fix out-of-bound memory read in `tor_tls_cert_matches_key()` for NSS.Alexander Færøy