aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
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
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-05-15clean up some log entriesRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01when building testing circuits, always use middle hopsRoger Dingledine
2005-04-01when the or-connect succeeded and the tls handshake succeededRoger Dingledine
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
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