aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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