aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-09-25Fix reference to socks-extensions.txt in tor-resolve manpagerl1987
2018-09-24Merge branch 'pr_339_squashed'Nick Mathewson
2018-09-24Mention that we require Python 2.7 or newerrl1987
2018-09-24Merge branch 'bug26913_033'Nick Mathewson
2018-09-21man: Fix format typo for HiddenServiceExportCircuitIDDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Document the haproxy option of HiddenServiceExportCircuitID.Alexander Færøy
See: https://bugs.torproject.org/4700
2018-09-20Support 'none' in torrc for HiddenServiceExportCircuitID.Alexander Færøy
See: https://bugs.torproject.org/4700
2018-09-17Make CacheDirectoryGroupReadable an autobool.Nick Mathewson
Since the default cache directory is the same as the default data directory, we don't want the default CacheDirectoryGroupReadable value (0) to override an explicitly set "DataDirectoryGroupReadable 1". To fix this, I'm making CacheDirectoryGroupReadable into an autobool, and having the default (auto) value mean "Use the value of DataDirectoryGroupReadable if the directories are the same, and 0 otherwise." Fixes bug 26913; bugfix on 0.3.3.1-alpha when the CacheDirectory option was introduced.
2018-09-15Change HiddenServiceExportCircuitID to take a string parameter: the protocol.Alexander Færøy
This patch changes HiddenServiceExportCircuitID so instead of being a boolean it takes a string, which is the protocol. Currently only the 'haproxy' protocol is defined. See: https://bugs.torproject.org/4700
2018-09-15Add man page entry.George Kadianakis
2018-09-13hs-v3: Add changes file and man page for client authorizationDavid Goulet
Closes #27547 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-09-06Merge remote-tracking branch 'tor-github/pr/294'Nick Mathewson
2018-09-02In manpage, warn about combination of MyFamily and BridgeRelay being badrl1987
2018-08-28fix man page issue noticed during #26367 reviewRoger Dingledine
and fix two other nearby issues while i'm there
2018-08-28Merge remote-tracking branch 'teor/bug22747'Nick Mathewson
2018-08-28Merge branch 'bug26367_035_01'Nick Mathewson
2018-08-28hs: Render obsolete Tor2webDavid Goulet
Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-08-28Fix log.c comments about assert vs tor_assert vs raw_assert.Nick Mathewson
2018-08-28manpage: Warn users about comma-separating addr-port pairsrl1987
2018-08-22hs: Change default version from 2 to 3David Goulet
Closes #27215 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-08-19doc/tor: add note for IPv6-only hosts (fixes #27204)traumschule
2018-08-17doc: Explain how to limit Tor's sockets in the man pageteor
Closes 22747.
2018-08-16Merge branch 'pr275_squashed'Nick Mathewson
2018-08-16rust/docs: fix critical typo for missing_docs lintcypherpunks
Fix typo from fe66d06a45a4714141eba992fe87ec3dd5fa1c22. The exclamation point is what lets an attribute apply to an entire crate, without the ! it's practically a placebo. Fix on commits af182d4ab51d6a1a70559bbdcd4ab842aa855684 and b6059297d7cb76f0e00e2098e38d6677d3033340, and note there are still missing docs in both crypto and protover, for now. https://doc.rust-lang.org/reference/attributes.html
2018-08-16Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-16Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-16Rust: Say that we support rust stable in GettingStartedRust.mdteor
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160.
2018-08-11Merge remote-tracking branch 'tor-github/pr/244'Nick Mathewson
2018-07-30Merge remote-tracking branch 'rl1987/feature19506_3'Nick Mathewson
2018-07-20Add a sentence to manpage that we may not scrub logs at loglevels below Noticerl1987
2018-07-18Merge remote-tracking branch 'teor/ticket26702-atomically'Nick Mathewson
2018-07-18doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.mdteor
Closes 26852.
2018-07-18doc: Explain how to avoid inconsistent reads on V3BandwidthsFileteor
Closes 26702.
2018-07-13Faravahar hasn't been voting on versions for a while nowRoger Dingledine
2018-07-10Describe "check-includes" in the CodingStandards.md fileNick Mathewson
2018-07-10Stop mentioning src/or and src/common in doc/HACKINGNick Mathewson
2018-07-10Add an initial CodeStructure.md file to doc/HACKING.Nick Mathewson
Not complete or pretty, but better than nothing.
2018-07-08New manpage for tor-print-ed-signing-certrl1987
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-07-05Start splitting src/orNick Mathewson
This is a very gentle commit that just lays the groundwork in the build system: it puts the include files to build libtor-app.a into src/core, and to build the tor executable into src/app. The executable is now "src/app/tor".
2018-07-01Tabify all of the .am files.Nick Mathewson
2018-06-20Remove dmalloc support; closes #26426Nick Mathewson
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days.
2018-06-18remove EOL@EOF adviceNick Mathewson
2018-06-11Add explanation about editorconf in coding standardsjuga0
so that developers know what is .editorconfig for.
2018-05-11Add a CONTRIBUTING fileNick Mathewson
This file contains pointers to other important top-level resources, and some info about acceptable licenses. Also, add that info to CodingStandards.md
2018-05-08Merge remote-tracking branch 'hello71/bug23883'Nick Mathewson
2018-05-08Merge remote-tracking branch 'mikeperry/bug25870_rebase'Nick Mathewson
2018-05-08Merge branch 'maint-0.3.3'Roger Dingledine