aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
Commit message (Collapse)AuthorAge
* Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTimeNick Mathewson2014-03-05
| | | | All circuits are predictive; it's the ports that are expiring here.
* Merge branch 'ticket9176_squashed'Nick Mathewson2014-03-05
|\ | | | | | | | | Conflicts: doc/tor.1.txt
| * 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'Nick Mathewson2014-03-04
|\ \ | | | | | | | | | | | | Conflicts: src/test/test.c
| * \ Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson2014-02-12
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/or/circuitlist.c
| | * \ Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-01-03
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/config.c src/or/or.h The conflicts were all pretty trivial.
| | | * | Rename MaxMemInCellQueues to MaxMemInQueuesNick Mathewson2013-11-20
| | | | |
* | | | | Fix max client name length in HiddenServiceAuthorizeClient descriptionLunar2014-03-03
| | | | | | | | | | | | | | | | | | | | REND_CLIENTNAME_MAX_LEN is set to 16, not 19.
* | | | | Write hashed bridge fingerprint to logs and to disk.Karsten Loesing2014-02-28
| | | | | | | | | | | | | | | | | | | | Implements #10884.
* | | | | add a missing word to the man pageRoger Dingledine2014-02-12
|/ / / /
* | | | Tweak DirAuthority documentationNick Mathewson2014-02-11
| | | | | | | | | | | | | | | | | | | | Per a comment from karsten, there is no longer v2 authority support, so stop pretending there is. Also, fix a grammar error.x
* | | | Remove options for configuring HS authorities.Nick Mathewson2014-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | | | TransProxyType replaces TransTPROXY optionNick Mathewson2014-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Add support for TPROXY via new TransTPRoxy optionNick Mathewson2014-01-31
| | | | | | | | | | | | | | | | Based on patch from "thomo" at #10582.
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-23
|\| | |
| * | | Clarify DirPort multiplicityNick Mathewson2013-12-23
| | | | | | | | | | | | | | | | Fix for #10470 as suggested by arma
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-11-10
|\| | |
| * | | Change documentation DirServer->DirAuthorityNick Mathewson2013-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | 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'Nick Mathewson2013-11-01
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/or.h
| * | | | Implement proposal 221: Stop sending CREATE_FASTNick Mathewson2013-11-01
| |/ / / | | | | | | | | | | | | | | | | This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus."
* | | | 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 TLSNick Mathewson2013-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | 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 morestats5Karsten Loesing2013-10-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | | | Tweak CELL_STATS event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | | | Tweak CONN_BW event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename read/write counters in connection_t to make it clear that these are only used for CONN_BW events. - Add TestingEnableConnBwEvent option.
* | | | | | 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.Linus Nordberg2013-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses ticket 9206.
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-09
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Clarify who learns about ContactInfo.Karsten Loesing2013-10-09
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Anchors for options (re#9866)Peter Palfrader2013-10-08
| | | | | |
* | | | | | Anchors for options (re#9866)Peter Palfrader2013-10-07
| |/ / / / |/| | | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-09-20
|\| | | | | |_|_|/ |/| | |
| * | | Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson2013-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, round down to the nearest 10 minutes. Later, eliminate entirely by setting a consensus parameter. (This rounding is safe because, in 0.2.2, where the timestamp mattered, REND_REPLAY_TIME_INTERVAL was a nice generous 60 minutes.)
| * | | Document that disabledebuggerattachment prevents coresNick Mathewson2013-09-19
| | | |
* | | | Merge branch 'bug4647_squashed'Nick Mathewson2013-09-13
|\ \ \ \
| * | | | Disallow --hash-password with no commandline arguments.Nick Mathewson2013-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 9573. Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
* | | | | Add Extended ORPort information to the man page.George Kadianakis2013-09-04
|/ / / /
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-16
|\| | |