Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | Merge branch 'maint-0.4.2' into maint-0.4.3 | teor | |
2020-03-16 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2020-03-16 | Merge branch 'maint-0.3.5' into maint-0.4.1 | teor | |
2020-03-16 | Travis: Produce detailed chutney diagnostics | teor | |
When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output. Closes ticket 32792. | |||
2020-02-13 | Merge branch 'bug33195_042' into bug33195_043 | teor | |
Conflicts: * Keep disable module relay from maint-0.4.3 * Keep doxygen from maint-0.4.3 * Keep the ordering from bug33195_042 | |||
2020-02-13 | Merge branch 'bug33195_041' into bug33195_042 | teor | |
Conflicts: * Keep RUST_VERSION from maint-0.4.2 * Keep the commented-out allow_failure entries from bug33195_041 | |||
2020-02-13 | Merge branch 'bug33195_035' into bug33195_041 | teor | |
Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bug33195_035 | |||
2020-02-13 | Travis: Sort jobs in order of speed | teor | |
Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. | |||
2020-02-13 | Travis: Remove a redundant distcheck job | teor | |
Part of 33194. | |||
2020-02-13 | Travis: Require the macOS IPv6 chutney job | teor | |
The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. | |||
2020-02-12 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2020-02-12 | Merge branch 'maint-0.3.5' into maint-0.4.1 | teor | |
2020-01-28 | Merge remote-tracking branch 'tor-github/pr/1680' | Nick Mathewson | |
2020-01-28 | Merge remote-tracking branch 'tor-github/pr/1689' | Nick Mathewson | |
2020-01-28 | Travis: Stop allowing stem test failures | teor | |
Stop allowing failures on the Travis CI stem tests job. It looks like all the stem hangs we were seeing are now fixed, but let's make sure we see them if they happen again. Closes ticket 33075. | |||
2020-01-22 | Run doxygen makefile target on Travis | rl1987 | |
2019-12-20 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-12-16 | Merge branch 'bug32240_32242_042' into bug32240_32242_master | teor | |
Merge: * libzstd-dev from ticket32242_042 * coccinelle from master | |||
2019-12-16 | Merge branch 'bug32240_32242_041' into bug32240_32242_042 | teor | |
2019-12-16 | Merge branch 'bug32240_32242_040' into bug32240_32242_041 | teor | |
2019-12-16 | Merge branch 'bug32240_32242_035' into bug32240_32242_040 | teor | |
Merge: * libzstd-dev from ticket32242_035 * shellcheck from maint-0.4.0 | |||
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1459' into bug32240_32242_035 | teor | |
2019-12-16 | Merge branch 'bug32240_042' into bug32240_master | teor | |
2019-12-16 | Merge branch 'bug32240_041' into bug32240_042 | teor | |
Merge: * CHUTNEY_TOR_SANDBOX=0 from bug32240_041 * RUST_VERSION from maint-0.4.2 | |||
2019-12-16 | Merge branch 'bug32240_040' into bug32240_041 | teor | |
2019-12-16 | Merge branch 'bug32240_035' into bug32240_040 | teor | |
2019-12-16 | Merge branch 'bug32240_029' into bug32240_035 | teor | |
Merge * Chutney Trusty deletion in bug32240_029 * NSS addition in maint-0.3.5 | |||
2019-12-16 | Travis: Run Chutney jobs in Ubuntu Bionic images | teor | |
Closes 32240. | |||
2019-12-16 | Travis: Turn off Tor's Sandbox in Chutney jobs | teor | |
We need to set "Sandbox 0", until we fix sandbox errors that are triggered by Ubuntu Xenial and Bionic. See 32722. Part of 32240. | |||
2019-12-16 | Merge branch 'maint-0.4.2' | teor | |
2019-12-16 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-12-16 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1577' into maint-0.4.2 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1576' into maint-0.3.5 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1575' into maint-0.2.9 | teor | |
2019-12-03 | Merge branch 'maint-0.4.2' | teor | |
2019-12-03 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2019-12-03 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-12-03 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-12-03 | Travis: use -std=gnu99 with NSS, and clang with Chutney | teor | |
NSS: * test NSS-specific code with -std=gnu99 * use a recent gcc version from the latest Ubuntu image Chutney: * use clang, so we keep one clang Linux job * keep clang on a fast job, so the overall build finishes quickly Closes ticket 32500 for 0.3.5. | |||
2019-12-03 | Merge branch 'maint-0.2.9' into maint-0.3.5 | teor | |
Merge C_DIALECT_OPTIONS from ticket32500_029 with other configure options from maint-0.3.5. | |||
2019-12-03 | Travis: use -std=gnu99 in some jobs | teor | |
Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Builds some jobs with -std=gnu99, and some jobs without. Closes ticket 32500. | |||
2019-12-02 | Travis: Set pipefail | teor | |
2019-12-01 | Merge branch 'ticket32629_041' into ticket32629_042 | teor | |
Merge RUST_VERSION from maint-0.4.2 with disabling the macOS Rust job from ticket32629_041. | |||
2019-12-01 | Merge branch 'ticket32629_040' into ticket32629_041 | teor | |
2019-12-01 | Merge branch 'ticket32629_035' into ticket32629_040 | teor | |
2019-12-01 | Travis: Disable the macOS Rust job | teor | |
This time, we're disabling it because it's the lowest priority job. (And also slow.) Part of 32629. | |||
2019-11-28 | Merge branch 'ticket32629_029' into ticket32629_035 | teor | |
Merge re-enable chutney from ticket32629_029 with stem from maint-0.3.5. | |||
2019-11-28 | Revert "Travis: Disable the Rust macOS build" | teor | |
This reverts commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12. | |||
2019-11-28 | Revert "Travis: Disable all but one macOS build" | teor | |
This reverts commit 511aeba8eeb24a953228e00917f64703059a7673. |