aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Fix bug in last commit when no circid can be foundNick Mathewson2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* require exactly 0.0.9.7 for middle hops of testing circs, for nowRoger Dingledine2005-04-01
* when building testing circuits, always use middle hopsRoger Dingledine2005-04-01
* fix some log spacing problemsRoger Dingledine2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
* ...and use it to make sure we only conclude reachability ifRoger Dingledine2005-03-31
* forward-port the fixing of the crash bug.Roger Dingledine2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* try harder to establish reachability, in the first 20 minutesRoger Dingledine2005-03-26
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson2005-03-23
* remove a duplicate circuit_mark_for_close() when pickingRoger Dingledine2005-03-22
* clean up and refactor some moreRoger Dingledine2005-03-22
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine2005-03-19
* stop logging at -l notice every single time a create cell successfullyRoger Dingledine2005-03-19
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* re-enable reachability testing stuff.Roger Dingledine2005-03-15
* Renormalize whitespaceNick Mathewson2005-03-14
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* remove unused codeRoger Dingledine2005-02-16
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* fix another bug where general exit circs were looking at rendezvousRoger 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
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* When listing circuits that are pending on an opening OR connection,Roger Dingledine2004-12-17
* clean up logging,Roger Dingledine2004-12-13
* I'm a bad person.Roger Dingledine2004-12-07
* were we on crack??Roger Dingledine2004-12-07
* and bust another memory leakRoger Dingledine2004-12-07
* Fix some memory leaks and unlikely segfaultsNick Mathewson2004-12-07
* fix a minor leak in my recent commitRoger Dingledine2004-12-05
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine2004-12-04
* make circuit building and router parsing less noisyRoger Dingledine2004-12-04
* clean obsolete circuit_log_path codeRoger Dingledine2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson2004-11-23
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson2004-11-23
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* add a TODO item and some comment changes.Nick Mathewson2004-11-16