summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-13Make OptimisticData always-on.Nick Mathewson
We've been using it for years, and it seems to work just fine. This patch removes the option and its network parameter. Part of #40139
2020-10-13Make "usecreatefast" always-off.Nick Mathewson
Part of #40139, where I'm removing network parameters that we shouldn't be looking at any longer.
2020-10-07Remove long-obsolete members from the state file.Nick Mathewson
Tor has a feature to preserve unrecognized state file entries in order to maintain forward compatibility. But this feature, along with some unused code that we never actually removed, led to us keeping items that were of no use to the user, other than at worst to preserve ancient information about them. This commit adds a feature to remove obsolete entries when we load the file. Closes ticket 40137.
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/164'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-github/pr/1827/head' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'tor-gitlab/mr/159'David Goulet
2020-10-07Use AC_LANG_SOURCENick Mathewson
2020-10-07Use AC_RUN_IFELSE, not AC_TRY_RUN.Nick Mathewson
2020-10-07Changes file for autoconf improvements in 40138Nick Mathewson
2020-10-07configure.ac: Summarize how many times we warned.Nick Mathewson
It's way too easy to have a warning in the middle of the configure process that the user never notices.
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07hs-v2: Add deprecation warning for serviceDavid 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-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Make HSFETCH take the decoded length into account, not the base32 oneNeel Chauhan
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/77' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-github/pr/1661/head' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/43' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/137' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/103' into maint-0.3.5Nick Mathewson
2020-10-07Merge branch 'maint-0.4.4'Nick Mathewson
2020-10-07Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-10-07Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-10-07Merge branch 'mr_124_squashed' into maint-0.3.5Nick Mathewson
2020-10-07Parallelize 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-07Merge branch 'maint-0.4.4' into masterGeorge Kadianakis