summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2019-10-24A little more text in the SEE ALSO section.Nick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1437'Nick Mathewson
2019-10-23Merge branch 'maint-0.4.2'teor
2019-10-23Remove outdated note.Philipp Winter
BridgeDB supports bridge-distribution lines since version 0.5.0: <https://bugs.torproject.org/23957>
2019-10-23clarify in man page: we count by powers of twoRoger Dingledine
Make clear in the man page, in both the bandwidth section and the accountingmax section, that Tor counts in powers of two, not powers of ten: 1 GByte is 1024*1024*1024 bytes, not one billion bytes. Resolves ticket 32106.
2019-10-21Reword back matter of tor.1.txtTaylor Yu
Reword the SEE ALSO and BUGS sections of tor.1.txt. Based on a patch by Swati Thacker. Part of #32176.
2019-10-21Reformat some file names in tor.1.txtTaylor Yu
Reformat file name headings in the FILES section of tor.1.txt to display as fixed-width in the HTML version. Based on a patch by Swati Thacker. Part of #32176.
2019-10-21Reword FILES section of tor.1.txtTaylor Yu
Reword the FILES section of tor.1.txt. Based on a patch by Swati Thacker. Part of #32176.
2019-10-21Remove redundant FILES entry in tor.1.txtTaylor Yu
There was a redundant entry for approved-routers in the FILES section of tor.1.txt. Part of #32176.
2019-10-20doc/HACKING: Update Module.md for the relay moduleteor
Also fix some typos, and delete some obsolete instructions. Part of 32123.
2019-10-16never say XB, always XBytesRoger Dingledine
fix three more instances in the man page that we forgot to fix in earlier attempts
2019-10-14doc/HACKING/design: address comments from ahfNick Mathewson
2019-10-14Edit 01b-collections.md a bit for md and missing contentNick Mathewson
2019-10-14Edit 01a-memory.mdNick Mathewson