index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
control.c
Age
Commit message (
Expand
)
Author
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