summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-03-08make cvs_findcmd() and cvs_read_rcfile() static.Joris Vink
2005-03-08don't forget to send options to the server when they are specified.Joris Vink
2005-03-07use rcs_kflag_get() and RCS_KWEXP_INVAL() to check for validJoris Vink
2005-03-07free rcs when we are done using it.Joris Vink
2005-03-06.OP -> .Op;Jason McIntyre
2005-03-06initial support for the admin command. Not all options are working yet.Joris Vink
2005-03-06first bits of `cvs admin' documentation; help/ok jmc, ok joris;Xavier Santolaria
2005-03-05add -V to usage();Jason McIntyre
2005-03-05fix SEE ALSO;Jason McIntyre
2005-03-05basic implementation of the rcs(1) tool, very useful in debugging theJean-Francois Brousseau
2005-03-05free bnum when we are done using it, also use rcsnum_parse() insteadJoris Vink
2005-03-05add functions to retrieve and set the comment leader for an RCSJean-Francois Brousseau
2005-03-05fix file loading when recursion is disabled. this should fix theJean-Francois Brousseau
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
2005-03-05identify ID tokens correctly and fix parsing of RCS files containingJean-Francois Brousseau
2005-03-05unbreak the RCS_KWEXP_INVAL() macroJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-05make sure that errors from cvs_file_lget() cascade down instead ofJean-Francois Brousseau
2005-03-04add missing 'add' request in cvs_request table.Joris Vink
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
2005-03-04missing -F in `tag' synopsis;Jason McIntyre
2005-03-04make `cvs tag' consistent w/ `cvs rtag'; ok jmc jorisXavier Santolaria
2005-03-03allow for the creation of RCS files that have no revisions,Jean-Francois Brousseau
2005-03-02add a flag to identify the base directory in file hierarchies.Joris Vink
2005-03-02document `cvs rtag'; ok joris jmcXavier Santolaria
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
2005-03-02- make sure we are using a remote method before callingJoris Vink
2005-03-01fix call to rcs_open() so the file gets created, and remove theJean-Francois Brousseau
2005-03-01document `cvs rdiff'; ok joris jmcXavier Santolaria
2005-02-28do not forget to call cvs_connect() when we are using a remote cvs server.Joris Vink
2005-02-28update my email address.Joris Vink
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-26spelling fixesDavid Krause
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
2005-02-25exit with an error message if cvs_file_init() failsJean-Francois Brousseau
2005-02-25add rcsnum_parse() to simplify the most common caseJean-Francois Brousseau
2005-02-25document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;Xavier Santolaria
2005-02-22more error checking on protocol calls when running in client modeJean-Francois Brousseau
2005-02-22use the file's name, and not its full path, when building the path toJean-Francois Brousseau
2005-02-22unused variableJean-Francois Brousseau
2005-02-22get rid of code that shouldn't have made it in thereJean-Francois Brousseau
2005-02-22Split the cvs daemon into two different processes: cvsd and cvsd-child.Jean-Francois Brousseau
2005-02-22- support -c and -s to retrieve the module listJean-Francois Brousseau
2005-02-22set the standard request socket path to /var/run/cvsd.sockJean-Francois Brousseau
2005-02-22give the `noop' request its own handler, it definitely does not needJean-Francois Brousseau
2005-02-22when a log message is generated by the server and is sent toJean-Francois Brousseau
2005-02-22do not leak a file pointer in case of errorJean-Francois Brousseau
2005-02-21document `cvs log'; ok jmcXavier Santolaria
2005-02-17only increase the reference count on the cvsroot structure when itJean-Francois Brousseau
2005-02-16get rid of unneeded whitespaceJean-Francois Brousseau