aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400Nick Mathewson2006-09-21
* good god, that was a bad idea. i've built 500 circuits in the past 5Roger Dingledine2006-09-18
* build testing circuits more rapidly. this has a failure modeRoger Dingledine2006-09-17
* make my bandwidth exercises actually happenRoger Dingledine2006-09-15
* Send out a burst of long-range drop cells after we've established thatRoger Dingledine2006-09-15
* r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400Nick Mathewson2006-08-25
* r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson2006-07-27
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine2006-07-18
* pick a log domain; resolve an xxxxRoger Dingledine2006-07-18
* remove a bit more obsolete codeRoger Dingledine2006-06-08
* don't tell people that the testing circuit failed if we alreadyRoger Dingledine2006-06-05
* simplify some code, since circuit_build_failed() is only calledRoger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* stop fetching descriptors if we're not a dir mirror and weRoger Dingledine2006-05-30
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* Don't yell loudly about failed internal/bridge connections. TheseRoger Dingledine2006-04-09
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* whoops. inform circuits again when we failed to connect to theirRoger Dingledine2006-03-22
* parameterize two more timeout constants in circuit-land.Roger Dingledine2006-03-22
* new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine2006-03-21
* don't call circuit_n_conn_done() if the closing conn is already open.Roger Dingledine2006-03-21
* Be more patient before giving up on in-progress circuits.Roger Dingledine2006-03-21
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* Comments: cleanups and additions.Nick Mathewson2006-03-17
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* convert some more source files to the new log conventionRoger Dingledine2006-02-13
* Retry pending server downloads as well as pending networkstatus downloads whe...Nick Mathewson2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* fix a spacing problem introduced by our 80-column requirementRoger Dingledine2005-12-27
* if the network is down, and we try to connect to a conn because weRoger Dingledine2005-12-27
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine2005-12-11
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson2005-12-05
* Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine2005-12-05
* Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine2005-12-04
* ok, i know this one was a bug. we were expiring open generalRoger Dingledine2005-12-04
* take back half of my bugfix. comparing times sucks.Roger Dingledine2005-12-04
* fix the first bug with our optimization to circuit_expire_building():Roger Dingledine2005-12-04
* Clean up some comments; remove some dead codeNick Mathewson2005-12-03
* Use a switch statement and some mild refactoring to try to speed up circuit_e...Nick Mathewson2005-12-03