summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-04-12more cvsd(8) cleanup;Xavier Santolaria
2005-04-12cvsd(8) references cleanup; ok joris@.Xavier Santolaria
2005-04-12don't show unneeded error messages.Joris Vink
2005-04-12use the new CVS_EX_* error codes here as well.Joris Vink
2005-04-12handle files which have been lost or that have no associated entryJean-Francois Brousseau
2005-04-12* 'Up to date' --> 'Up-to-date', and add the 'Lost' status stringJean-Francois Brousseau
2005-04-12tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore;Xavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-12* handle errors when loading delta branchesJean-Francois Brousseau
2005-04-11modify handling of RCS delta texts so we can handle arbitrary binaryJean-Francois Brousseau
2005-04-11open the RCS files in write mode by default to allow modificationsJean-Francois Brousseau
2005-04-11fix year value in RCS outputJean-Francois Brousseau
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-07* reverse symbol list orderJean-Francois Brousseau
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau
2005-04-07Fix RCS parsing for keywords that expect and ID and use cvs_strfree()Jean-Francois Brousseau
2005-04-06more unused codeJean-Francois Brousseau
2005-04-06remove dead and unused codeJoris Vink
2005-04-06unbreakJean-Francois Brousseau
2005-04-06* allow for creation and removal of RCS locksJean-Francois Brousseau
2005-04-06start using strtab stuff in RCS code.Joris Vink
2005-04-06make cvs_printf() work as advertised when running as serverJean-Francois Brousseau
2005-04-06plug memleak in rcs_splitlines()Joris Vink
2005-04-06make cvs_findcmd() available to the rest of the programJean-Francois Brousseau
2005-04-06make sure we don't try and return csp->cs_str whenJoris Vink
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-04-01make sure we don't do unneeded things for the version command.Joris Vink
2005-03-31+YFLAGS=Xavier Santolaria
2005-03-31make sure the server command can still be reached with theJoris Vink
2005-03-31- as long as we are using the sysexits.h error codes make sureJoris Vink
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-31remove unused variable.Joris Vink
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-30allow this to be compiled on its own for testing.Joris Vink
2005-03-29cvs_file_attach() can fail, make sure we can handle itJoris Vink
2005-03-29-width Ds in places; jfb jcsTheo de Raadt
2005-03-29fix memleakJoris Vink
2005-03-29be more verbose when cleaning up the string table.Joris Vink
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
2005-03-29put back the cmd.c file, it got lost in previous commits.Joris Vink
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
2005-03-28alignmentJean-Francois Brousseau
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24ditch the filename hash table and use the new strtab code insteadJean-Francois Brousseau