summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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
2004-11-09raise your hand if you can spellRoger Dingledine
2004-11-09if you're going to ask it to use a body of length 0,Roger Dingledine
2004-11-09fix a memory-squashing bug that was causing an infinite loopRoger Dingledine
2004-11-09change the interface to config_trial_assign()Roger Dingledine
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-09Separate is-recognized-option from get-option-value, since NULL is ambiguous ...Nick Mathewson
2004-11-09Make an options_act() where we do all the things a new options setRoger Dingledine
2004-11-09various fixesRoger Dingledine
2004-11-07Fix compile errorsNick Mathewson
2004-11-07Fix up error codesNick Mathewson
2004-11-07add saveconf control command.Roger Dingledine
2004-11-07Document control.cNick Mathewson
2004-11-07allow unauth control connections for nowRoger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04Support code for resettable options, and option sets. Still needs validate-a...Nick Mathewson
2004-11-03fix windows warningsNick Mathewson
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03lay the groundwork for a default value for each config option.Roger Dingledine
2004-11-03Start implementing control interface.Nick Mathewson