summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2005-04-01update copyright notices.Nick Mathewson
2005-03-29resolve another 'hasn't sent end yet' bugRoger Dingledine
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
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-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-01-31fix another rogue connection_free that was causing us troublesRoger Dingledine
2005-01-19make cannibalizing for rend circs prey on the pleb circs firstRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-10Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-24fix wrong commentRoger Dingledine
2004-10-16various tweaks and fixesRoger Dingledine
2004-10-11fix the stale pointer assert bug reported by joe magicRoger Dingledine
2004-09-29prefer tor_free to freeRoger Dingledine
2004-07-03fix a seg fault when you try to launch a circRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-02some of the infrastructure to let ORs connect on demandRoger Dingledine
2004-06-02bugfix: while closing a circuit, we were freeing the conns that wereRoger Dingledine
2004-05-21when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine
2004-05-19Tighten assert_cpath_layer_ok assumptionsNick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-13assert_cpath_ok has always been brokenRoger Dingledine
2004-05-13Break files apart into more modulesRoger Dingledine