- Feb 09, 2020
-
-
cypherpunks authored
Contrary to its name, protover_contains_long_protocol_names() detects all parse errors, not just long names.
-
cypherpunks authored
-
cypherpunks authored
Contrary to what 15e59a1f said, the C implementation has always accepted an empty string without complaint. Meanwhile the rust implementation has always given an error. Make the rust implementation match C. Also eliminate some more redundant tests. Fix on 0.3.3.1-alpha.
-
cypherpunks authored
commit 15e59a1f added a test for parsing an empty string twice.
-
cypherpunks authored
It was just a copypaste of the test above it. Fix on commit 15e59a1f
-
- Jan 29, 2020
-
-
teor authored
-
- Jan 15, 2020
-
-
teor authored
-
- Dec 17, 2019
-
-
This fixes a startup crash with libseccomp v2.4.0 if Sandbox is set to 1.
-
- Dec 15, 2019
-
-
teor authored
-
teor authored
Merge * Chutney Trusty deletion in bug32240_029 * NSS addition in maint-0.3.5
-
teor authored
-
teor authored
Closes 32240.
-
teor authored
We need to set "Sandbox 0", until we fix sandbox errors that are triggered by Ubuntu Xenial and Bionic. See 32722. Part of 32240.
-
teor authored
-
teor authored
-
teor authored
-
- Dec 09, 2019
-
-
Nick Mathewson authored
-
- Dec 06, 2019
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
teor authored
-
teor authored
-
- Dec 05, 2019
-
-
Nick Mathewson authored
-
teor authored
-
- Dec 03, 2019
-
-
teor authored
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.
-
teor authored
Merge C_DIALECT_OPTIONS from ticket32500_029 with other configure options from maint-0.3.5.
-
teor authored
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.
-
- Dec 01, 2019
-
-
teor authored
This time, we're disabling it because it's the lowest priority job. (And also slow.) Part of 32629.
-
- Nov 28, 2019
-
-
teor authored
Merge re-enable chutney from ticket32629_029 with stem from maint-0.3.5.
-
-
-
- Nov 25, 2019
- Nov 11, 2019
-
-
Nick Mathewson authored
-
teor authored
Install the mingw OpenSSL package in Appveyor. This makes sure that the OpenSSL headers and libraries match in Tor's Appveyor builds. (This bug was triggered by an Appveyor image update.) Fixes bug 32449; bugfix on 0.3.5.6-rc.
-
- Nov 09, 2019
-
-
Karsten Loesing authored
-
- Nov 06, 2019
-
-
Nick Mathewson authored
Doing so caused us to crash in some unusual circumstances, such as using --verify-config to verify a configuration that failed during the options_act() stage. Fixes bug 32407; bugfix on 0.3.3.1-alpha.
-
teor authored
-