| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
svn:r3656
|
|
|
|
| |
svn:r3613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
provides good uptime if any virtual_port of the service wants that.
svn:r3355
|
|
|
|
| |
svn:r3352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn:r3113
|
|
|
|
| |
svn:r3052
|
|
|
|
|
|
| |
every file.
svn:r3019
|
|
|
|
| |
svn:r3003
|
|
|
|
| |
svn:r2989
|
|
|
|
|
|
|
|
|
| |
- func (args)
- if (x){
This doesn't normalize if(x), for(x); while(x), and friends.
svn:r2943
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- DirFetchPeriod for fetching full directory,
- StatusFetchPeriod for fetching running-routers,
- DirPostPeriod for posting server descriptor,
- RendPostPeriod for posting hidden service descriptors.
Also make sure the hidden service descriptors are at a random
offset from each other, to hinder linkability.
svn:r2889
|
|
|
|
|
|
| |
(create/ignore).
svn:r2733
|
|
|
|
| |
svn:r2711
|
|
|
|
|
|
|
|
| |
Break connection_consider_empty_buckets() out of
connection_read_bucket_decrement().
svn:r2698
|
|
|
|
|
|
|
|
|
| |
Now we can try setting an option but back out if it fails to parse, or
if it's disallowed (e.g. changing RunAsDaemon from 1 to 0).
Use parse_line_from_str rather than parse_line_from_file.
svn:r2692
|
|
|
|
| |
svn:r2644
|
|
|
|
|
|
|
|
| |
that made them fail. Fix the bug, and revert clients to use version 0
until 0.0.9pre4 is obsolete.
svn:r2641
|
|
|
|
|
|
|
|
|
| |
failed at the first hop, it would try to relaunch another circ right
then, even though the first circuit hadn't been populated yet with its
pending_final_cpath.
svn:r2624
|
|
|
|
| |
svn:r2610
|
|
|
|
| |
svn:r2609
|
|
|
|
| |
svn:r2602
|
|
|
|
| |
svn:r2587
|
|
|
|
| |
svn:r2586
|
|
|
|
| |
svn:r2544
|
|
|
|
|
|
| |
most users seem to want that.
svn:r2542
|
|
|
|
| |
svn:r2508
|
|
|
|
| |
svn:r2487
|
|
|
|
|
|
|
| |
plus a whitespace patch on config.c from vicman
svn:r2482
|
|
|
|
| |
svn:r2465
|
|
|
|
|
|
|
|
|
| |
fix a potential confusion in fetch_from_buf_http()
make all our int config options non-negative
better bounds checking on options that are ports
svn:r2456
|
|
|
|
| |
svn:r2450
|
|
|
|
| |
svn:r2441
|
|
|
|
|
|
|
| |
intermittent connections
svn:r2353
|
|
|
|
|
|
| |
make read/write_str_to_file aware.
svn:r2336
|
|
|
|
|
|
|
| |
doesn't mean we should raise the _minimum_ size.
svn:r2273
|
|
|
|
| |
svn:r2270
|
|
|
|
| |
svn:r2249
|
|
|
|
| |
svn:r2239
|
|
|
|
|
|
|
|
|
|
| |
o and/or while avoiding unreliable nodes, depending on goals
o 'fascistfirewall' option to pick dirservers on port 80 and ORs on
port 443.
o if a begin failed due to exit policy, but we believe the IP should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory.
svn:r2231
|
|
|
|
|
|
| |
first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.)
svn:r2175
|
|
|
|
|
|
|
|
|
| |
immediately when we daemonize.
also drop our retry period for hidserv desc uploads from 10m to 5m
svn:r2111
|
|
|
|
| |
svn:r2103
|
|
|
|
| |
svn:r2000
|
|
|
|
| |
svn:r1938
|
|
|
|
|
|
|
| |
so now we don't pass it one.
svn:r1911
|
|
|
|
| |
svn:r1889
|
|
|
|
|
|
| |
15-minute period or before all of the intro circuits succeed, whichever comes first
svn:r1883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* \file circuitbuild.c
* \brief The actual details of building circuits.
* \file circuitlist.c
* \brief Manage the global circuit list.
* \file circuituse.c
* \brief Launch the right sort of circuits, attach streams to them.
* \file connection_edge.c
* \brief Handle edge streams.
* \file onion.c
* \brief Functions to queue create cells, and handle onionskin
* parsing and creation.
* \file relay.c
* \brief Handle relay cell encryption/decryption, plus packaging and
* receiving from circuits.
svn:r1863
|