Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | apply contrib/checkSpace.pl to our spec files too. | Roger Dingledine | 2006-02-09 |
| | | | | svn:r5941 | ||
* | minor fix to control spec | Roger Dingledine | 2006-02-04 |
| | | | | svn:r5904 | ||
* | from the controller you can getinfo entry-guards now, not entry-nodes. | Roger Dingledine | 2006-01-10 |
| | | | | svn:r5780 | ||
* | spec getinfo desc/all-recent | Roger Dingledine | 2006-01-10 |
| | | | | svn:r5769 | ||
* | update the control spec to deprecate getinfo helper-nodes | Roger Dingledine | 2005-12-28 |
| | | | | svn:r5674 | ||
* | mention that getinfo helper-nodes can return status "never-connected". | Roger Dingledine | 2005-12-25 |
| | | | | | | | also, make explicit that there's a space between status and isotime. svn:r5648 | ||
* | separate address and port with a space in REDIRECTSTREAM command | Geoff Goodell | 2005-12-22 |
| | | | | svn:r5633 | ||
* | clarify that tor will close unattached streams by itself after 2 minutes, | Roger Dingledine | 2005-12-05 |
| | | | | | | | no matter what the controller does. svn:r5501 | ||
* | Add a new controller event type that allows controllers to get all | Peter Palfrader | 2005-11-19 |
| | | | | | | | | server descriptors that were uploaded to a router in its role as authoritative dirserver. svn:r5436 | ||
* | document how the error values for closestream and closecircuit work. | Roger Dingledine | 2005-11-18 |
| | | | | | | | also, let redirectstream take a port, in case we want to change that too. svn:r5420 | ||
* | what to do on a failed setconf was a bit unspecified | Roger Dingledine | 2005-11-17 |
| | | | | svn:r5413 | ||
* | fix typo | Roger Dingledine | 2005-11-01 |
| | | | | svn:r5341 | ||
* | More work towards a sane digest-based liveness testing. | Nick Mathewson | 2005-10-12 |
| | | | | svn:r5238 | ||
* | document the new functionality that crept in: | Roger Dingledine | 2005-09-14 |
| | | | | | | | | | | | | 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 | ||
* | correct a mistake i just added | Roger Dingledine | 2005-09-13 |
| | | | | svn:r5039 | ||
* | update control spec to reflect our new SETCONF behavior | Roger Dingledine | 2005-09-13 |
| | | | | svn:r5038 | ||
* | add a RESETCONF controller command, and make setconf with a null | Roger Dingledine | 2005-09-08 |
| | | | | | | | option actually mean to set it to "" svn:r4916 | ||
* | formatting/numbering patch from matt edman | Roger Dingledine | 2005-08-29 |
| | | | | svn:r4881 | ||
* | fix some typos in the control spec | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4811 | ||
* | document the 'quit' controller command | Roger Dingledine | 2005-08-13 |
| | | | | svn:r4776 | ||
* | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson | 2005-08-10 |
| | | | | svn:r4761 | ||
* | Implement some more GETINFO goodness: expose helper nodes, config options, ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | getinfo keys. svn:r4694 | ||
* | it's called GETCONF, not GETCONFIG | Roger Dingledine | 2005-07-17 |
| | | | | svn:r4591 | ||
* | Macro-fu to get DEBUG events working. | Nick Mathewson | 2005-07-13 |
| | | | | svn:r4539 | ||
* | checkpoint minor control-spec cleanups | Nick Mathewson | 2005-07-12 |
| | | | | svn:r4533 | ||
* | Note that authentication arguments are optional | Nick Mathewson | 2005-06-27 |
| | | | | svn:r4498 | ||
* | Describe how to detect v0 or v1 protocol | Nick Mathewson | 2005-06-24 |
| | | | | svn:r4478 | ||
* | note GETCONF default feature in spec | Nick Mathewson | 2005-06-19 |
| | | | | svn:r4463 | ||
* | Implement all the rest of the new controller protocol, debug a little, add ↵ | Nick Mathewson | 2005-06-19 |
| | | | | | | some new features, add ADDRMAP events. svn:r4460 | ||
* | Address points by arma and points not by arma in new control-spec.txt | Nick Mathewson | 2005-06-18 |
| | | | | svn:r4451 | ||
* | some fixes and questions on the control spec | Roger Dingledine | 2005-06-18 |
| | | | | svn:r4450 | ||
* | First (and fragmentary) draft of revised controller protocol. | Nick Mathewson | 2005-06-17 |
| | | | | svn:r4446 | ||
* | Document s2k and cookie auth methods; resolve bug 153 | Nick Mathewson | 2005-06-05 |
| | | | | svn:r4307 | ||
* | Revise control spec and implementation to allow all log messages to be sent ↵ | Nick Mathewson | 2005-04-05 |
| | | | | | | to controller with their severities intact. svn:r4010 | ||
* | Better messages when POSTDESCRIPTOR fails | Nick Mathewson | 2005-04-02 |
| | | | | svn:r3989 | ||
* | fix typo | Roger Dingledine | 2005-03-29 |
| | | | | svn:r3915 | ||
* | Rename option in control-spec.txt too. | Nick Mathewson | 2005-03-27 |
| | | | | svn:r3896 | ||
* | change control spec so closestream doesn't get to specify whether | Roger Dingledine | 2005-03-27 |
| | | | | | | | | | 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 | ||
* | Clarify behavior of SETEVENTS: it is SET, not ADD. | Nick Mathewson | 2005-03-25 |
| | | | | svn:r3871 | ||
* | note that you can't attachstream to a non-open circuit. | Roger Dingledine | 2005-03-24 |
| | | | | svn:r3858 | ||
* | added short descriptions to circuit-related event codes | Geoff Goodell | 2005-03-24 |
| | | | | svn:r3854 | ||
* | Document EXTENDCIRCUIT DONE message behavior. | Nick Mathewson | 2005-03-24 |
| | | | | svn:r3853 | ||
* | Specify and implement close-stream and close-circuit control messages | Nick Mathewson | 2005-03-22 |
| | | | | svn:r3814 | ||
* | update control-spec too | Roger Dingledine | 2005-03-22 |
| | | | | svn:r3802 | ||
* | specify that a key-value configuration line consists of key-space-value. | Geoff Goodell | 2005-03-21 |
| | | | | svn:r3794 | ||
* | Implement redirectstream in control interface. | Nick Mathewson | 2005-03-19 |
| | | | | svn:r3785 | ||
* | Commit fixes for several pending tor core tasks: document all DOCDOCed ↵ | Nick Mathewson | 2005-03-17 |
| | | | | | | functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. svn:r3769 | ||
* | <arma2> - closed=4, new connection=5, new resolve request=6) | Nick Mathewson | 2005-03-14 |
| | | | | | | | | | <arma2> + closed=4, new connection=5, new resolve request=6, <arma2> + stream detached from circuit, retriable=7) <arma2> nick: this comma is confusing. svn:r3761 | ||
* | Note a couple of changes in TC | Nick Mathewson | 2005-03-14 |
| | | | | svn:r3760 | ||
* | Implement the common case of ATTACHSTREAM. | Nick Mathewson | 2005-03-12 |
| | | | | svn:r3751 |