Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-05-06 | Merge branch 'bug34078_prelim_035' into bug34078_prelim_041 | Nick Mathewson | |
2020-05-06 | Add a fallthrough macro. | Nick Mathewson | |
This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments, but clang very sensibly doesn't accept those. Since not all compiler recognize it, we only define it when our configure script detects that it works. Part of a fix for 34078. | |||
2020-03-18 | Bump version to 0.4.2.7-dev | Nick Mathewson | |
2020-03-18 | Bump version to 0.4.1.9-dev | Nick Mathewson | |
2020-03-18 | Bump version to 0.3.5.10-dev | Nick Mathewson | |
2020-03-13 | Bump to 0.3.5.10 | Nick Mathewson | |
2020-03-13 | Bump to 0.4.1.9 | Nick Mathewson | |
2020-03-13 | Bump to 0.4.2.7. | Nick Mathewson | |
2020-01-30 | bump to 0.4.2.6-dev | Nick Mathewson | |
2020-01-30 | Bump to 0.4.1.8-dev | Nick Mathewson | |
2020-01-29 | Bump version to 0.4.2.6 | Nick Mathewson | |
2020-01-29 | bump to 0.4.1.8 | Nick Mathewson | |
2019-12-09 | bump to 0.4.2.5-dev | Nick Mathewson | |
2019-12-09 | bump to 0.4.1.7-dev | Nick Mathewson | |
2019-12-09 | bump to 0.3.5.9-dev | Nick Mathewson | |
2019-12-05 | Bump to 0.4.2.5 | Nick Mathewson | |
2019-12-05 | bump version to 0.4.1.7 | Nick Mathewson | |
2019-12-05 | Bump version to 0.3.5.9 | Nick Mathewson | |
2019-11-15 | bump version to 0.4.2.4-rc-dev | Nick Mathewson | |
2019-11-12 | Bump version to 0.4.2.4-rc. | Nick Mathewson | |
2019-11-05 | configure: Remove a check that will always fail | teor | |
And update the changes file to be more specific. Part of 32191. | |||
2019-11-05 | force pkg-config to only use --prefix when cross-compiling | Hans-Christoph Steiner | |
The current pkg-config setup has no sense of whether it is cross-compiling, so it will detect things on the build system that are not present or are wrong for the host system. This forces the cross-compiling build to only look for pkg-config .pc files in --prefix. A version of this has been the setup for many years with the Android builds. Fixes #32191 Signed-off-by: Hans-Christoph Steiner <hans@eds.org> | |||
2019-10-24 | bump to 0.4.2.3-alpha-dev | Nick Mathewson | |
2019-10-23 | Bump to 0.4.2.3-alpha | Nick Mathewson | |
2019-10-18 | configure: Stop failing when jemalloc is requested, but tcmalloc is not found | teor | |
Fixes bug 32124; bugfix on 0.3.5.1-alpha. | |||
2019-10-18 | configure: Interpret --with-tcmalloc=no correctly | teor | |
Fixes bug 32124; bugfix on 0.2.0.20-rc. | |||
2019-10-18 | configure: Interpret --disable-module-dirauth=no correctly | teor | |
Fixes bug 32134; bugfix on 0.3.4.1-alpha. | |||
2019-10-18 | configure: Clarify the description of --disable-module-dirauth | teor | |
Part of 32123. | |||
2019-10-07 | Merge remote-tracking branch 'tor-github/pr/1390' | Nick Mathewson | |
2019-10-07 | bump to 0.4.2.2-alpha-dev | Nick Mathewson | |
2019-10-03 | bump to 0.4.2.2-alpha | Nick Mathewson | |
2019-10-03 | configure: List the env vars needed if pkg-config doesn't work | teor | |
Part of 31922. | |||
2019-10-03 | configure: Fix a typo in the systemd version message | teor | |
2019-10-03 | configure: Give a more useful message when pkg-config fails | teor | |
When pkg-config is not installed, or a library that depends on pkg-config is not found, tell the user what to do to fix the problem. Fixes bug 31922; bugfix on 0.3.1.1-alpha. | |||
2019-09-24 | configure: Explain --disable-module-dirauth better | teor | |
Explain what the optional Directory Authority module is, and what happens when it is disabled. Fixes bug 31825; bugfix on 0.3.4.1-alpha. | |||
2019-09-19 | bump to 0.4.1.6-dev | Nick Mathewson | |
2019-09-17 | Bump version to 0.4.1.6 | Nick Mathewson | |
2019-09-17 | bump to 0.4.2.1-alpha-dev | Nick Mathewson | |
2019-09-16 | bump version to 0.4.2.1-alpha | Nick Mathewson | |
2019-08-20 | bump to 0.4.1.5-dev | Nick Mathewson | |
2019-08-20 | Rust: Update version requirements and CI | Sebastian Hahn | |
The #[global_allocator] attribute is not available in versions prior to 1.28.0, the default-linker-libraries feature requires rust 1.31.0. Adapt the CI to prevent accidental increases in Rust version by testing against 1.31.0, beta and nightly. | |||
2019-08-19 | Update version to 0.4.1.5 | Nick Mathewson | |
2019-07-25 | bump to 0.4.1.4-rc-dev | Nick Mathewson | |
2019-07-25 | Bump version to 0.4.1.4-rc | Nick Mathewson | |
2019-06-25 | bump to 0.4.1.3-alpha-dev | Nick Mathewson | |
2019-06-24 | bump to 0.4.1.3-alpha | Nick Mathewson | |
2019-06-16 | Allow excluding documentation from the build | rl1987 | |
2019-06-11 | Merge branch 'tor-github/pr/1060' | George Kadianakis | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1038' | Nick Mathewson | |