Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-04 | Divide 01a-memory.md into doxygen. | Nick Mathewson | |
2019-11-04 | Remove now-superseded part of doc/HACKING/design. | Nick Mathewson | |
2019-10-31 | doc: Add defaults for some transport options | teor | |
2019-10-29 | Reformat some options in tor.1.txt | Taylor 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-29 | Reword command-options in tor.1.txt | Taylor Yu | |
Reword the COMMAND-LINE OPTIONS section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277. | |||
2019-10-29 | Reword DESCRIPTION in tor.1.txt | Taylor Yu | |
Reword the DESCRIPTION section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277. | |||
2019-10-29 | Move command-line conf option description earlier | Taylor 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-24 | A little more text in the SEE ALSO section. | Nick Mathewson | |
2019-10-24 | Merge remote-tracking branch 'tor-github/pr/1437' | Nick Mathewson | |
2019-10-23 | Merge branch 'maint-0.4.2' | teor | |
2019-10-23 | Remove outdated note. | Philipp Winter | |
BridgeDB supports bridge-distribution lines since version 0.5.0: <https://bugs.torproject.org/23957> | |||
2019-10-23 | clarify in man page: we count by powers of two | Roger 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-21 | Reword back matter of tor.1.txt | Taylor Yu | |
Reword the SEE ALSO and BUGS sections of tor.1.txt. Based on a patch by Swati Thacker. Part of #32176. | |||
2019-10-21 | Reformat some file names in tor.1.txt | Taylor 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-21 | Reword FILES section of tor.1.txt | Taylor Yu | |
Reword the FILES section of tor.1.txt. Based on a patch by Swati Thacker. Part of #32176. | |||
2019-10-21 | Remove redundant FILES entry in tor.1.txt | Taylor Yu | |
There was a redundant entry for approved-routers in the FILES section of tor.1.txt. Part of #32176. | |||
2019-10-20 | doc/HACKING: Update Module.md for the relay module | teor | |
Also fix some typos, and delete some obsolete instructions. Part of 32123. | |||
2019-10-16 | never say XB, always XBytes | Roger Dingledine | |
fix three more instances in the man page that we forgot to fix in earlier attempts | |||
2019-10-14 | doc/HACKING/design: address comments from ahf | Nick Mathewson | |
2019-10-14 | Edit 01b-collections.md a bit for md and missing content | Nick Mathewson | |
2019-10-14 | Edit 01a-memory.md | Nick Mathewson | |