Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-21 | Bump to 0.3.5.8-dev | Nick Mathewson | |
2019-02-21 | Bump to 0.3.5.8 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2019-01-07 | Update to 0.3.5.7-dev | Nick Mathewson | |
2019-01-07 | Bump version to 0.3.5.7 | Nick Mathewson | |
2018-12-21 | Try @warning_flags to avoid bloating verbose make logs | Nick Mathewson | |
We now accumulate warning flags in a separate variable, "TOR_WARNING_FLAGS", and write it to a "warning_flags" file. Then we test whether the compiler will accept "@warning_flags": if so, we put "@warning_flags" in the CFLAGS; if not, we copy the contents of "$TOR_WARNING_FLAGS" into the CFLAGS. Closes ticket 28924. | |||
2018-12-18 | Bump version to 0.3.5.6-rc-dev | Nick Mathewson | |
2018-12-18 | Bump to 0.3.5.6-rc | Nick Mathewson | |
2018-11-16 | Bump to 0.3.5.5-alpha-dev | Nick Mathewson | |
2018-11-16 | Bump to 0.3.5.5-alpha | Nick Mathewson | |
2018-11-09 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-11-09 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-11-09 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-09 | Always declare groups when building with openssl 1.1.1 APIs | Nick Mathewson | |
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support. | |||
2018-11-08 | Bump version to 0.3.5.4-alpha-dev. | Nick Mathewson | |
2018-11-07 | Bump to 0.3.5.4-alpha | Nick Mathewson | |
2018-11-02 | Bump to 0.3.4.9-dev | Nick Mathewson | |
2018-11-02 | Bump to 0.3.4.9 | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Only pass `-C default-linker-libraries` with sanitizers | Alex Crichton | |
This'll help retain test compatibility until 1.31.0 is released! | |||
2018-10-17 | Bump to 0.3.5.3-alpha-dev | Nick Mathewson | |
2018-10-17 | Bump to 0.3.5.3-alpha | Nick Mathewson | |
2018-10-01 | Remove the `link_rust.sh.in` script | Alex Crichton | |
This is no longer necessary with upstream rust-lang/rust changes as well as some local tweaks. Namely: * The `-fsanitize=address`-style options are now passed via `-C link-args` through `RUSTFLAGS`. This obviates the need for the shell script. * The `-C default-linker-libraries`, disabling `-nodefaultlibs`, is passed through `RUSTFLAGS`, which is necessary to ensure that `-fsanitize=address` links correctly. * The `-C linker` option is passed to ensure we're using the same C compiler as normal C code, although it has a bit of hackery to only get the `gcc` out of `gcc -std=c99` | |||
2018-09-21 | Bump to 0.3.5.2-alpha-dev | Nick Mathewson | |
2018-09-20 | Bump to 0.3.5.2-alpha | Nick Mathewson | |
2018-09-18 | Bump to 0.3.5.1-alpha-dev | Nick Mathewson | |
2018-09-17 | Bump to 0.3.5.1-alpha | Nick Mathewson | |
2018-09-13 | Explain PIE/PIC rationale for 23846. | Nick Mathewson | |
2018-09-12 | Add an --enable-pic option for people who hack Tor into libraries | Nick Mathewson | |
Closes ticket 23846 | |||
2018-09-10 | Bump to 0.3.4.8-dev | Nick Mathewson | |
2018-09-10 | Bump to 0.3.3.10-dev. | Nick Mathewson | |
2018-09-10 | Bump to 0.2.9.17-dev | Nick Mathewson | |
2018-09-07 | Bump to 0.3.3.10 | Nick Mathewson | |
2018-09-07 | Bump to 0.2.9.17 | Nick Mathewson | |
2018-09-07 | Bump to 0.3.4.8 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Tell openssl to build its TLS contexts with security level 1 | Nick Mathewson | |
Fixes bug 27344, where we'd break compatibility with old tors by rejecting RSA1024 and DH1024. | |||
2018-09-04 | Merge branch 'nss_squashed' into nss_merge | Nick Mathewson | |
2018-09-04 | Fix documentation of ENABLE_NSS | Nick Mathewson | |
2018-08-28 | Merge branch 'bug26367_035_01' | Nick Mathewson | |
2018-08-28 | hs: Render obsolete Tor2web | David Goulet | |
Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-24 | Update to 0.3.4.7-rc-dev | Nick Mathewson | |
2018-08-24 | Bump to 0.3.4.7-rc | Nick Mathewson | |
2018-08-21 | When enabling NSS, disable OpenSSL. | Nick Mathewson | |
We used to link both libraries at once, but now that I'm working on TLS, there's nothing left to keep OpenSSL around for when NSS is enabled. Note that this patch causes a couple of places that still assumed OpenSSL to be disabled when NSS is enabled - tor-gencert - pbkdf2 | |||
2018-08-15 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-15 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-15 | Merge branch 'maint-0.3.4' | Nick Mathewson | |