summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
AgeCommit message (Expand)Author
2008-02-03Added rdiff support. In order to do this, some output and option fixesTobias Stoeckmann
2008-02-01Added rannotate supportTobias Stoeckmann
2008-01-21Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrcTobias Stoeckmann
2008-01-10Added support for rtag in local and remote setups (with interoperabilityTobias Stoeckmann
2008-01-10Simply the use of cmdp and cvs_command by zapping cvs_command and workingTobias Stoeckmann
2007-09-25remove unused extern variableCharles Longeau
2007-09-04Removed dead code.Tobias Stoeckmann
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Add server-side bits for admin command.Xavier Santolaria
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-06-12bring back a working version of the `cvs init' command. OK joris@.Xavier Santolaria
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-05-31add support for the export command.Joris Vink
2006-05-30hello import, only works for non-existing repositories right now,Joris Vink
2006-05-29add remove support, hacked by xsa@ but lots of modificationsJoris Vink
2006-05-28add basic 'cvs log' support.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30knfReyk Floeter
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-10-22- don't check for admin files when running init;Joris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-13unbreak opencvs serverJoris Vink
2005-09-07make sure the administrative files that the commands depend on areJoris Vink
2005-07-26move trace message before calling cvs_connect();Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-08don't try to run the pruning function on server side.Joris Vink
2005-07-07remove trailing whitespacesJoris Vink
2005-07-04enable all commands; ok joris@.Xavier Santolaria
2005-06-14finish pruning support, this has been sittingJoris Vink
2005-06-13move the CVSROOT check earlier in the process, this way we get theXavier Santolaria
2005-06-07don't forget to call cvs_disconnect() at the endJoris Vink
2005-06-02handle commands which do not have any init callback a bitJoris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-25no need to check cvs_trace before outputting a trace, the log codeJean-Francois Brousseau
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau