summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/req.c
AgeCommit message (Expand)Author
2006-01-04make cvs_sendresp() return type void; ok joris@.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30more code cleanup, ok niallo@ and xsa@Joris Vink
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-20cvs_buf_write() cannot fail here;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-15check in cvs_mkadmin() wether we need to create or not theXavier Santolaria
2005-07-29don't try to skip over the rootpath in the received directory if theJoris Vink
2005-07-25KNF;Xavier Santolaria
2005-07-23use cvs_chdir();Xavier Santolaria
2005-07-22be sure we accept request for _all_ of our commands on the server side;Xavier Santolaria
2005-07-21show questionable files as '? foo' on the server side.Joris Vink
2005-07-19make the init command work;Xavier Santolaria
2005-07-18add cvs_noexec in cvs_req_globalopt() swtich case 'n';Xavier Santolaria
2005-07-10nuke verbosity declaration here too;Xavier Santolaria
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
2005-06-10unused variable.Joris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-30zap an unused variableJoris Vink
2005-05-27missing handler for the diff commandJoris Vink
2005-05-25check the return value of cvs_startcmd() in cvs_req_command() so weJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
2005-04-18dummy handlers for the Entry, Modified, Is-Modified, Updated andJean-Francois Brousseau
2005-02-22give the `noop' request its own handler, it definitely does not needJean-Francois Brousseau
2005-01-13* get rid of useless headersJean-Francois Brousseau
2005-01-13when warning about unimplemented handlers, do not attempt to printJean-Francois Brousseau
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
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
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