Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-16 | changelog: Run format_changelog.pytor-0.4.6.7 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | changelog: Update with security fix stanza | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-16 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-16 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-16 | Always teardown capture of logs in CAPTURE(). | Alexander Færøy | |
This will hopefully solve an issue where our gmtime related tests are failing on 32-bit builds. | |||
2021-08-16 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-16 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-16 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-16 | Use debian:buster instead of debian:stable for now. | Alexander Færøy | |
2021-08-16 | Merge branch 'maint-0.4.6' into release-0.4.6 | Nick Mathewson | |
2021-08-16 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Nick Mathewson | |
2021-08-16 | Disable message checking for some 32-bit tests about timegm failure. | Nick Mathewson | |
Since we merged 40383, we don't expect these to give the same warning on every platform. | |||
2021-08-16 | Use the correct release date. | Nick Mathewson | |
2021-08-16 | Merge branch 'maint-0.4.6' into release-0.4.6 | Nick Mathewson | |
2021-08-16 | Make the version 0.4.6.7, not 0.4.6.7-dev. | Nick Mathewson | |
2021-08-16 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Nick Mathewson | |
"ours" to avoid version bump | |||
2021-08-16 | Make the version 0.4.5.10, not 0.4.5.10-dev. | Nick Mathewson | |
2021-08-16 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Nick Mathewson | |
"ours" to avoid version bump | |||
2021-08-16 | Make the version 0.3.6.16, not 0.3.6.16-dev. | Nick Mathewson | |
2021-08-13 | Merge branch 'maint-0.4.6' into release-0.4.6 | David Goulet | |
2021-08-13 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-08-13 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
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-08-13 | Changelog for 0.4.6.7 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-12 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-08-12 | Merge branch 'maint-0.4.6' into release-0.4.6 | David Goulet | |
2021-08-12 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-08-12 | Update GeoIP files to match IPFire location DB as per 2021/08/12. | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-11 | Merge remote-tracking branch 'tor-gitlab/mr/417' into maint-0.3.5 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-11 | Disable ed25519-donna's batch verification. | George Kadianakis | |
Fixes bug 40078. As reported by hdevalence our batch verification logic can cause an assert crash. The assert happens because when the batch verification of ed25519-donna fails, the code in `ed25519_checksig_batch()` falls back to doing a single verification for each signature. The crash occurs because batch verification failed, but then all signatures individually verified just fine. That's because batch verification and single verification use a different equation which means that there are sigs that can pass single verification but fail batch verification. Fixing this would require modding ed25519-donna which is not in scope for this ticket, and will be soon deprecated in favor of arti and ed25519-dalek, so my branch instead removes batch verification. | |||
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | fallbackdir: Regenerate list | David Goulet | |
New list for all stable releases. Closes #40447 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-11 | relay: Reduce streaming compression ratio from HIGH to LOW | David Goulet | |
Fixes #40301 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | relay: Reduce streaming compression ratio from HIGH to LOW | David Goulet | |
Fixes #40301 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-07-07 | Merge branch 'maint-0.4.6' into release-0.4.6 | George Kadianakis | |
2021-07-07 | Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'maint-0.4.6' into release-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'maint-0.4.5' into maint-0.4.6 | George Kadianakis | |