| Commit message (Expand) | Author | Age |
* | make the spec more accurate•••svn:r6344
| Roger Dingledine | 2006-04-09 |
* | minor cleanups•••svn:r6301
| Roger Dingledine | 2006-04-03 |
* | admit that getinfo can fail.•••svn:r6291
| Roger Dingledine | 2006-04-02 |
* | specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR•••to address bug 250.
svn:r6177
| Roger Dingledine | 2006-03-17 |
* | Implement GETINFO(dir/server/foo); status will be harder.•••svn:r6165
| Nick Mathewson | 2006-03-15 |
* | add to the stack of implementation notes.•••svn:r6113
| Roger Dingledine | 2006-03-09 |
* | new controller signal NEWNYM that makes new application requests•••use clean circuits.
svn:r6104
| Roger Dingledine | 2006-03-09 |
* | introduce a new orconn_status "NEW"•••svn:r6100
| Roger Dingledine | 2006-03-08 |
* | mark controller exposure of directory data as DRAFT and Not Implemented•••svn:r6094
| Geoff Goodell | 2006-03-08 |
* | add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO req...•••svn:r6091
| Geoff Goodell | 2006-03-07 |
* | Mention which version of tor implements control-spec.txt, so people wont get ...•••svn:r6085
| Nick Mathewson | 2006-03-05 |
* | Add a new circuit purpose 'controller' to let the controller•••ask for a circuit that Tor won't try to use.
Extend the EXTENDCIRCUIT controller command to let you specify
the purpose if you're starting a new circuit.
Add a new SETCIRCUITPURPOSE controller command to let you
change a circuit's purpose after it's been created.
svn:r6075
| Roger Dingledine | 2006-02-23 |
* | apply contrib/checkSpace.pl to our spec files too.•••svn:r5941
| Roger Dingledine | 2006-02-09 |
* | minor fix to control spec•••svn:r5904
| Roger Dingledine | 2006-02-04 |
* | from the controller you can getinfo entry-guards now, not entry-nodes.•••svn:r5780
| Roger Dingledine | 2006-01-10 |
* | spec getinfo desc/all-recent•••svn:r5769
| Roger Dingledine | 2006-01-10 |
* | update the control spec to deprecate getinfo helper-nodes•••svn:r5674
| Roger Dingledine | 2005-12-28 |
* | mention that getinfo helper-nodes can return status "never-connected".•••also, make explicit that there's a space between status and isotime.
svn:r5648
| Roger Dingledine | 2005-12-25 |
* | separate address and port with a space in REDIRECTSTREAM command•••svn:r5633
| Geoff Goodell | 2005-12-22 |
* | clarify that tor will close unattached streams by itself after 2 minutes,•••no matter what the controller does.
svn:r5501
| Roger Dingledine | 2005-12-05 |
* | Add a new controller event type that allows controllers to get all•••server descriptors that were uploaded to a router in its role as authoritative
dirserver.
svn:r5436
| Peter Palfrader | 2005-11-19 |
* | document how the error values for closestream and closecircuit work.•••also, let redirectstream take a port, in case we want to change that too.
svn:r5420
| Roger Dingledine | 2005-11-18 |
* | what to do on a failed setconf was a bit unspecified•••svn:r5413
| Roger Dingledine | 2005-11-17 |
* | fix typo•••svn:r5341
| Roger Dingledine | 2005-11-01 |
* | More work towards a sane digest-based liveness testing.•••svn:r5238
| Nick Mathewson | 2005-10-12 |
* | document the new functionality that crept in:•••RESETCONF exitpolicy=foo
is equivalent to
SETCONF exitpolicy=foo
unless foo is a linelist with a non-null default (we don't have any
of those currently), in which it appends to the default rather than
replacing.
svn:r5047
| Roger Dingledine | 2005-09-14 |
* | correct a mistake i just added•••svn:r5039
| Roger Dingledine | 2005-09-13 |
* | update control spec to reflect our new SETCONF behavior•••svn:r5038
| Roger Dingledine | 2005-09-13 |
* | add a RESETCONF controller command, and make setconf with a null•••option actually mean to set it to ""
svn:r4916
| Roger Dingledine | 2005-09-08 |
* | formatting/numbering patch from matt edman•••svn:r4881
| Roger Dingledine | 2005-08-29 |
* | fix some typos in the control spec•••svn:r4811
| Roger Dingledine | 2005-08-22 |
* | document the 'quit' controller command•••svn:r4776
| Roger Dingledine | 2005-08-13 |
* | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.•••svn:r4761
| Nick Mathewson | 2005-08-10 |
* | Implement some more GETINFO goodness: expose helper nodes, config options, ge...•••svn:r4694
| Nick Mathewson | 2005-08-04 |
* | it's called GETCONF, not GETCONFIG•••svn:r4591
| Roger Dingledine | 2005-07-17 |
* | Macro-fu to get DEBUG events working.•••svn:r4539
| Nick Mathewson | 2005-07-13 |
* | checkpoint minor control-spec cleanups•••svn:r4533
| Nick Mathewson | 2005-07-12 |
* | Note that authentication arguments are optional•••svn:r4498
| Nick Mathewson | 2005-06-27 |
* | Describe how to detect v0 or v1 protocol•••svn:r4478
| Nick Mathewson | 2005-06-24 |
* | note GETCONF default feature in spec•••svn:r4463
| Nick Mathewson | 2005-06-19 |
* | Implement all the rest of the new controller protocol, debug a little, add so...•••svn:r4460
| Nick Mathewson | 2005-06-19 |
* | Address points by arma and points not by arma in new control-spec.txt•••svn:r4451
| Nick Mathewson | 2005-06-18 |
* | some fixes and questions on the control spec•••svn:r4450
| Roger Dingledine | 2005-06-18 |
* | First (and fragmentary) draft of revised controller protocol.•••svn:r4446
| Nick Mathewson | 2005-06-17 |
* | Document s2k and cookie auth methods; resolve bug 153•••svn:r4307
| Nick Mathewson | 2005-06-05 |
* | Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010
| Nick Mathewson | 2005-04-05 |
* | Better messages when POSTDESCRIPTOR fails•••svn:r3989
| Nick Mathewson | 2005-04-02 |
* | fix typo•••svn:r3915
| Roger Dingledine | 2005-03-29 |
* | Rename option in control-spec.txt too.•••svn:r3896
| Nick Mathewson | 2005-03-27 |
* | change control spec so closestream doesn't get to specify whether•••tor should hold-open-until-flushed. tor should take care of that
(it should always hold open until flushed), and the controller should
never care _how_ tor does its things.
svn:r3892
| Roger Dingledine | 2005-03-27 |