Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau | |
Questionable requests. | |||
2005-02-22 | give the `noop' request its own handler, it definitely does not need | Jean-Francois Brousseau | |
to be in the generic command handler, and add a dummy handler for the `expand-modules' request | |||
2005-01-13 | * get rid of useless headers | Jean-Francois Brousseau | |
* fix the handlers for Root, valid-requests, Directory and Set * add a generic request handler for most of the requests expecting a response | |||
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau | |
the errno message string | |||
2004-12-28 | handler for the Set request | Jean-Francois Brousseau | |
2004-12-19 | add a handler for the Gzip-stream request. The handler parses the | Jean-Francois Brousseau | |
requested compression level but does not enable compression yet. | |||
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau | |
and add support for case insensitivity | |||
2004-08-04 | Handlers for the `valid-requests' and `Valid-responses' requests | Jean-Francois Brousseau | |
2004-08-04 | Handler for the `Global_opt' request | Jean-Francois Brousseau | |
2004-08-04 | Handler for the `Argument' and `Argumentx' requests | Jean-Francois Brousseau | |
2004-08-03 | Move all of the request- and response-specific handlers into separate | Jean-Francois Brousseau | |
files and have only the generic function of each type available to the outside |