Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | Bump to 0.3.6.0-alpha-dev. | Nick Mathewson | |
2018-10-17 | Bump to 0.3.5.3-alpha | Nick Mathewson | |
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-07 | Merge branch 'maint-0.3.4' | 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.2' into maint-0.3.3 | 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 | |
2018-08-15 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-15 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-08 | Merge branch 'bug26779_033' into bug26779_035 | Nick Mathewson | |
2018-08-08 | Detect broken stdatomic.h, and pretend that it isn't there at all | Nick Mathewson | |
I hope that the debian clang maintainers will look at debian bug 903709 soon. But until they do, this should keep our users and our CI happy on sid with clang. Closes ticket 26779. | |||
2018-08-08 | Don't search for -lpthread on Windows | Nick Mathewson | |
If we're building for Windows, we want to use windows threads no matter what, and we don't want to link a pthread library even if it is present. Fixes bug 27081; bugfix on 1790dc67607799a in 0.1.0.1-rc. | |||
2018-08-07 | Update version to 0.3.4.6-rc-dev | Nick Mathewson | |
2018-08-06 | Bump to 0.3.4.6-rc | Nick Mathewson | |
2018-08-04 | Update AC_WARN->AC_MSG_WARN. #23878. | Nick Mathewson | |
2018-08-03 | Mark openbsd-malloc as deprecated | Nick Mathewson | |
2018-08-03 | Merge branch 'with_malloc_squashed' | Nick Mathewson | |
2018-08-03 | Add a --with-malloc option. | Nick Mathewson | |
Based on a patch from Hello71 on ticket 20424. This patch additionally fixes openbsd-malloc support, switches our tcmalloc support to use pkgconfig, and tells the compiler to omit system malloc implementations as appropriate. squash! Add a --with-malloc option. Edit changelog file to fix a typo and credit Alex Xu in preferred format. | |||
2018-08-03 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-31 | Merge branch 'nss_dh_squashed' into nss_dh_squashed_merged | Nick Mathewson | |
2018-07-31 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-31 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-31 | Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-26 | Don't disable an unsupported compiler warning | Taylor Yu | |
Conditionalize the pragma that temporarily disables -Wunused-const-variable. Some versions of gcc don't support it. We need to do this because of an apparent bug in some libzstd headers. Fixes bug 26785; bugfix on 0.3.2.11. | |||
2018-07-20 | Ignore mach_approximate_time when targeting macOS 10.9 and earlier | teor | |
Work around two different bugs in the OS X 10.10 and later SDKs that would prevent us from successfully targeting earlier versions of OS X. Fixes bug 26876; bugfix on 0.3.3.1-alpha. | |||
2018-07-11 | Add a configure switch to build with NSS. | Nick Mathewson | |
When it is set, include the NSS headers and libraries as appropriate. Doesn't actually use them yet, though. | |||
2018-07-11 | Only use OpenSSL kdf support if it is present. | Nick Mathewson | |
We have to check for ERR_load_KDF_strings() here, since that's the only one that's actually a function rather than a macro. Fixes compilation with LibreSSL. Fixes bug 26712; bug not in any released Tor. | |||
2018-07-11 | When setting a nonstandard malloc, disable the system malloc. | Nick Mathewson | |
Closes ticket 20424. |