summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-04-18"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
2005-10-05replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson
2005-10-05Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-08-15Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine
2005-08-13predict required circuits better, with an eye toward makingRoger Dingledine
2005-08-12We weren't cannibilizing circuits correctly forRoger Dingledine