aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2005-03-31Fix bug in redirectstream.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-24when you attachstream to a circid of 0, send back an answerRoger Dingledine
2005-03-24cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine
2005-03-24Debug EXTENDCIRCUITNick Mathewson
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22when reporting events about streams, use the "real" address forRoger Dingledine
2005-03-22handle_control_getinfo() was counting msg_len itself,Roger Dingledine
2005-03-22Remove controller getinfo support for "desc/all-ids".Roger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19Implement redirectstream in control interface.Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-10Initialize msg_lenNick Mathewson
2005-03-10Fix const-ness warningNick Mathewson
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
2005-03-02Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson
2005-03-02Fix some log messages to refer to correct control type.Nick Mathewson
2005-03-02Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson
2005-03-02Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson
2005-03-02Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson
2005-03-01make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson
2005-02-27fix bug in control mapaddressRoger Dingledine
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-25Implement some of GETINFO control messageNick Mathewson
2005-02-25Stub functions for new control-spec logic.Nick Mathewson
2005-01-05typo spotted by chrisNick Mathewson
2005-01-05Implement SIGNAL control command.Nick Mathewson
2004-12-21forward port:Roger Dingledine
2004-12-14bugfix: when we're reporting event circuit status, don't call it a stream.Roger Dingledine
2004-12-13Remove bugfixes that did not actually do anything, before we start a cargo cult.Nick Mathewson
2004-12-13Fix a bug in parsing HashedControlPassword.Nick Mathewson
2004-12-13clean up logging,Roger Dingledine
2004-12-07Only set a cookie when we intend to.Nick Mathewson
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
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-23Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-15Patch to patch: do not send both error and done for one command.Nick Mathewson
2004-11-15some fixes so farRoger Dingledine
2004-11-14Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-11apply patch from Andre Eisenbach: include event code with events, as required...Nick Mathewson
2004-11-09Change interface to config_trial_assign even more; have it use get_options() ...Nick Mathewson