- Dec 19, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Some of these helpers will be needed in multiple places in the unit tests, so we should move them now.
-
Nick Mathewson authored
-
Nick Mathewson authored
This commit moves VersioningAuthoritativeDirectory, RecommendedClientVersions, and RecommendedServerVersions.
-
Nick Mathewson authored
-
Nick Mathewson authored
This way, we can't get out of sync between the two declarations.
-
Nick Mathewson authored
-
Nick Mathewson authored
I've chosen the "AuthDirMaxServersPerAddr" option here for simplicity, since it is used literally nowhere else besides the dirauth module. Once we have all the infrastructure in place for this, we can move more options into this structure.
-
Nick Mathewson authored
When a subsystem is disabled, there will be no corresponding object allocated, and no magic numbers on it.
-
Nick Mathewson authored
Like "obsolete" variables, these variables produce a warning when you try to set them, but the warning says that the relevant module doesn't have support. The confdecl macros now have a CONF_CONTEXT that you can define to make all the modules in a given table disabled.
-
Nick Mathewson authored
These modules are only built when the selected modules are disabled. The provide stub implementations of the subsystem blocks. Later, other stub implementations could move here. Having real subsystem blocks here will let us handle disabled configuration options better.
-
teor authored
-
- Dec 18, 2019
-
-
George Kadianakis authored
-
- Dec 17, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
-
David Goulet authored
-
- Dec 16, 2019
-
-
teor authored
-
George Kadianakis authored
-
Mike Perry authored
-
Mike Perry authored
-
Neel Chauhan authored
-
Neel Chauhan authored
-
- Dec 15, 2019
- Dec 13, 2019
-
-
Nick Mathewson authored
-
- Dec 12, 2019
-
-
Taylor Yu authored
Fix some quoting, especially of constructs like "[address:]port", that were proving tricky for Asciidoctor tooling to parse correctly. Also fix formatting of some configuration variable names that contained double underscores. Neither asciidoc nor asciidoctor was rendering some of those correctly. Part of ticket 32708.
-
Taylor Yu authored
Change the section title formatting to use the one-line format. This allows Asciidoctor-based tooling to parse it more easily. Part of ticket 32708.
-