summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-01-13manpage: alphabetize client optionsSwati Thacker
Alphabetize client options in tor.1.txt. Closes ticket32846.
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2020-01-06Merge remote-tracking branch 'tor-github/pr/1615'Nick Mathewson
2020-01-06Add documentation about building a TAGS file.Nick Mathewson
Patch from opara. Closes ticket 32779.
2019-12-19Mark 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-17Add NSF support acknowledgment to circpad dev doc.Mike Perry
2019-12-17Merge branch 'pr1590_amended_commit'teor
2019-12-17manpage: fixes to alphabetize General OptionsTaylor Yu
2019-12-16Add circuit padding developer and quickstart docs.Mike Perry
2019-12-12manpage: fix some quotingTaylor 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-12manpage: section titles to 1-lineTaylor 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-12manpage: indent linebreak markupTaylor 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-12manpage: minor formatting fixesTaylor Yu
These are unrelated changes done by Swati while doing the alphabetizing. Part of ticket 32708.
2019-12-12manpage: alphabetize General OptionsSwati Thacker
Part of ticket 32708.
2019-11-25Merge branch 'maint-0.4.2'teor
Merge tor_free() notes with whitespace fixes.
2019-11-25CodingStandards: Use consistent spacingteor
* 2 newlines before ====== headers * 1 newline before ------ headers
2019-11-25Merge branch 'maint-0.4.2'teor
2019-11-25CodingStandards: Use the correct changes file formatteor
And remove a duplicate description of the format. Obviously correct changes to documentation.
2019-11-21Merge branch 'reversible_3'Nick Mathewson
2019-11-21hs-v3: Return bad address SOCKS5 extended errorDavid 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-20Make 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-18Merge branch 'tor-github/pr/1423'George Kadianakis
2019-11-18doc: Manpage entry for ExtendedErrors of prop304David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-11-12Merge branch 'ticket32467'Nick Mathewson
2019-11-12Fold remainder of this-not-that.md into CodingStandards.mdNick Mathewson
2019-11-12Merge remote-tracking branch 'tor-github/pr/1367'Nick Mathewson
2019-11-12Remove 01e-os-compat: the module docs cover this much better.Nick Mathewson
2019-11-12HACKING/design: move 01c-time.md into doxygen.Nick Mathewson
2019-11-12Move 01g-strings.md into doxygen.Nick Mathewson
2019-11-1201f-threads.md becomes threading.dox.Nick Mathewson
2019-11-12HACKING/design: turn the remaining parts of crypto into a certs docNick Mathewson
2019-11-12HACKING/design: remove 03-modules as superseded.Nick Mathewson
The src/feature directory documentation now covers this better.
2019-11-12Document --dump-config.Nick Mathewson
Closes ticket 32467.
2019-11-11Merge branch 'tor-github/pr/1504'George Kadianakis
2019-11-07Add the ability to fail when a hardware accelerator is missing.Nick Mathewson
Closes ticket 32406.
2019-11-06Remove Makefile from doc/HACKING/designNick Mathewson
2019-11-06Remove 00-overview.md as already subsumed by doxygenNick Mathewson
2019-11-06Turn the "dataflow" document into a doxygen page.Nick Mathewson
2019-11-05Doxygen: provide a style sheetNick Mathewson
This sheet tries to make links to the source code browser less obtrusive.
2019-11-04directory-level doxygen for "src/core"Nick Mathewson
2019-11-04Move much of 00-overview.md into doxygen.Nick Mathewson
2019-11-04Move most of crypto overview into doxygen.Nick Mathewson
2019-11-04Move doc/HACKING/design/01b-collections.md into doxygen.Nick Mathewson
2019-11-04Divide 01a-memory.md into doxygen.Nick Mathewson
2019-11-04Remove now-superseded part of doc/HACKING/design.Nick Mathewson
2019-10-31doc: Add defaults for some transport optionsteor
2019-10-29Reformat some options in tor.1.txtTaylor Yu
Reformat command line options in tor.1.txt to display as fixed-width in the HTML version. Based on a patch by Swati Thacker. Part of ticket 32277.
2019-10-29Reword command-options in tor.1.txtTaylor Yu
Reword the COMMAND-LINE OPTIONS section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
2019-10-29Reword DESCRIPTION in tor.1.txtTaylor Yu
Reword the DESCRIPTION section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
2019-10-29Move command-line conf option description earlierTaylor Yu
In tor.1.txt, move the paragraphs at the end of the COMMAND-LINE OPTIONS section earlier. This text describes how the user can specify configuration options on the command line. Also clarify some wording and formatting. Based on a patch by Swati Thacker. Part of ticket 32277.