summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/update.c
AgeCommit message (Expand)Author
2005-07-07remove trailing whitespacesJoris Vink
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-06-17- add missing option in the command usageXavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusXavier Santolaria
2005-05-29-D and -r are mutually exclusive ...Xavier Santolaria
2005-05-26first part of real pruning supportJoris Vink
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20first bits of the `cvs -n' option; ok jfb jorisXavier Santolaria
2005-04-27cleanup and initial split between remote and local update codeJean-Francois Brousseau
2005-04-19send the correct argument, -A not -aJoris Vink
2005-04-19support -P -A -d flagsJoris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
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-03-30move all the client commands to the new command framework.Joris Vink
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-22use the file's name, and not its full path, when building the path toJean-Francois Brousseau
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-01-13prettierJean-Francois Brousseau
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-14First attempt at syncing the command code and doing a lot more errorJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-08-27Add CF_NOSYMS to the flags so we skip symbolic linksJean-Francois Brousseau
2004-08-12Use cvs_files to build the file hierarchy and handle explicit argumentsJean-Francois Brousseau
2004-08-12If the directory we are updating is unknown, send a Questionable requestJean-Francois Brousseau
2004-07-30fix diffing by sending the base directory just before sending the 'diff'Jean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29Don't export `cvs_root'Jean-Francois Brousseau
2004-07-29update meatJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau