summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/req.c
AgeCommit message (Collapse)Author
2005-04-18dummy handlers for the Entry, Modified, Is-Modified, Updated andJean-Francois Brousseau
Questionable requests.
2005-02-22give the `noop' request its own handler, it definitely does not needJean-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 headersJean-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-13when warning about unimplemented handlers, do not attempt to printJean-Francois Brousseau
the errno message string
2004-12-28handler for the Set requestJean-Francois Brousseau
2004-12-19add a handler for the Gzip-stream request. The handler parses theJean-Francois Brousseau
requested compression level but does not enable compression yet.
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-08-06Handle the '-b' and '-x' global options even if we don't support them,Jean-Francois Brousseau
and add support for case insensitivity
2004-08-04Handlers for the `valid-requests' and `Valid-responses' requestsJean-Francois Brousseau
2004-08-04Handler for the `Global_opt' requestJean-Francois Brousseau
2004-08-04Handler for the `Argument' and `Argumentx' requestsJean-Francois Brousseau
2004-08-03Move all of the request- and response-specific handlers into separateJean-Francois Brousseau
files and have only the generic function of each type available to the outside