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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuituse.c
Age
Commit message (
Expand
)
Author
2006-10-17
r9060@totoro: nickm | 2006-10-17 11:12:48 -0400
Nick Mathewson
2006-10-15
clean up and downgrade some log messages
Roger Dingledine
2006-10-09
- Stop triggering asserts if the controller tries to extend hidden
Roger Dingledine
2006-10-09
r8973@totoro: nickm | 2006-10-09 11:45:47 -0400
Nick Mathewson
2006-10-09
r8972@totoro: nickm | 2006-10-09 10:36:22 -0400
Nick Mathewson
2006-10-06
bugfix and cleanups re: entry guards.
Roger Dingledine
2006-10-03
r8861@totoro: nickm | 2006-10-03 14:49:54 -0400
Nick Mathewson
2006-10-02
r8850@totoro: nickm | 2006-10-02 17:21:11 -0400
Nick Mathewson
2006-10-01
if we fail to build a circuit to an intended enclave, and it's
Roger Dingledine
2006-09-28
r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400
Nick Mathewson
2006-09-22
r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400
Nick Mathewson
2006-09-21
r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400
Nick Mathewson
2006-09-21
r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400
Nick Mathewson
2006-09-18
good god, that was a bad idea. i've built 500 circuits in the past 5
Roger Dingledine
2006-09-17
build testing circuits more rapidly. this has a failure mode
Roger Dingledine
2006-09-15
make my bandwidth exercises actually happen
Roger Dingledine
2006-09-15
Send out a burst of long-range drop cells after we've established that
Roger Dingledine
2006-08-25
r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400
Nick Mathewson
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
[next]