summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2006-07-26 r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-18If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine
2006-07-18pick a log domain; resolve an xxxxRoger Dingledine
2006-06-08remove a bit more obsolete codeRoger Dingledine
2006-06-05don't tell people that the testing circuit failed if we alreadyRoger Dingledine
2006-06-05simplify some code, since circuit_build_failed() is only calledRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-30stop fetching descriptors if we're not a dir mirror and weRoger Dingledine
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-04-09Don't yell loudly about failed internal/bridge connections. TheseRoger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-22whoops. inform circuits again when we failed to connect to theirRoger Dingledine
2006-03-22parameterize two more timeout constants in circuit-land.Roger Dingledine
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine
2006-03-21don't call circuit_n_conn_done() if the closing conn is already open.Roger Dingledine
2006-03-21Be more patient before giving up on in-progress circuits.Roger Dingledine
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-17Comments: cleanups and additions.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-13convert some more source files to the new log conventionRoger Dingledine
2006-02-11Retry pending server downloads as well as pending networkstatus downloads whe...Nick Mathewson
2006-02-09Happy new year!Roger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-27fix a spacing problem introduced by our 80-column requirementRoger Dingledine
2005-12-27if the network is down, and we try to connect to a conn because weRoger Dingledine
2005-12-15Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-11mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-05Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson
2005-12-05Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine
2005-12-04Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine
2005-12-04ok, i know this one was a bug. we were expiring open generalRoger Dingledine
2005-12-04take back half of my bugfix. comparing times sucks.Roger Dingledine
2005-12-04fix the first bug with our optimization to circuit_expire_building():Roger Dingledine
2005-12-03Clean up some comments; remove some dead codeNick Mathewson
2005-12-03Use a switch statement and some mild refactoring to try to speed up circuit_e...Nick Mathewson
2005-11-29Make 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-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson