summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
2005-07-09explicit casts to const char *Niall O'Higgins
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
2005-07-08split local and remote function handlers from each other.Joris Vink
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-08don't try to run the pruning function on server side.Joris Vink
2005-07-08hrmz spaces...Xavier Santolaria
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
2005-07-08do not send the Arguments to the server twice.Joris Vink
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
2005-07-07do not run the callback for "." twice.Joris Vink
2005-07-07add a field to CVSFILE which holds the timestamp from the Entries file.Joris Vink
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-07remove trailing whitespacesJoris Vink
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-06add explicit comments for file status;Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria
2005-07-05if we can't stat the file and there is no entry for it, don't failJoris Vink
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-07-05protect against cvs_getln() failure.Joris Vink
2005-07-04start server support for annotate command + some cleanup; ok joris@.Xavier Santolaria
2005-07-04enable all commands; ok joris@.Xavier Santolaria
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-07-01- plug memleak in cvs_file_getdir().Joris 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-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-30daemon leftoversJoris Vink
2005-06-28send the date (-D) here too ..Xavier Santolaria
2005-06-28- add `rtag' command usageXavier Santolaria
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
2005-06-25match output with the one from GNU cvs.Joris Vink
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
2005-06-17when pruning don't try to remove any directories outsideJoris Vink
2005-06-17- add missing option in the command usageXavier Santolaria
2005-06-17#define CVS_EX_ERR -1Xavier Santolaria
2005-06-16.Xr cvsintro(7); ok joris jmcXavier Santolaria
2005-06-16match gnu/usr.bin/cvs error msg output on bad CVSROOT error; ok jorisXavier Santolaria
2005-06-15add descritpion of the watch/watchers commands;Xavier Santolaria
2005-06-14finish pruning support, this has been sittingJoris Vink
2005-06-14missing closedir() on error path; ok joris xsaPatrick Latifi