aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2005-03-24cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine
2005-03-24Bulletproof connection_ap_handshake_attach_chosen_circuitNick Mathewson
2005-03-22clean up and refactor some moreRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-19make hidden services more likely to work from the server-sideRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-15re-enable reachability testing stuff.Roger Dingledine
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-02bugfix: tor-resolve requests were ignoring .exit if there wasRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-20The crowning hidden-service patch: prefer non-internal circuitsRoger Dingledine
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-19bugfix for cvs: we were needing a rendezvous circ, so we cannibalizedRoger Dingledine
2005-01-17remove some extra-verbose logsRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-13when deciding if a port is handled and the port demands uptime, don'tRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07Renormalize whitespaceNick Mathewson
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04React to eof immediately on non-open edge connections.Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-30Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine
2004-11-30Enforce coding style.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-16minor fixesRoger Dingledine
2004-11-10Resolve FIXME items: make the kill-unattached-AP timeout symbolicNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-11fix paul gardner's assert bug.Roger Dingledine
2004-10-11fix the stale pointer assert bug reported by joe magicRoger Dingledine
2004-10-03use only 0.0.9pre1 and later servers for resolve cellsRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine