Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-25 | Fix reference to socks-extensions.txt in tor-resolve manpage | rl1987 | |
2018-09-24 | Merge branch 'pr_339_squashed' | Nick Mathewson | |
2018-09-24 | Mention that we require Python 2.7 or newer | rl1987 | |
2018-09-24 | Merge branch 'bug26913_033' | Nick Mathewson | |
2018-09-21 | man: Fix format typo for HiddenServiceExportCircuitID | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-21 | Merge remote-tracking branch 'ahf-github/asn/bugs4700_2' | Nick Mathewson | |
2018-09-21 | Document the haproxy option of HiddenServiceExportCircuitID. | Alexander Færøy | |
See: https://bugs.torproject.org/4700 | |||
2018-09-20 | Support 'none' in torrc for HiddenServiceExportCircuitID. | Alexander Færøy | |
See: https://bugs.torproject.org/4700 | |||
2018-09-17 | Make 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-15 | Change 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-15 | Add man page entry. | George Kadianakis | |
2018-09-13 | hs-v3: Add changes file and man page for client authorization | David Goulet | |
Closes #27547 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-06 | Merge remote-tracking branch 'tor-github/pr/294' | Nick Mathewson | |
2018-09-02 | In manpage, warn about combination of MyFamily and BridgeRelay being bad | rl1987 | |
2018-08-28 | fix man page issue noticed during #26367 review | Roger Dingledine | |
and fix two other nearby issues while i'm there | |||
2018-08-28 | Merge remote-tracking branch 'teor/bug22747' | Nick Mathewson | |
2018-08-28 | Merge branch 'bug26367_035_01' | Nick Mathewson | |
2018-08-28 | hs: Render obsolete Tor2web | David 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-28 | Fix log.c comments about assert vs tor_assert vs raw_assert. | Nick Mathewson | |
2018-08-28 | manpage: Warn users about comma-separating addr-port pairs | rl1987 | |
2018-08-22 | hs: Change default version from 2 to 3 | David Goulet | |
Closes #27215 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-19 | doc/tor: add note for IPv6-only hosts (fixes #27204) | traumschule | |
2018-08-17 | doc: Explain how to limit Tor's sockets in the man page | teor | |
Closes 22747. | |||
2018-08-16 | Merge branch 'pr275_squashed' | Nick Mathewson | |
2018-08-16 | rust/docs: fix critical typo for missing_docs lint | cypherpunks | |
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-16 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-16 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-16 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-16 | Rust: Say that we support rust stable in GettingStartedRust.md | teor | |
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-11 | Merge remote-tracking branch 'tor-github/pr/244' | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'rl1987/feature19506_3' | Nick Mathewson | |
2018-07-20 | Add a sentence to manpage that we may not scrub logs at loglevels below Notice | rl1987 | |
2018-07-18 | Merge remote-tracking branch 'teor/ticket26702-atomically' | Nick Mathewson | |
2018-07-18 | doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.md | teor | |
Closes 26852. | |||
2018-07-18 | doc: Explain how to avoid inconsistent reads on V3BandwidthsFile | teor | |
Closes 26702. | |||
2018-07-13 | Faravahar hasn't been voting on versions for a while now | Roger Dingledine | |
2018-07-10 | Describe "check-includes" in the CodingStandards.md file | Nick Mathewson | |
2018-07-10 | Stop mentioning src/or and src/common in doc/HACKING | Nick Mathewson | |
2018-07-10 | Add an initial CodeStructure.md file to doc/HACKING. | Nick Mathewson | |
Not complete or pretty, but better than nothing. | |||
2018-07-08 | New manpage for tor-print-ed-signing-cert | rl1987 | |
2018-07-05 | Fix everything that previously referred to src/or | Nick Mathewson | |
2018-07-05 | Start splitting src/or | Nick 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-01 | Tabify all of the .am files. | Nick Mathewson | |
2018-06-20 | Remove dmalloc support; closes #26426 | Nick Mathewson | |
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days. | |||
2018-06-18 | remove EOL@EOF advice | Nick Mathewson | |
2018-06-11 | Add explanation about editorconf in coding standards | juga0 | |
so that developers know what is .editorconfig for. | |||
2018-05-11 | Add a CONTRIBUTING file | Nick 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-08 | Merge remote-tracking branch 'hello71/bug23883' | Nick Mathewson | |
2018-05-08 | Merge remote-tracking branch 'mikeperry/bug25870_rebase' | Nick Mathewson | |
2018-05-08 | Merge branch 'maint-0.3.3' | Roger Dingledine | |