Age | Commit message (Collapse) | Author |
|
every file.
svn:r3019
|
|
decide what exit node to use; based on a patch by geoff goodell.
needs more work: e.g. it goes bananas building new circuits when the
chosen exit node's exit policy rejects the connection.
svn:r3015
|
|
totally unacceptable to me.
svn:r3005
|
|
svn:r3003
|
|
svn:r2989
|
|
svn:r2901
|
|
svn:r2793
|
|
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
|
|
and actually making the sockets.
- Make sure that identity-based nicknames start with $.
- Use new string_join interface.
svn:r2661
|
|
svn:r2610
|
|
svn:r2565
|
|
svn:r2544
|
|
sometimes circuit_get_open_circ_or_launch() can return 0 but not
return a circuit, e.g. because too many circuits have failed recently
so the new one didn't launch. we need to tolerate that.
svn:r2438
|
|
svn:r2436
|
|
svn:r2416
|
|
files have really old descriptors for the authdirservers, so we're
asking them in the new format because they're too old.
now we actually compare the version to a cutoff version, and act
appropriately.
also take this chance to use only >=0.0.8 servers for dns resolves,
because of the recent bugs. we'll bump to >=0.0.9pre1 once there are
some servers running that.
svn:r2380
|
|
svn:r2372
|
|
open circuits
svn:r2290
|
|
try once a second for 30 seconds, and only when the entire previous
period has failed do we pause after MAX_CIRCUIT_FAILURES failures.
svn:r2281
|
|
svn:r2276
|
|
a given AP stream was being handled or not.
(how did this work?)
svn:r2077
|
|
clique_mode(), etc. Dont change underlying comments.
svn:r2054
|
|
this will prevent a few of the 'couldn't decrypt onionskin' errors, maybe
svn:r2036
|
|
svn:r2000
|
|
svn:r1998
|
|
svn:r1978
|
|
bugfix: we were retrying the same circuit after getting a resolve
failure. so of course the next two tries would fail too. now we try
a new circuit each time (at most three times).
svn:r1867
|
|
* \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
|