| Commit message (Collapse) | Author | Age |
|\ |
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| | |
Thanks Roger for noticing
|
| | |
|
|\| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\| |
|
| | |
|
| |
| |
| |
| |
| | |
Also reword it slightly to reflect the fact that no packagers
ship the file.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
The September one seems to have removed most US IP addresses.
|
| | |
|
| |
| |
| |
| |
| | |
Also, suggest a default of 4GB/day (46KB/s) rather than 1GB/day (11.5KB/s).
No use asking low.
|
| |
| |
| |
| |
| |
| | |
"There's room for one more till the end of creation." -- _Sandman_
(Based on patch from David [edeca]. Closes bug 1036.)
|
|\| |
|
| | |
|
| | |
|
|/
|
|
|
| |
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$
meaningless. Remove them without replacement.
|
|
|
|
| |
svn:r19307
|
|
|
|
|
|
|
| |
torrc.sample.in, so unix people don't shoot themselves in the foot.
svn:r19304
|
|
|
|
| |
svn:r18774
|
|
|
|
| |
svn:r18503
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn:r17968
|
|
|
|
| |
svn:r17501
|
|
|
|
|
|
| |
on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html.
svn:r17500
|
|
|
|
| |
svn:r16940
|
|
|
|
| |
svn:r15124
|
|
|
|
| |
svn:r14794
|
|
|
|
| |
svn:r14786
|
|
|
|
|
|
| |
Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/
svn:r14778
|
|
|
|
|
|
|
|
| |
when tor starts.
this breaks rpms and maybe other packages.
svn:r14764
|
|
|
|
|
|
|
| |
all the tors.
svn:r14761
|
|
|
|
| |
svn:r13289
|
|
|
|
|
|
|
|
| |
this should re-introduce bug 572, and maybe we'll get
some actual bug reports this time.
svn:r13221
|
|
|
|
| |
svn:r12937
|
|
|
|
|
|
|
| |
Make http://torproject urls into https://torproject urls. Patch from steve.
svn:r12708
|
|
|
|
|
|
|
| |
patch from steve: replace more tor.eff.org instances with torproject.org
svn:r12707
|
|
|
|
|
|
|
|
| |
src/config/fallback-consensus file, but we weren't actually
including it in the tarball. Disable all of that for now.
svn:r12467
|
|
|
|
| |
svn:r12463
|
|
|
|
|
|
|
| |
file in the tarball. Reported by phobos.
svn:r12462
|
|
|
|
|
|
|
| |
More tweaks from karsten, with some cleanup and commentary.
svn:r12319
|
|
|
|
|
|
|
| |
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time.
svn:r12259
|
|
|
|
| |
svn:r11168
|
|
|
|
|
|
|
|
|
|
| |
to RelayBandwidthRate/RelayBandwidthBurst, since that's
what most users will actually want. also flesh out the
torrc.complete entries and fix a few typos. based on
patch from "Armedblowfish".
svn:r10570
|
|
|
|
| |
svn:r10362
|
|
|
|
| |
svn:r10361
|