summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-07-07Revert "config: Make clients tell dual-stack exits they prefer IPv6"David Goulet
This reverts commit bf2a399fc0d90df76e091fa3259f7c1b8fb87781. Don't set by default the prefer IPv6 feature on client ports because it breaks the torsocks use case. The SOCKS resolve command is lacking a mechanism to ask for a specific address family (v4 or v6) thus prioritizing IPv6 when an IPv4 address is asked on the resolve SOCKS interface resulting in a failure. Tor Browser explicitly set PreferIPv6 so this should not affect the majority of our users. Closes #33796 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-06-04doc: specify C99 coding standardsc
Make clear that Tor's C code targets C99 standards. This makes it more explicit what to expect for new code, because guessing from existing code is not always reliable, especially for code that predates the change in standard.
2020-06-01Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-23Man page: MinUptimeHidServDirectoryV2 defaults to 96 hoursRoger Dingledine
Bugfix on 0.2.6.3-alpha; fixes bug 34299.
2020-05-21Merge branch 'tor-github/pr/1850'George Kadianakis
2020-05-08Add documentation about %include and seccomp sandbox limitationsDaniel Pinto
2020-04-09client: Revert setting PreferIPv6 on by defaultDavid Goulet
This change broke torsocks that by default is expecting an IPv4 for hostname resolution because it can't ask tor for a specific IP version with the SOCKS5 extension. PreferIPv6 made it that sometimes the IPv6 could be returned to torsocks that was expecting an IPv4. Torsocks is probably a very unique case because the runtime flow is that it hijacks DNS resolution (ex: getaddrinfo()), gets an IP and then sends it back for the connect() to happen. The libc has DNS resolution functions that allows the caller to request a specific INET family but torsocks can't tell tor to resolve the hostname only to an IPv4 or IPv6 and thus by default fallsback to IPv4. Reverting this change into 0.4.3.x series but we'll keep it in the 0.4.4.x series in the hope that we add this SOCKS5 extension to tor for DNS resolution and then change torsocks to use that. Fixes #33804 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-04-08fix typos from #32542Roger Dingledine
2020-04-08man: Update tor.1 ExtendedErrors section with latestDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-04-07Merge branch 'pr1838_squashed'teor
2020-04-05Merge branch 'maint-0.4.3'teor
2020-04-05doc: Fix another man page typoteor
The default value of the option is "auto", not "default".
2020-04-05Merge branch 'maint-0.4.3'teor
2020-04-05doc: Fix a typo in the man pageteor
"proceeding" means starting an action. "preceding" means the thing before this thing. In this context, it's a bit ambiguous.
2020-04-03doc: Also stop running practracker in hooksteor
When making a new maint branch, stop running practracker in hooks.
2020-04-03doc: Minor restructure for Release Lifecycleteor
* make end and beginning of life into second-level sections * write an intro for beginning * tweak intro for end
2020-04-03Re-apply: doc: Replace "underline" with "## Section name".teor
Re-applying changes after merge.
2020-04-03Merge remote-tracking branch 'tor-github/pr/1739'teor
Ignored conflicting style changes: they will be re-applied in the next commit.
2020-04-03Merge branch 'maint-0.4.3'teor
2020-04-03doc: Rewrite the approved-routers man page entryteor
Obviously correct documentation changes.
2020-04-01Updated the TestingTorNetwork man page optionsSteven Engler
Updated 'doc/tor.1.txt' to match 'src/app/config/testnet.inc'.
2020-03-26Document the --dbg- prefix in tor.1Nick Mathewson
2020-03-26doc: Remove TODO secion in README.1st.mdBartosz Duszel
It seems like this section is not valid anymore. Most of this topics are already explained in different files.
2020-03-26doc: Replace "underline" with "## Section name".Bartosz Duszel
This approach doesn't require variable-length underlines.
2020-03-26doc: Remove first, empty line in the file.Bartosz Duszel
2020-03-26doc: Updates paths to the top of the source tree.Bartosz Duszel
Example: .../doc/HACKING is now doc/HACKING
2020-03-23Edits requested by teorNick Mathewson
2020-03-22Update 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-19Merge branch 'maint-0.4.3'teor
2020-03-19doc: Fix a manual page typoteor
And consistently talk about extra-info document publishing. Obviously correct documentation changes.
2020-03-19Merge branch 'maint-0.4.3'teor
2020-03-19doc: Fix a man page typoteor
Obviously correct changes to already-reviewed code.
2020-03-10Merge branch 'maint-0.4.3'David Goulet
2020-03-10Tweak double-underscorerl1987
2020-03-10Document __OwningControllerProcess torrc option and mention polling intervalrl1987
2020-03-09Merge branch 'tor-github/pr/1751'David Goulet
2020-03-09Remove the ClientAutoIPv6ORPort optionNeel Chauhan
2020-03-05Refrain from mentioning nicknames in manpage section for MyFamily.rl1987
Also, fix a typo.
2020-02-24Tweak a couple of URLs in gettingstarted.mdNick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1761/head'Nick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1685/head'Nick Mathewson
2020-02-24Final 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-20manpage: fix up toc attributeTaylor Yu
2020-02-20Merge branch 'maint-0.4.3'Nick Mathewson
2020-02-20Merge remote-tracking branch 'tor-github/pr/1719/head' into maint-0.4.3Nick Mathewson
2020-02-20#33369:Added TOC and hyperlinks for cross-refsswati
2020-02-19fix typo from 7920fc35Roger Dingledine
2020-02-19Merge remote-tracking branch 'tor-github/pr/1755/head'Nick Mathewson
2020-02-18manpage: Add a missing out-of-order commentTaylor Yu