| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
bandwidthburst of 500 gigabytes.
this bug seems to have taken down most of the network. oops.
svn:r3523
|
|
|
|
|
|
|
| |
also, put a comment next to an interesting undocumented 'feature'.
svn:r3499
|
|
|
|
| |
svn:r3494
|
|
|
|
| |
svn:r3486
|
|
|
|
| |
svn:r3448
|
|
|
|
| |
svn:r3383
|
|
|
|
| |
svn:r3364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the exit policy of the last hop. Intro and rendezvous circs must
be internal circs, to avoid leaking information. Resolve and connect
streams can use internal circs if they want.
New circuit pooling algorithm: make sure to have enough circs around
to satisfy any predicted ports, and also make sure to have 2 internal
circs around if we've required internal circs lately (with high uptime
if we've seen that lately).
Split NewCircuitPeriod config option into NewCircuitPeriod (30 secs),
which describes how often we retry making new circuits if current ones
are dirty, and MaxCircuitDirtiness (10 mins), which describes how long
we're willing to make use of an already-dirty circuit.
Once rendezvous circuits are established, keep using the same circuit as
long as you attach a new stream to it at least every 10 minutes. (So web
browsing doesn't require you to build new rend circs every 30 seconds.)
Cannibalize GENERAL circs to be C_REND, C_INTRO, S_INTRO, and S_REND
circ as necessary, if there are any completed ones lying around when
we try to launch one.
Re-instate the ifdef's to use version-0 style introduce cells, since
there was yet another bug in handling version-1 style. We'll try switching
over again after 0.0.9 is obsolete.
Bugfix: when choosing an exit node for a new non-internal circ, don't take
into account whether it'll be useful for any pending x.onion addresses --
it won't.
Bugfix: we weren't actually publishing the hidden service descriptor when
it became dirty. So we only published it every 20 minutes or so, which
means when you first start your Tor, the hidden service will seem broken.
svn:r3360
|
|
|
|
|
|
| |
start_daemon earlier. This should fix using libevent with RunAsDaemon.
svn:r3354
|
|
|
|
| |
svn:r3353
|
|
|
|
|
|
|
|
|
|
|
|
| |
poll-but-sometimes-select mess. This will let us use faster async cores
(like epoll, kpoll, and /dev/poll), and hopefully work better on Windows
too.
There are some fairly nasty changes to main.c here; this will almost
certainly break something. But hey, that's what alphas are for.
svn:r3341
|
|
|
|
| |
svn:r3340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
high capacity nodes. When building circuits, choose appropriate nodes.
New config option LongLivedPorts to indicate application streams
that will want high uptime circuits.
When attaching a stream to a circuit, pay attention to its requirements.
This means that every single node in an intro rend circuit, not just
the last one, will have a minimum uptime.
Boost the min uptime from an hour to 24 hours.
svn:r3339
|
|
|
|
|
|
|
|
| |
now by default they refuse router descriptors that have non-IP
or private-IP addresses.
svn:r3321
|
|
|
|
|
|
| |
time. Removes needless confusion and fixes bug #50.
svn:r3305
|
|
|
|
|
|
| |
appended rather than replaced. Resolves bug #49
svn:r3301
|
|
|
|
|
|
|
| |
for bandwidthrate
svn:r3277
|
|
|
|
|
|
| |
more reasonable.
svn:r3275
|
|
|
|
| |
svn:r3267
|
|
|
|
|
|
| |
read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch.
svn:r3244
|
|
|
|
| |
svn:r3233
|
|
|
|
| |
svn:r3232
|
|
|
|
|
|
|
| |
don't call it 'reloading'.
svn:r3225
|
|
|
|
|
|
| |
file.
svn:r3155
|
|
|
|
| |
svn:r3143
|
|
|
|
|
|
| |
We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug
svn:r3120
|
|
|
|
| |
svn:r3106
|
|
|
|
| |
svn:r3100
|
|
|
|
|
|
|
| |
leave it implicit.
svn:r3097
|
|
|
|
|
|
| |
addr_policy_t to addr_policy_t.
svn:r3070
|
|
|
|
| |
svn:r3067
|
|
|
|
| |
svn:r3055
|
|
|
|
| |
svn:r3052
|
|
|
|
|
|
|
| |
just to be extra paranoidly safe
svn:r3050
|
|
|
|
|
|
|
| |
issue, so we don't forget about it.
svn:r3040
|
|
|
|
| |
svn:r3035
|
|
|
|
| |
svn:r3033
|
|
|
|
|
|
| |
Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good?
svn:r3024
|
|
|
|
|
|
| |
every file.
svn:r3019
|
|
|
|
| |
svn:r3003
|
|
|
|
| |
svn:r2989
|
|
|
|
|
|
|
| |
it doesn't always do loglevel info logs on windows.
svn:r2987
|
|
|
|
| |
svn:r2960
|
|
|
|
| |
svn:r2951
|
|
|
|
| |
svn:r2942
|
|
|
|
|
|
| |
"BandwidthBurst 1000 TB" from occuring.
svn:r2941
|
|
|
|
| |
svn:r2936
|
|
|
|
| |
svn:r2934
|
|
|
|
|
|
|
|
| |
this may have some bugs in it still.
and it may end up not being what we want to do.
svn:r2928
|
|
|
|
| |
svn:r2922
|