Roger Dingledine
|
011ad3cba5
clean up logging,
|
21 years ago |
Nick Mathewson
|
06ce31b948
Only set a cookie when we intend to.
|
21 years ago |
Nick Mathewson
|
f19e9b8577
doxygen uses backslashes, not forward-slashes
|
21 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 years ago |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
21 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
21 years ago |
Nick Mathewson
|
0a58bbe0dd
Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimplement circuit_log_cpath using circuit_list_cpath).
|
21 years ago |
Roger Dingledine
|
310a8da0d2
break reached_eof() out of process_inbuf()
|
21 years ago |
Nick Mathewson
|
076f120951
Patch to patch: do not send both error and done for one command.
|
21 years ago |
Roger Dingledine
|
47993ae6fb
some fixes so far
|
21 years ago |
Nick Mathewson
|
a732727a2b
Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF
|
21 years ago |
Nick Mathewson
|
60880cda84
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs.
|
21 years ago |
Nick Mathewson
|
6252cba522
apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt
|
21 years ago |
Nick Mathewson
|
b960574556
Change interface to config_trial_assign even more; have it use get_options() instead
|
21 years ago |
Roger Dingledine
|
8d8d6b5661
raise your hand if you can spell
|
21 years ago |
Roger Dingledine
|
233f516d61
if you're going to ask it to use a body of length 0,
|
21 years ago |
Roger Dingledine
|
dd3a12c929
fix a memory-squashing bug that was causing an infinite loop
|
21 years ago |
Roger Dingledine
|
3901473bf3
change the interface to config_trial_assign()
|
21 years ago |
Roger Dingledine
|
6521c2ce51
Stop using the wrong DataDirectory when we're validating.
|
21 years ago |
Nick Mathewson
|
48a0b6c476
Separate is-recognized-option from get-option-value, since NULL is ambiguous and returning "" misrepresents.
|
21 years ago |
Roger Dingledine
|
90b47172bd
Make an options_act() where we do all the things a new options set
|
21 years ago |
Roger Dingledine
|
8c7b2ff7ed
various fixes
|
21 years ago |
Nick Mathewson
|
fc9c6e7c95
Fix compile errors
|
21 years ago |
Nick Mathewson
|
c514a06663
Fix up error codes
|
21 years ago |
Roger Dingledine
|
dac5d6715e
add saveconf control command.
|
21 years ago |
Nick Mathewson
|
2cacb4e0f9
Document control.c
|
21 years ago |
Roger Dingledine
|
3236ee3127
allow unauth control connections for now
|
21 years ago |
Roger Dingledine
|
394554cfbf
Clean up copyrights.
|
21 years ago |
Roger Dingledine
|
6c61ed4fb5
Make options no longer a global variable.
|
21 years ago |
Nick Mathewson
|
1b49198081
Support code for resettable options, and option sets. Still needs validate-and-then-replace logic
|
21 years ago |