aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* clean up some log entriesRoger Dingledine2005-05-15
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* update copyright notices.Nick Mathewson2005-04-01
* when building testing circuits, always use middle hopsRoger Dingledine2005-04-01
* when the or-connect succeeded and the tls handshake succeededRoger Dingledine2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
* cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine2005-03-24
* Bulletproof connection_ap_handshake_attach_chosen_circuitNick Mathewson2005-03-24
* clean up and refactor some moreRoger Dingledine2005-03-22
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* make hidden services more likely to work from the server-sideRoger Dingledine2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* re-enable reachability testing stuff.Roger Dingledine2005-03-15
* Renormalize whitespaceNick Mathewson2005-03-14
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* bugfix: tor-resolve requests were ignoring .exit if there wasRoger Dingledine2005-02-02
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* The crowning hidden-service patch: prefer non-internal circuitsRoger Dingledine2005-01-20
* Handle unavailable hidden services better. We try each intro pointRoger Dingledine2005-01-19
* bugfix for cvs: we were needing a rendezvous circ, so we cannibalizedRoger Dingledine2005-01-19
* remove some extra-verbose logsRoger Dingledine2005-01-17
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17
* get rid of 0.0.8 backwards compatibilityRoger Dingledine2005-01-13
* when deciding if a port is handled and the port demands uptime, don'tRoger Dingledine2005-01-13
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* when we haven't fetched a directory yet, or the last time weRoger Dingledine2005-01-07
* clean up logging,Roger Dingledine2004-12-13
* I'm a bad person.Roger Dingledine2004-12-07
* Renormalize whitespaceNick Mathewson2004-12-07
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* React to eof immediately on non-open edge connections.Roger Dingledine2004-12-04
* bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine2004-12-04
* Spell-check strings and commentsNick Mathewson2004-12-01
* Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine2004-11-30
* Enforce coding style.Nick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-11-29