Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | Deprecate the ClientAutoIPv6ORPort option | Neel Chauhan | |
2020-01-13 | Merge branch 'pr_1643_squashed' | Nick Mathewson | |
2020-01-13 | manpage: group some SafeSocks-related options | Taylor Yu | |
Move some SafeSocks-related options near each other. Part of ticket 32846. | |||
2020-01-13 | manpge: reorder some padding-related options | Taylor Yu | |
Move ReducedCircuitPadding and ReducedConnectionPadding immediately after the corresponding non-Reduced options. Part of ticket 32846. | |||
2020-01-13 | manpage: GuardfractionFile is authority-only | Taylor Yu | |
Only directory authorities use the GuardfractionFile option, so move it to that section. Part of ticket 32846. | |||
2020-01-13 | manpage: alphabetize client options | Swati Thacker | |
Alphabetize client options in tor.1.txt. Closes ticket32846. | |||
2020-01-09 | Merge branch 'ticket22029_attempt_squashed' | Nick Mathewson | |
2020-01-09 | Update tor.1 man page for Bug #22029 | Neel Chauhan | |
2020-01-06 | Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_merged | Nick Mathewson | |
2020-01-06 | Merge remote-tracking branch 'tor-github/pr/1615' | Nick Mathewson | |
2020-01-06 | Add documentation about building a TAGS file. | Nick Mathewson | |
Patch from opara. Closes ticket 32779. | |||
2019-12-19 | Mark TestingEstimatedDescriptorPropagationTime as obsolete. | Nick Mathewson | |
We stopped looking at this option in 85cf6dcba3693b, back when we implemented the minimal pieces of prop275. Since then, we've had code to validate and adjust this option, and to give it a different value in testing networks, but the option hasn't actually done anything. We can safely mark it as OBSOLETE, since doing so does not make any old configuration get rejected. Closes ticket 32807. | |||
2019-12-17 | Add NSF support acknowledgment to circpad dev doc. | Mike Perry | |
2019-12-17 | Merge branch 'pr1590_amended_commit' | teor | |
2019-12-17 | manpage: fixes to alphabetize General Options | Taylor Yu | |
2019-12-16 | Add circuit padding developer and quickstart docs. | Mike Perry | |
2019-12-12 | manpage: fix some quoting | Taylor Yu | |
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. | |||
2019-12-12 | manpage: section titles to 1-line | Taylor Yu | |
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. | |||
2019-12-12 | manpage: indent linebreak markup | Taylor Yu | |
Indent the asciidoc markup for lone linebreaks to match the preceding paragraph line, so that Asciidoctor tools can format them correctly. Part of ticket 32708. | |||
2019-12-12 | manpage: minor formatting fixes | Taylor Yu | |
These are unrelated changes done by Swati while doing the alphabetizing. Part of ticket 32708. | |||
2019-12-12 | manpage: alphabetize General Options | Swati Thacker | |
Part of ticket 32708. | |||
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
Merge tor_free() notes with whitespace fixes. | |||
2019-11-25 | CodingStandards: Use consistent spacing | teor | |
* 2 newlines before ====== headers * 1 newline before ------ headers | |||
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
2019-11-25 | CodingStandards: Use the correct changes file format | teor | |
And remove a duplicate description of the format. Obviously correct changes to documentation. | |||
2019-11-21 | Merge branch 'reversible_3' | Nick Mathewson | |
2019-11-21 | hs-v3: Return bad address SOCKS5 extended error | David Goulet | |
If ExtendedErrors is set for the SocksPort, an invalid .onion address now returns the 0xF6 error code per prop304. Closes #30022 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-20 | Make KeyDirectory's GroupReadable behave the same as CacheDirectory's. | Nick Mathewson | |
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha. | |||
2019-11-18 | Merge branch 'tor-github/pr/1423' | George Kadianakis | |
2019-11-18 | doc: Manpage entry for ExtendedErrors of prop304 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-12 | Merge branch 'ticket32467' | Nick Mathewson | |
2019-11-12 | Fold remainder of this-not-that.md into CodingStandards.md | Nick Mathewson | |
2019-11-12 | Merge remote-tracking branch 'tor-github/pr/1367' | Nick Mathewson | |
2019-11-12 | Remove 01e-os-compat: the module docs cover this much better. | Nick Mathewson | |
2019-11-12 | HACKING/design: move 01c-time.md into doxygen. | Nick Mathewson | |
2019-11-12 | Move 01g-strings.md into doxygen. | Nick Mathewson | |
2019-11-12 | 01f-threads.md becomes threading.dox. | Nick Mathewson | |
2019-11-12 | HACKING/design: turn the remaining parts of crypto into a certs doc | Nick Mathewson | |
2019-11-12 | HACKING/design: remove 03-modules as superseded. | Nick Mathewson | |
The src/feature directory documentation now covers this better. | |||
2019-11-12 | Document --dump-config. | Nick Mathewson | |
Closes ticket 32467. | |||
2019-11-11 | Merge branch 'tor-github/pr/1504' | George Kadianakis | |
2019-11-07 | Add the ability to fail when a hardware accelerator is missing. | Nick Mathewson | |
Closes ticket 32406. | |||
2019-11-06 | Remove Makefile from doc/HACKING/design | Nick Mathewson | |
2019-11-06 | Remove 00-overview.md as already subsumed by doxygen | Nick Mathewson | |
2019-11-06 | Turn the "dataflow" document into a doxygen page. | Nick Mathewson | |
2019-11-05 | Doxygen: provide a style sheet | Nick Mathewson | |
This sheet tries to make links to the source code browser less obtrusive. | |||
2019-11-04 | directory-level doxygen for "src/core" | Nick Mathewson | |
2019-11-04 | Move much of 00-overview.md into doxygen. | Nick Mathewson | |
2019-11-04 | Move most of crypto overview into doxygen. | Nick Mathewson | |
2019-11-04 | Move doc/HACKING/design/01b-collections.md into doxygen. | Nick Mathewson | |