summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/status.c
AgeCommit message (Expand)Author
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-09-22style;Xavier Santolaria
2005-09-05add warning message if file status is unknown;Xavier Santolaria
2005-08-17only close the RCS file if we opened it.Joris Vink
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-08zap unused vars;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-22use the cf_name field of the CVSFILE struct instead of using the oldJoris Vink
2005-07-19print existing tags if any (-v); long time ago Ok joris@.Xavier Santolaria
2005-07-14more use of cvs_rcs_getpath();Xavier Santolaria
2005-07-10no need to declare the verbosity var here as it is already done in cvs.h;Xavier Santolaria
2005-07-08handle -Q correctly; Ok joris@.Xavier Santolaria
2005-07-08if a file has been locally added, output correct info! Ok joris@.Xavier Santolaria
2005-07-08hrmz spaces...Xavier Santolaria
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
2005-07-07more snprintf(3) checks, check against the correctJoris Vink
2005-07-07add info message when examining directories; Ok joris@.Xavier Santolaria
2005-07-07snprintf(3) checks.Joris Vink
2005-07-07add comment;Xavier Santolaria
2005-07-07display what we should in case the file is unknown to cvs. Ok joris@.Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria
2005-07-05correct ouput to match gnu/usr.bin/cvs; more to come.Xavier Santolaria
2005-07-05`No' -> `no' in output; matches gnu/usr.bin/cvs output;Xavier Santolaria
2005-06-30add missing method check in pre_exec handler ... spotted by joris@.Xavier Santolaria
2005-06-30missing \n in server-side output;Xavier Santolaria
2005-06-25match output with the one from GNU cvs.Joris Vink
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
2005-05-20correct wrong error code usage.Joris Vink
2005-04-27no need to query the Entries line for files anymore and a bit of cleanupJean-Francois Brousseau
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-16make sure we send the correct stuff for newly added files thatJoris 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-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-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-01-06the status command now supports the same arguments as its gnu cvsJean-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