Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-18 | Update required/recommended protocol versions. | Nick Mathewson | |
Cons=1 is the old format of consensuses, without ed25519 keys. It is no longer required or recommended. Cons=2 is the new format of consensuses, with ed25519 keys. It is now required. (Similarly for Desc=1,2 and Microdesc=1,2) No supported client or relay versions should be affected by this change, since these versions are supported by clients and relays running 0.2.9 and later. It will only take effect once enough authorities vote for it. Closes ticket 40162. | |||
2020-10-18 | Split required/recommended protocol lists into multiple lines | Nick Mathewson | |
This should make diffs easier to read. | |||
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-github/pr/1827/head' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | hs-v2: Add deprecation warning for service | David Goulet | |
If at least one service is configured as a version 2, a log warning is emitted once and only once. Closes #40003 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Make HSFETCH take the decoded length into account, not the base32 one | Neel Chauhan | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/77' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-github/pr/1661/head' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/43' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/137' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/103' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-10-07 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-10-07 | Merge branch 'mr_124_squashed' into maint-0.3.5 | Nick Mathewson | |
2020-10-07 | Parallelize src/test/test into chunks. | Nick Mathewson | |
First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test in our "make check" target with a set of 8 scripts that invoke the first 8th of the tests, the second 8th, and so on. This change makes our "make -kj4 check" target in our hardened gitlab build more than twice as fast, since src/test/test was taking the longest to finish. Closes 40098. | |||
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/154' into maint-0.4.4 | George Kadianakis | |
2020-10-07 | Merge remote-tracking branch 'tor-gitlab/mr/163' into maint-0.4.4 | George Kadianakis | |
2020-09-28 | Merge branch 'bug40133_035' into bug40133_043 | Nick Mathewson | |
2020-09-28 | Merge branch 'maint-0.3.5' into bug40133_035 | Nick Mathewson | |
2020-09-22 | Merge branch 'maint-0.3.5' into maint-0.4.3 | David Goulet | |
2020-09-22 | Merge branch 'maint-0.4.3' into maint-0.4.4 | David Goulet | |
2020-09-22 | srv: Remove spammy debug log | David Goulet | |
Fixes #40135 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-09-22 | Fix warnings when using two unusual options together. | Nick Mathewson | |
The option `--enable-all-bugs-are-fatal` when used with `--disable-module-relay` caused GCC to warn about functions that it thought should be labeled noreturn. I've tried a couple of approaches, but disabling the warning on these functions seems to be the best approach. Fixed #40129; bugfix on 0.4.4.1-alpha. | |||
2020-09-21 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-09-21 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-09-21 | gitlab-ci: Use test-network-all for debian-integration | Nick Mathewson | |
2020-09-21 | gitlab-ci: add an NSS check. | Nick Mathewson | |
2020-09-21 | gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds. | Nick Mathewson | |
2020-09-21 | gitlab-ci: Add disable-module builds. | Nick Mathewson | |
2020-09-21 | Add a few more options for the CI script. | Nick Mathewson | |
These are: --disable-module-relay --disable-module-dirauth --enable-all-bugs-are-fatal --enable-nss | |||
2020-09-18 | Merge branch 'maint-0.3.5' into maint-0.4.3 | Nick Mathewson | |
2020-09-18 | Merge branch 'maint-0.4.3' into maint-0.4.4 | Nick Mathewson | |
2020-09-18 | Make debian-trace job conditional on src/lib/trace/trace_sys.c | Nick Mathewson | |