index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuituse.c
Age
Commit message (
Expand
)
Author
2006-07-27
r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400
Nick Mathewson
2006-07-26
r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400
Nick Mathewson
2006-07-26
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
Nick Mathewson
2006-07-26
r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400
Nick Mathewson
2006-07-23
Don't tell anybody, but we're going OO here. This patch splits
Nick Mathewson
2006-07-18
If we are using an exit enclave and we can't connect, e.g. because
Roger Dingledine
2006-07-18
pick a log domain; resolve an xxxx
Roger Dingledine
2006-06-08
remove a bit more obsolete code
Roger Dingledine
2006-06-05
don't tell people that the testing circuit failed if we already
Roger Dingledine
2006-06-05
simplify some code, since circuit_build_failed() is only called
Roger Dingledine
2006-06-04
Add a new warning to our "warn a lot" list: unused parameters. This means we...
Nick Mathewson
2006-05-30
stop fetching descriptors if we're not a dir mirror and we
Roger Dingledine
2006-04-18
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
Nick Mathewson
2006-04-09
Don't yell loudly about failed internal/bridge connections. These
Roger Dingledine
2006-03-27
Refactor and consolidate addr/exit policies into a new policies.c.
Roger Dingledine
2006-03-22
whoops. inform circuits again when we failed to connect to their
Roger Dingledine
2006-03-22
parameterize two more timeout constants in circuit-land.
Roger Dingledine
2006-03-21
new config option SocksTimeout: How long do we let a socks connection
Roger Dingledine
2006-03-21
don't call circuit_n_conn_done() if the closing conn is already open.
Roger Dingledine
2006-03-21
Be more patient before giving up on in-progress circuits.
Roger Dingledine
2006-03-19
Finish the transition from the word 'verified' to the words
Roger Dingledine
2006-03-17
Comments: cleanups and additions.
Nick Mathewson
2006-03-12
Cleanup on time-relaqted constants. New conventions:
Nick Mathewson
2006-03-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-02-13
convert some more source files to the new log convention
Roger Dingledine
2006-02-11
Retry pending server downloads as well as pending networkstatus downloads whe...
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2006-01-10
entry nodes are now entry guards.
Roger Dingledine
2006-01-05
Add reasons to DESTROY and RELAY_TRUNCATED cells.
Nick Mathewson
2005-12-28
helper nodes are dead. long live entry nodes.
Roger Dingledine
2005-12-27
fix a spacing problem introduced by our 80-column requirement
Roger Dingledine
2005-12-27
if the network is down, and we try to connect to a conn because we
Roger Dingledine
2005-12-15
Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...
Nick Mathewson
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-11
mark the helper node as down if we time-out on the circuit handshake
Roger Dingledine
2005-12-10
when we changed from log_fn to debug/info/notice/warn/err,
Roger Dingledine
2005-12-05
Better fix for last bug: avoids trying to double-mark circuits.
Nick Mathewson
2005-12-05
Bugfix for trackhostexits: write down the fingerprint of the chosen exit,
Roger Dingledine
2005-12-04
Fix another time comparison bug in circuit_stream_is_being_handled().
Roger Dingledine
2005-12-04
ok, i know this one was a bug. we were expiring open general
Roger Dingledine
2005-12-04
take back half of my bugfix. comparing times sucks.
Roger Dingledine
2005-12-04
fix the first bug with our optimization to circuit_expire_building():
Roger Dingledine
2005-12-03
Clean up some comments; remove some dead code
Nick Mathewson
2005-12-03
Use a switch statement and some mild refactoring to try to speed up circuit_e...
Nick Mathewson
2005-11-29
Make arguments to circuit_set_circid_orconn match the connection that is clos...
Nick Mathewson
2005-11-26
"How about 'never'? Does 'never' work for you?"
Nick Mathewson
2005-11-25
Start the process of treating internal circuits and exit circuits
Roger Dingledine
2005-11-19
Recover better from TCP connections to Tor servers that are broken but
Roger Dingledine
2005-11-15
Make new logging stuff work on windows; fix a couple of windows typos.
Nick Mathewson
2005-11-11
when we were cannibalizing a circuit with a particular exit
Roger Dingledine
[next]