summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2005-05-17allow the middle hop of the testing circuit to be runningRoger Dingledine
2005-05-15clean up some log entriesRoger Dingledine
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02Actually, dont send CREATE_FAST cells at all for nowNick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-25bugfix: stop trying to print a null pointer if an OR conn failsRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-06Fix bug in last commit when no circid can be foundNick Mathewson
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01require exactly 0.0.9.7 for middle hops of testing circs, for nowRoger Dingledine
2005-04-01when building testing circuits, always use middle hopsRoger Dingledine
2005-04-01fix some log spacing problemsRoger Dingledine
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-31...and use it to make sure we only conclude reachability ifRoger Dingledine
2005-03-27forward-port the fixing of the crash bug.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26try harder to establish reachability, in the first 20 minutesRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-22remove a duplicate circuit_mark_for_close() when pickingRoger Dingledine
2005-03-22clean up and refactor some moreRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine
2005-03-19stop logging at -l notice every single time a create cell successfullyRoger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-15re-enable reachability testing stuff.Roger Dingledine
2005-03-14Renormalize whitespaceNick Mathewson
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-16remove unused codeRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-19fix another bug where general exit circs were looking at rendezvousRoger 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-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2004-12-17When listing circuits that are pending on an opening OR connection,Roger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07were we on crack??Roger Dingledine
2004-12-07and bust another memory leakRoger Dingledine
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
2004-12-05fix a minor leak in my recent commitRoger Dingledine
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-04make circuit building and router parsing less noisyRoger Dingledine
2004-11-30clean obsolete circuit_log_path codeRoger Dingledine