Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Add documentation about %include and seccomp sandbox limitations | Daniel Pinto | |
2020-04-08 | fix typos from #32542 | Roger Dingledine | |
2020-04-08 | man: Update tor.1 ExtendedErrors section with latest | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-04-07 | Merge branch 'pr1838_squashed' | teor | |
2020-04-05 | Merge branch 'maint-0.4.3' | teor | |
2020-04-05 | doc: Fix another man page typo | teor | |
The default value of the option is "auto", not "default". | |||
2020-04-05 | Merge branch 'maint-0.4.3' | teor | |
2020-04-05 | doc: Fix a typo in the man page | teor | |
"proceeding" means starting an action. "preceding" means the thing before this thing. In this context, it's a bit ambiguous. | |||
2020-04-03 | doc: Also stop running practracker in hooks | teor | |
When making a new maint branch, stop running practracker in hooks. | |||
2020-04-03 | doc: Minor restructure for Release Lifecycle | teor | |
* make end and beginning of life into second-level sections * write an intro for beginning * tweak intro for end | |||
2020-04-03 | Re-apply: doc: Replace "underline" with "## Section name". | teor | |
Re-applying changes after merge. | |||
2020-04-03 | Merge remote-tracking branch 'tor-github/pr/1739' | teor | |
Ignored conflicting style changes: they will be re-applied in the next commit. | |||
2020-04-03 | Merge branch 'maint-0.4.3' | teor | |
2020-04-03 | doc: Rewrite the approved-routers man page entry | teor | |
Obviously correct documentation changes. | |||
2020-03-26 | Document the --dbg- prefix in tor.1 | Nick Mathewson | |
2020-03-26 | doc: Remove TODO secion in README.1st.md | Bartosz Duszel | |
It seems like this section is not valid anymore. Most of this topics are already explained in different files. | |||
2020-03-26 | doc: Replace "underline" with "## Section name". | Bartosz Duszel | |
This approach doesn't require variable-length underlines. | |||
2020-03-26 | doc: Remove first, empty line in the file. | Bartosz Duszel | |
2020-03-26 | doc: Updates paths to the top of the source tree. | Bartosz Duszel | |
Example: .../doc/HACKING is now doc/HACKING | |||
2020-03-23 | Edits requested by teor | Nick Mathewson | |
2020-03-22 | Update README files with common style. | Bartosz Duszel | |
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated. | |||
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | doc: Fix a manual page typo | teor | |
And consistently talk about extra-info document publishing. Obviously correct documentation changes. | |||
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | doc: Fix a man page typo | teor | |
Obviously correct changes to already-reviewed code. | |||
2020-03-10 | Merge branch 'maint-0.4.3' | David Goulet | |
2020-03-10 | Tweak double-underscore | rl1987 | |
2020-03-10 | Document __OwningControllerProcess torrc option and mention polling interval | rl1987 | |
2020-03-09 | Merge branch 'tor-github/pr/1751' | David Goulet | |
2020-03-09 | Remove the ClientAutoIPv6ORPort option | Neel Chauhan | |
2020-03-05 | Refrain from mentioning nicknames in manpage section for MyFamily. | rl1987 | |
Also, fix a typo. | |||
2020-02-24 | Tweak a couple of URLs in gettingstarted.md | Nick Mathewson | |
2020-02-24 | Merge remote-tracking branch 'tor-github/pr/1761/head' | Nick Mathewson | |
2020-02-24 | Merge remote-tracking branch 'tor-github/pr/1685/head' | Nick Mathewson | |
2020-02-24 | Final touches to #32709 based on Nick's feedback. | George Kadianakis | |
- Fix a bug and add unittest. - Add changes file. - Add man page entry. | |||
2020-02-20 | manpage: fix up toc attribute | Taylor Yu | |
2020-02-20 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-02-20 | Merge remote-tracking branch 'tor-github/pr/1719/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-20 | #33369:Added TOC and hyperlinks for cross-refs | swati | |
2020-02-19 | fix typo from 7920fc35 | Roger Dingledine | |
2020-02-19 | Merge remote-tracking branch 'tor-github/pr/1755/head' | Nick Mathewson | |
2020-02-18 | manpage: Add a missing out-of-order comment | Taylor Yu | |
2020-02-17 | Revised and incorportaed comments from #33275 | swati | |
2020-02-14 | Rename EndOfLifeTor to ReleaseSeriesLifecycle; expand it. | Nick Mathewson | |
Closes ticket 30917. | |||
2020-02-14 | Update tor.1.txt | swati | |
2020-02-12 | Merge remote-tracking branch 'tor-github/pr/1728/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-12 | Moved [[RephistTrackTime]] to General Options. | swati | |
2020-02-12 | Addressed minor changes suggested in the ticket | swati | |
2020-02-11 | Merge branch 'ticket33029_042_01' into ticket33029_043_03 | David Goulet | |
Conflicts: doc/tor.1.txt src/app/config/config.c src/app/config/or_options_st.h src/core/mainloop/connection.h Between 042 and 043, the dirauth options were modularized so this merge commit address this by moving the AuthDirRejectUncompressedRequests to the module along with a series of accessors. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-11 | dirauth: Add option AuthDirRejectRequestsUnderLoad | David Goulet | |
This controls the previous feature added that makes dirauth send back a 503 error code on non relay connections if under bandwidth pressure. Signed-off-by: David Goulet <dgoulet@torproject.org> |