- Jan 05, 2012
-
-
Karsten Loesing authored
-
- Dec 08, 2011
-
-
Karsten Loesing authored
-
- Nov 07, 2011
-
-
Karsten Loesing authored
-
- Oct 13, 2011
-
-
- Sep 15, 2011
-
-
- Sep 12, 2011
-
-
Karsten Loesing authored
-
- Aug 08, 2011
-
-
Karsten Loesing authored
-
- Jul 07, 2011
-
-
Roger Dingledine authored
-
- Jun 05, 2011
-
-
Roger Dingledine authored
-
- May 11, 2011
-
-
Roger Dingledine authored
-
- Apr 04, 2011
-
-
Roger Dingledine authored
-
- Mar 08, 2011
-
-
Roger Dingledine authored
-
- Feb 08, 2011
-
-
- Jan 10, 2011
-
-
Karsten Loesing authored
-
- Dec 08, 2010
-
-
Karsten Loesing authored
-
- Nov 10, 2010
-
-
Sebastian Hahn authored
We haven't been keeping it up to date, and the manpage exists as a replacement for users who want an overview of all available options.
-
- Nov 06, 2010
-
-
Roger Dingledine authored
-
- Oct 04, 2010
-
-
Karsten Loesing authored
-
- Sep 21, 2010
-
-
- Sep 08, 2010
-
-
Karsten Loesing authored
-
- Aug 03, 2010
-
-
Karsten Loesing authored
-
- Jun 10, 2010
-
-
Sebastian Hahn authored
Thanks Roger for noticing
-
-
- Jun 07, 2010
-
-
-
On Sun, 6 Jun 2010 19:59:56 -0400 Andrew Lewman <andrew@torproject.org> wrote: > attached. let's try this again. From e95c44bc5af90d982e9d95d63e78b2fde67431ed Mon Sep 17 00:00:00 2001 From: Andrew Lewman <andrew@torproject.org> Date: Sun, 6 Jun 2010 19:56:16 -0400 Subject: [PATCH] Create a sample bridge configuration torrc.
-
- May 06, 2010
-
-
Roger Dingledine authored
-
- Feb 08, 2010
-
-
Sebastian Hahn authored
Also reword it slightly to reflect the fact that no packagers ship the file.
-
- Oct 27, 2009
-
-
This commit implements a new config option: 'DisableAllSwap' This option probably only works properly when Tor is started as root. We added two new functions: tor_mlockall() and tor_set_max_memlock(). tor_mlockall() attempts to mlock() all current and all future memory pages. For tor_mlockall() to work properly we set the process rlimits for memory to RLIM_INFINITY (and beyond) inside of tor_set_max_memlock(). We behave differently from mlockall() by only allowing tor_mlockall() to be called one single time. All other calls will result in a return code of 1. It is not possible to change DisableAllSwap while running. A sample configuration item was added to the torrc.complete.in config file. A new item in the man page for DisableAllSwap was added. Thanks to Moxie Marlinspike and Chris Palmer for their feedback on this patch. Please note that we make no guarantees about the quality of your OS and its mlock/mlockall implementation. It is possible that this will do nothing at all. It is also possible that you can ulimit the mlock properties of a given user such that root is not required. This has not been extensively tested and is unsupported. I have included some comments for possible ways we can handle this on win32.
-
- Sep 24, 2009
-
-
Roger Dingledine authored
The September one seems to have removed most US IP addresses.
-
- Sep 21, 2009
-
-
Roger Dingledine authored
-
- Jul 16, 2009
-
-
Roger Dingledine authored
Also, suggest a default of 4GB/day (46KB/s) rather than 1GB/day (11.5KB/s). No use asking low.
-
Nick Mathewson authored
"There's room for one more till the end of creation." -- _Sandman_ (Based on patch from David [edeca]. Closes bug 1036.)
-
- Jun 03, 2009
-
-
Karsten Loesing authored
-
Nick Mathewson authored
-
- May 05, 2009
-
-
Sebastian Hahn authored
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
-
- Apr 12, 2009
-
-
Roger Dingledine authored
svn:r19307
-
Roger Dingledine authored
torrc.sample.in, so unix people don't shoot themselves in the foot. svn:r19304
-
- Mar 05, 2009
-
-
Roger Dingledine authored
svn:r18774
-
- Feb 12, 2009
-
-
Roger Dingledine authored
svn:r18503
-
- Jan 30, 2009
-
-
Roger Dingledine authored
merge the 'bridge relay' section into the 'main relay' section, so people stop getting confused about whether they should fill out both sections (they shouldn't). svn:r18348
-