Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-10-14 | Rewrite "common" overview into a "lib" overview. | Nick Mathewson | |
2019-10-14 | Rename common-utils to lib-overview. | Nick Mathewson | |
2019-10-14 | 00-overview.md: Revise to describe intended document structure | Nick Mathewson | |
2019-10-08 | Merge branch 'tor-github/pr/1381' | David Goulet | |
2019-10-07 | fix typo in how-to-review guidelinestor-0.4.2.2-alpha | Roger Dingledine | |
2019-10-01 | Improve v3 client auth documentation in the man page. | George Kadianakis | |
2019-09-30 | Fix the documentation for GuardLifetime. | Nick Mathewson | |
2019-09-30 | Merge branch 'tor-github/pr/1366' | George Kadianakis | |
2019-09-24 | Copy architectural documentation from tor-guts.git repository | Nick Mathewson | |
I started this repository a while ago to work on documentation for Tor's internals. It needs substantial revision, but first, let's get it copied into Tor's repository. These files are copied, "warts and all", from the tor-guts.git repo, commit de1e34259178b09861c0dea319c760fa80d0099a. Part of 31819. | |||
2019-09-24 | doc: Document the signal-safe log behaviour in the tor man page | teor | |
Part of 31389. | |||
2019-08-26 | man: Entry for the HS intro DoS defenses | David Goulet | |
This also adds a "subsection" to the HIDDEN SERVICE OPTIONS section to seperate per-service and per-instance options. It is a bit less messy this way. The HS DoS options are added to the per-service section. Part of #30924 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-08-24 | Merge remote-tracking branch 'tor-github/pr/1247' | Nick Mathewson | |
2019-08-21 | doc(hacking): update = to # on sections | Antoine Veuiller | |
2019-08-21 | doc(hacking): enhance markdown style | Antoine Veuiller | |
2019-08-15 | Fix typos in HiddenServiceExportCircuitID | teor | |
Closes bug 31418. | |||
2019-08-12 | Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5 | teor | |
2019-08-12 | Merge remote-tracking branch 'tor-github/pr/741' into maint-0.3.5 | teor | |
2019-07-10 | Make tor-print-ed-signing-cert output RFC1123 and unix timestamps as well | rl1987 | |
2019-07-02 | Merge remote-tracking branch 'dgoulet/ticket31008_035_01' | George Kadianakis | |
2019-06-27 | man: Fix -help typo to --help | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-27 | Merge branch 'tor-github/pr/1129' | David Goulet | |
2019-06-27 | doc: update the man page entries for DirAuthority and FallbackDir | teor | |
Improve the documentation for the DirAuthority and FallbackDir torrc options. Closes ticket 30955. | |||
2019-06-24 | Merge branch 'bug30956_041' into bug30956_master | teor | |
2019-06-24 | stats: Always publish pluggable transports in extra info documents | teor | |
Always publish bridge pluggable transport information in the extra info descriptor, even if ExtraInfoStatistics is 0. This information is needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha. | |||
2019-06-16 | Allow excluding documentation from the build | rl1987 | |
2019-06-12 | Merge branch 'tor-github/pr/1102' | George Kadianakis | |