aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine2005-12-05
* Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine2005-12-04
* ok, i know this one was a bug. we were expiring open generalRoger Dingledine2005-12-04
* take back half of my bugfix. comparing times sucks.Roger Dingledine2005-12-04
* fix the first bug with our optimization to circuit_expire_building():Roger Dingledine2005-12-04
* Clean up some comments; remove some dead codeNick Mathewson2005-12-03
* Use a switch statement and some mild refactoring to try to speed up circuit_e...Nick Mathewson2005-12-03
* Make arguments to circuit_set_circid_orconn match the connection that is clos...Nick Mathewson2005-11-29
* "How about 'never'? Does 'never' work for you?"Nick Mathewson2005-11-26
* Start the process of treating internal circuits and exit circuitsRoger Dingledine2005-11-25
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* when we were cannibalizing a circuit with a particular exitRoger Dingledine2005-11-11
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine2005-08-15
* predict required circuits better, with an eye toward makingRoger Dingledine2005-08-13
* We weren't cannibilizing circuits correctly forRoger Dingledine2005-08-12
* 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