aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Patch to patch: do not send both error and done for one command.•••svn:r2882 Nick Mathewson2004-11-15
* some fixes so far•••svn:r2880 Roger Dingledine2004-11-15
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF•••svn:r2868 Nick Mathewson2004-11-14
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* apply patch from Andre Eisenbach: include event code with events, as required...•••svn:r2799 Nick Mathewson2004-11-11
* Change interface to config_trial_assign even more; have it use get_options() ...•••svn:r2754 Nick Mathewson2004-11-09
* raise your hand if you can spell•••svn:r2743 Roger Dingledine2004-11-09
* if you're going to ask it to use a body of length 0,•••don't give it a body. svn:r2742 Roger Dingledine2004-11-09
* fix a memory-squashing bug that was causing an infinite loop•••svn:r2741 Roger Dingledine2004-11-09
* change the interface to config_trial_assign()•••svn:r2737 Roger Dingledine2004-11-09
* Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better. svn:r2732 Roger Dingledine2004-11-09
* Separate is-recognized-option from get-option-value, since NULL is ambiguous ...•••svn:r2731 Nick Mathewson2004-11-09
* Make an options_act() where we do all the things a new options set•••needs. Still needs more work. svn:r2716 Roger Dingledine2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* Fix compile errors•••svn:r2708 Nick Mathewson2004-11-07
* Fix up error codes•••svn:r2706 Nick Mathewson2004-11-07
* add saveconf control command.•••allow authentication by localhost, but if tor demands more, require more. svn:r2704 Roger Dingledine2004-11-07
* Document control.c•••svn:r2700 Nick Mathewson2004-11-07
* allow unauth control connections for now•••let control connections recognize eof svn:r2699 Roger Dingledine2004-11-07
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* Make options no longer a global variable.•••Now we can try setting an option but back out if it fails to parse, or if it's disallowed (e.g. changing RunAsDaemon from 1 to 0). Use parse_line_from_str rather than parse_line_from_file. svn:r2692 Roger Dingledine2004-11-06
* Support code for resettable options, and option sets. Still needs validate-a...•••svn:r2679 Nick Mathewson2004-11-04
* fix windows warnings•••svn:r2667 Nick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...•••svn:r2664 Nick Mathewson2004-11-03
* - Implement all of control interface except authentication, setconfig,••• and actually making the sockets. - Make sure that identity-based nicknames start with $. - Use new string_join interface. svn:r2661 Nick Mathewson2004-11-03
* lay the groundwork for a default value for each config option.•••tolerate null exitnodes, entrynodes, etc config options. svn:r2655 Roger Dingledine2004-11-03
* Start implementing control interface.•••svn:r2652 Nick Mathewson2004-11-03