Age | Commit message (Expand) | Author |
2005-01-05 | typo spotted by chris | Nick Mathewson |
2005-01-05 | Implement SIGNAL control command. | Nick Mathewson |
2004-12-21 | forward port: | Roger Dingledine |
2004-12-14 | bugfix: when we're reporting event circuit status, don't call it a stream. | Roger Dingledine |
2004-12-13 | Remove bugfixes that did not actually do anything, before we start a cargo cult. | Nick Mathewson |
2004-12-13 | Fix a bug in parsing HashedControlPassword. | Nick Mathewson |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | Only set a cookie when we intend to. | Nick Mathewson |
2004-11-30 | doxygen uses backslashes, not forward-slashes | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-23 | Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp... | Nick Mathewson |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-15 | Patch to patch: do not send both error and done for one command. | Nick Mathewson |
2004-11-15 | some fixes so far | Roger Dingledine |
2004-11-14 | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-11 | apply patch from Andre Eisenbach: include event code with events, as required... | Nick Mathewson |
2004-11-09 | Change interface to config_trial_assign even more; have it use get_options() ... | Nick Mathewson |
2004-11-09 | raise your hand if you can spell | Roger Dingledine |
2004-11-09 | if you're going to ask it to use a body of length 0, | Roger Dingledine |
2004-11-09 | fix a memory-squashing bug that was causing an infinite loop | Roger Dingledine |
2004-11-09 | change the interface to config_trial_assign() | Roger Dingledine |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-09 | Separate is-recognized-option from get-option-value, since NULL is ambiguous ... | Nick Mathewson |
2004-11-09 | Make an options_act() where we do all the things a new options set | Roger Dingledine |
2004-11-09 | various fixes | Roger Dingledine |
2004-11-07 | Fix compile errors | Nick Mathewson |
2004-11-07 | Fix up error codes | Nick Mathewson |
2004-11-07 | add saveconf control command. | Roger Dingledine |
2004-11-07 | Document control.c | Nick Mathewson |
2004-11-07 | allow unauth control connections for now | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | Support code for resettable options, and option sets. Still needs validate-a... | Nick Mathewson |
2004-11-03 | fix windows warnings | Nick Mathewson |
2004-11-03 | Implement 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-03 | lay the groundwork for a default value for each config option. | Roger Dingledine |
2004-11-03 | Start implementing control interface. | Nick Mathewson |