aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* 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
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson2004-11-23
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* Patch to patch: do not send both error and done for one command.Nick Mathewson2004-11-15
* some fixes so farRoger Dingledine2004-11-15
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson2004-11-14
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* apply patch from Andre Eisenbach: include event code with events, as required...Nick Mathewson2004-11-11
* Change interface to config_trial_assign even more; have it use get_options() ...Nick Mathewson2004-11-09
* raise your hand if you can spellRoger Dingledine2004-11-09
* if you're going to ask it to use a body of length 0,Roger Dingledine2004-11-09
* fix a memory-squashing bug that was causing an infinite loopRoger Dingledine2004-11-09
* change the interface to config_trial_assign()Roger Dingledine2004-11-09
* Stop using the wrong DataDirectory when we're validating.Roger Dingledine2004-11-09
* Separate is-recognized-option from get-option-value, since NULL is ambiguous ...Nick Mathewson2004-11-09
* Make an options_act() where we do all the things a new options setRoger Dingledine2004-11-09
* various fixesRoger Dingledine2004-11-09
* Fix compile errorsNick Mathewson2004-11-07
* Fix up error codesNick Mathewson2004-11-07
* add saveconf control command.Roger Dingledine2004-11-07
* Document control.cNick Mathewson2004-11-07
* allow unauth control connections for nowRoger Dingledine2004-11-07
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Support code for resettable options, and option sets. Still needs validate-a...Nick Mathewson2004-11-04
* fix windows warningsNick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* lay the groundwork for a default value for each config option.Roger Dingledine2004-11-03
* Start implementing control interface.Nick Mathewson2004-11-03