aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug11061_024'Nick Mathewson2014-03-25
|\
| * Fix SOCKSPort documentation layout•••In the end this required a slightly nasty hack using a dummy anchor as an option heading in order to make the "Other recognized __flags__" line indent properly. Fixes bug 11061; Bugfix on 61d740ed. Nick Mathewson2014-03-25
* | Take out remaining V1 directory code.Karsten Loesing2014-03-18
* | Clarify ClientOnly documentation•••The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059. Nick Mathewson2014-03-13
* | Merge branch 'bug11108'Nick Mathewson2014-03-06
|\ \
| * | Clarify default behavior of {SOCKS,Dir}Policy harder•••Improvement on 11108 fix; suggested by cypherpunks. Nick Mathewson2014-03-06
| * | Warn if ports are specified in {Socks,Dir}Policy•••We have ignored any ports listed here since 80365b989 (0.0.7rc1), but we didn't warn the user that we were ignoring them. This patch adds a warning if you put explicit ports in any of the options {Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It also adjusts the manpage to say that ports are ignored. Fixes ticket 11108. Nick Mathewson2014-03-03
* | | Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTime•••All circuits are predictive; it's the ports that are expiring here. Nick Mathewson2014-03-05
* | | Merge branch 'ticket9176_squashed'•••Conflicts: doc/tor.1.txt Nick Mathewson2014-03-05
|\ \ \
| * | | Lower the maximum for PrecictedCircsRelevanceTime to one hourNick Mathewson2014-03-05
| * | | More correctly documented PredictedCircsRelevanceTime in tor.1.txtunixninja922014-03-05
| * | | Added Documentation for PredictedCircsRelevanceTime config file argument.unixninja922014-03-05
* | | | Document alternate bandwidth/memory unit spellingsNick Mathewson2014-03-04
* | | | Merge branch 'bug10169_025_v2'•••Conflicts: src/test/test.c Nick Mathewson2014-03-04
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2•••Conflicts: src/or/circuitlist.c Nick Mathewson2014-02-12
| |\ \ \
| | * \ \ Merge remote-tracking branch 'public/bug10169_023' into bug10169_024•••Conflicts: doc/tor.1.txt src/or/config.c src/or/or.h The conflicts were all pretty trivial. Nick Mathewson2014-01-03
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Rename MaxMemInCellQueues to MaxMemInQueuesNick Mathewson2013-11-20
* | | | | Fix max client name length in HiddenServiceAuthorizeClient description•••REND_CLIENTNAME_MAX_LEN is set to 16, not 19. Lunar2014-03-03
* | | | | Write hashed bridge fingerprint to logs and to disk.•••Implements #10884. Karsten Loesing2014-02-28
* | | | | add a missing word to the man pageRoger Dingledine2014-02-12
|/ / / /
* | | | Tweak DirAuthority documentation•••Per a comment from karsten, there is no longer v2 authority support, so stop pretending there is. Also, fix a grammar error.x Nick Mathewson2014-02-11
* | | | Remove options for configuring HS authorities.•••(There is no longer meaningfully any such thing as a HS authority, since we stopped uploading or downloading v0 hs descriptors in 0.2.2.1-alpha.) Implements #10881, and part of #10841. Nick Mathewson2014-02-10
* | | | TransProxyType replaces TransTPROXY option•••I'm making this change now since ipfw will want its own option too, and proliferating options here isn't sensible. (See #10582 and #10267) Nick Mathewson2014-02-03
* | | | Add support for TPROXY via new TransTPRoxy option•••Based on patch from "thomo" at #10582. Nick Mathewson2014-01-31
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-23
|\| | |
| * | | Clarify DirPort multiplicity•••Fix for #10470 as suggested by arma Nick Mathewson2013-12-23
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-11-10
|\| | |
| * | | Change documentation DirServer->DirAuthority•••We renamed the option, but we didn't actually fix it in the log messages or the docs. This patch does that. For #10124. Patch by sqrt2. Nick Mathewson2013-11-10
* | | | Tweak file documentation in tor.1.txtNick Mathewson2013-11-07
* | | | Updating manpage to describe some of the data directory files.rl19872013-11-07
* | | | Documentation and tests for 10060Nick Mathewson2013-11-07
* | | | Implementing --allow-missing-torrc CLI option.rl19872013-11-07
* | | | Merge branch 'prop221_squashed_024'•••Conflicts: src/or/or.h Nick Mathewson2013-11-01
|\ \ \ \
| * | | | Implement proposal 221: Stop sending CREATE_FAST•••This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus." Nick Mathewson2013-11-01
| |/ / /
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-31
|\| | |
| * | | Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4Nick Mathewson2013-10-31
| |\ \ \
| | * | | Switch ECDHE group default logic for bridge/relay TLS•••According to the manpage, bridges use P256 for conformity and relays use P224 for speed. But skruffy points out that we've gotten it backwards in the code. In this patch, we make the default P256 for everybody. Fixes bug 9780; bugfix on 0.2.4.8-alpha. Nick Mathewson2013-10-08
* | | | | Mention that tor is client-by-default. From Weasel. Resolves #10057Nick Mathewson2013-10-31
* | | | | Minor manpage tweaks from weasel; closes #10058Nick Mathewson2013-10-31
* | | | | Merge branch 'morestats4' into morestats5•••Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.h src/or/control.c src/or/control.h src/or/or.h src/or/relay.c src/or/relay.h src/test/test.c Karsten Loesing2013-10-28
|\ \ \ \ \
| * | | | | Tweak TB_EMPTY event based on comments by nickm.•••- Avoid control_event_refill_global function with 13 arguments and increase code reuse factor by moving more code from control.c to connection.c. - Avoid an unsafe uint32_t -> int cast. - Add TestingEnableTbEmptyEvent option. - Prepare functions for testing. - Rename a few functions and improve documentation. Karsten Loesing2013-05-25
| * | | | | Tweak CELL_STATS event based on comments by nickm.•••- Move cell_command_to_string from control.c to command.c. - Use accessor for global_circuitlist instead of extern. - Add a struct for cell statistics by command instead of six arrays. - Split up control_event_circuit_cell_stats by using two helper functions. - Add TestingEnableCellStatsEvent option. - Prepare functions for testing. - Rename a few variables and document a few things better. Karsten Loesing2013-05-25
| * | | | | Tweak CONN_BW event based on comments by nickm.•••- Rename read/write counters in connection_t to make it clear that these are only used for CONN_BW events. - Add TestingEnableConnBwEvent option. Karsten Loesing2013-05-25
* | | | | | clarify that DisableNetwork closes connections tooRoger Dingledine2013-10-25
* | | | | | Merge remote-tracking branch 'linus/bug9206_option'Nick Mathewson2013-10-16
|\ \ \ \ \ \
| * | | | | | Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.•••Addresses ticket 9206. Linus Nordberg2013-10-07
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-09
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Clarify who learns about ContactInfo.•••Explicitly include bridges, and note that we archive and publish all descriptors. (We are not yet publishing ContactInfo lines contained in bridge descriptors, but maybe we'll want to do that soon, so let's err on the side of caution here.) Related to #9854. Karsten Loesing2013-10-09
| | |_|/ / / | |/| | | |
| * | | | | Anchors for options (re#9866)Peter Palfrader2013-10-08
* | | | | | Anchors for options (re#9866)Peter Palfrader2013-10-07
| |/ / / / |/| | | |