summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/server.c
AgeCommit message (Collapse)Author
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-07-27rename cvs_remove_dir() to cvs_rmdir() because it might be confusingXavier Santolaria
with the `remove' command local functions. ok joris@.
2005-07-23use cvs_chdir();Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris
2005-05-20correct wrong error code usage.Joris Vink
ok jfb@, xsa@
2005-05-18StyleAleksander Piotrowski
ok joris@
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
more server stuff coming soon! ok jfb@, xsa@
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
what exactly went wrong in case of an error. ok jfb@
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
anymore.
2005-04-11remove EX_USAGE error codesJoris Vink
ok jfb@
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-04-01crank up buffersize to get rid of truncated requests.Joris Vink
2005-03-31make sure the server command can still be reached with theJoris Vink
new framework. ok xsa@
2005-03-28dead codeJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-08-02Get a step closer to realityJean-Francois Brousseau
2004-07-30Remove remaining references to cvs_rootJean-Francois Brousseau
2004-07-29No need to import the `cvs_root' symbol anymore, it is done in cvs.hJean-Francois Brousseau
2004-07-28Fix $OpenBSD$ tagJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau