summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-02-03TransProxyType replaces TransTPROXY optionNick Mathewson
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)
2014-01-31Add support for TPROXY via new TransTPRoxy optionNick Mathewson
Based on patch from "thomo" at #10582.
2014-01-21Document more coverage tricks in doc/HACKINGNick Mathewson
2013-12-23Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-23Clarify DirPort multiplicityNick Mathewson
Fix for #10470 as suggested by arma
2013-11-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-11-10Change documentation DirServer->DirAuthorityNick Mathewson
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.
2013-11-07Tweak file documentation in tor.1.txtNick Mathewson
2013-11-07Updating manpage to describe some of the data directory files.rl1987
2013-11-07Documentation and tests for 10060Nick Mathewson
2013-11-07Implementing --allow-missing-torrc CLI option.rl1987
2013-11-01Merge branch 'prop221_squashed_024'Nick Mathewson
Conflicts: src/or/or.h
2013-11-01Implement proposal 221: Stop sending CREATE_FASTNick Mathewson
This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus."
2013-10-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-31Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4Nick Mathewson
2013-10-31Mention that tor is client-by-default. From Weasel. Resolves #10057Nick Mathewson
2013-10-31Minor manpage tweaks from weasel; closes #10058Nick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
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
2013-10-25clarify that DisableNetwork closes connections tooRoger Dingledine
2013-10-16Merge remote-tracking branch 'linus/bug9206_option'Nick Mathewson
2013-10-09Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-09Clarify who learns about ContactInfo.Karsten Loesing
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.
2013-10-08Switch ECDHE group default logic for bridge/relay TLSNick Mathewson
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.
2013-10-08Anchors for options (re#9866)Peter Palfrader
2013-10-07Anchors for options (re#9866)Peter Palfrader
2013-10-07Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.Linus Nordberg
Addresses ticket 9206.
2013-10-01name it correctly, maybeRoger Dingledine
2013-10-01Mention "make test-network" in doc/HACKINGNick Mathewson
2013-09-29Don't preprocess torifyguilhem
Since torify has been removed from tsocks, it doesn't need to be preprocessed. Closes #5505.
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
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.)
2013-09-19Document that disabledebuggerattachment prevents coresNick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson
2013-09-13Disallow --hash-password with no commandline arguments.Nick Mathewson
Fixes bug 9573. Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
2013-09-04Add Extended ORPort information to the man page.George Kadianakis
2013-09-03Add a clarification to gcov instructionsNick Mathewson
2013-08-16Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-16Document the correct loglevel for the heartbeat messageNick Mathewson
2013-08-10new location for tarballs; and you should edit Makefile tooRoger Dingledine
2013-08-06Update coverage instructionsNick Mathewson
2013-07-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
2013-07-26Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson
Patch from CharlieB for ticket #9214
2013-07-23fix typoRoger Dingledine
2013-07-18fix typoRoger Dingledine
2013-07-18Add changes file and enrich the manual page.George Kadianakis
2013-07-12Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader
It's controlled by the new Sandbox argument. Right now, it's rather coarse-grained, it's Linux-only, and it may break some features.
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
Conflicts: src/or/config.c src/or/relay.c