Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-05 | Reverse the direction of the test for openssl 3.0.0 | Nick Mathewson | |
Previously the logic was reversed, and always gave the wrong answer. This has no other effect than to change whether we suppress deprecated API warnings. Fixes #40429; bugfix on 0.3.5.13. | |||
2021-11-05 | Prefer use of __MINGW_PRINTF/SCANF_FORMAT if available. | Nick Mathewson | |
Mingw headers sometimes like to define alternative scanf/printf format attributes depending on whether they're using clang, UCRT, MINGW_ANSI_STDIO, or the microsoft version of printf/scanf. This change attempts to use the right one on the given platform. This is an attempt to fix part of #40355. | |||
2021-10-28 | version: Missing version update in couple files | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | version: Missing version update in couple files | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | version: Missing version update in couple files | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.7.2-alpha-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.6.8-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.5.11-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.3.5.17-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.7.2-alphator-0.4.7.2-alpha | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.6.8 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.4.5.11 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.3.5.17 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-09-28 | configure.ac: Define ENABLE_COVERAGE macro | Simon South | |
Allow conditional compilation based on whether the "--enable-coverage" configure option was specified. | |||
2021-09-27 | configure.ac: Define ENABLE_FRAGILE_HARDENING macro | Simon South | |
Allow conditional compilation based on whether the "--enable-fragile-hardening" configure option was specified. | |||
2021-09-17 | Bump version to 0.4.7.1-alpha | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | Bump version to -dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | Bump version to -dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | Bump version to -dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | Make the version 0.4.6.7, not 0.4.6.7-dev. | Nick Mathewson | |
2021-08-16 | Make the version 0.4.5.10, not 0.4.5.10-dev. | Nick Mathewson | |
2021-08-16 | Make the version 0.3.6.16, not 0.3.6.16-dev. | Nick Mathewson | |
2021-08-13 | Update version to 0.3.5.16 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-13 | Update version to 0.4.5.10 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-13 | Update version to 0.4.6.7 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-07-06 | Merge branch 'maint-0.4.6' | George Kadianakis | |
2021-07-06 | Merge branch 'maint-0.4.5' into maint-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'mr/395' into maint-0.4.5 | George Kadianakis | |
2021-07-06 | Use native timegm when available. | Nick Mathewson | |
Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to make sure that gmtime<->timegm are a round-trip on now-ish times. This is a fix for bug #40383, wherein we ran into trouble because tor_timegm() does not believe that time_t should include a count of leap seconds, but FreeBSD's gmtime believes that it should. This disagreement meant that for a certain amount of time each day, instead of calculating the most recent midnight, our voting-schedule functions would calculate the second-most-recent midnight, and lead to an assertion failure. I am calling this a bugfix on 0.2.0.3-alpha when we first started calculating our voting schedule in this way. | |||
2021-06-30 | Bump to 0.4.6.6-dev | Nick Mathewson | |
2021-06-30 | Update version to 0.4.6.6. | Nick Mathewson | |
2021-06-14 | Bump to 0.4.6.5-dev | Nick Mathewson | |
2021-06-14 | Bump to 0.4.5.9-dev | Nick Mathewson | |
2021-06-14 | Bump to 0.3.5.15-dev | Nick Mathewson | |
2021-06-07 | Bump to 0.4.6.5 | Nick Mathewson | |
2021-06-07 | Bump to 0.4.5.9. | Nick Mathewson | |
2021-06-07 | Bump to 0.3.5.15. | Nick Mathewson | |
2021-05-28 | Bump to 0.4.6.4-rc-dev | Nick Mathewson | |
2021-05-28 | Bump to 0.4.6.4-rc. | Nick Mathewson | |
2021-05-10 | Bump to 0.4.6.3-rc-dev | Nick Mathewson | |
2021-05-10 | Update to 0.4.5.8-dev | Nick Mathewson | |
2021-05-07 | Bump to 0.4.6.3-rc | Nick Mathewson | |
2021-05-07 | Bump to 0.4.5.8. | Nick Mathewson | |
2021-04-19 | Merge branch 'maint-0.4.5' into maint-0.4.6 | George Kadianakis | |
2021-04-19 | Merge branch 'maint-0.4.6' | George Kadianakis | |
2021-04-19 | Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 | George Kadianakis | |
2021-04-15 | Bump to 0.4.7.0-alpha-devtor-0.4.7.0-alpha-dev | Nick Mathewson | |
2021-04-15 | Bump to 0.4.6.2-alpha-dev | Nick Mathewson | |
2021-04-14 | Bump version to 0.4.6.2-alpha. | Nick Mathewson | |