aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Fix buffer overlow when checking hashed passwordsNick Mathewson2005-06-05
* Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson2005-05-23
* fix the assumption that uninitialized variables are 0Roger Dingledine2005-05-18
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* Replace an infinite-stack-recursion bug with a generate-infinite-debug-messag...Nick Mathewson2005-04-17
* Fix postdescriptor behavior: on non-complete success, only say "done" once.Nick Mathewson2005-04-11
* Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson2005-04-08
* Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson2005-04-05
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* Better messages when POSTDESCRIPTOR failsNick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* Fix bug in redirectstream.Nick Mathewson2005-03-31
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* when you attachstream to a circid of 0, send back an answerRoger Dingledine2005-03-24
* cleanup so connection_ap_handshake_attach_chosen_circuit() alwaysRoger Dingledine2005-03-24
* Debug EXTENDCIRCUITNick Mathewson2005-03-24
* Make GETINFO for "network-status" work on non-authdirsNick Mathewson2005-03-23
* Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson2005-03-23
* Specify and implement close-stream and close-circuit control messagesNick Mathewson2005-03-22
* when reporting events about streams, use the "real" address forRoger Dingledine2005-03-22
* handle_control_getinfo() was counting msg_len itself,Roger Dingledine2005-03-22
* Remove controller getinfo support for "desc/all-ids".Roger Dingledine2005-03-22
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* Implement redirectstream in control interface.Nick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Renormalize whitespaceNick Mathewson2005-03-14
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Initialize msg_lenNick Mathewson2005-03-10
* Fix const-ness warningNick Mathewson2005-03-10
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson2005-03-02
* Fix some log messages to refer to correct control type.Nick Mathewson2005-03-02
* Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson2005-03-02
* Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson2005-03-02
* Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson2005-03-02
* make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson2005-03-01
* fix bug in control mapaddressRoger Dingledine2005-02-27
* Implement more control spec functionalityNick Mathewson2005-02-25
* Implement some of GETINFO control messageNick Mathewson2005-02-25
* Stub functions for new control-spec logic.Nick Mathewson2005-02-25
* typo spotted by chrisNick Mathewson2005-01-05
* Implement SIGNAL control command.Nick Mathewson2005-01-05
* forward port:Roger Dingledine2004-12-21
* bugfix: when we're reporting event circuit status, don't call it a stream.Roger Dingledine2004-12-14
* Remove bugfixes that did not actually do anything, before we start a cargo cult.Nick Mathewson2004-12-13
* Fix a bug in parsing HashedControlPassword.Nick Mathewson2004-12-13
* clean up logging,Roger Dingledine2004-12-13