index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
status.c
Age
Commit message (
Expand
)
Author
2006-07-07
first part of opencvs remote, fairly useable on existing trees
Joris Vink
2006-07-07
fix segfault for newly added files.
Joris Vink
2006-06-19
kill local and remote callback and just have one called fileproc.
Joris Vink
2006-06-16
in preparation for the new remote code, proto.h becomes obsolete.
Joris Vink
2006-06-07
bring back -v support; OK joris@.
Xavier Santolaria
2006-06-04
fix output if file is lost, unknown, or in the Attic; OK joris@.
Xavier Santolaria
2006-06-01
major rewrite of some rcs parsing stuff:
Joris Vink
2006-05-30
fill in the correct revision number we will want in file_rcsrev
Joris Vink
2006-05-30
handle -q for Sticky Options and Sticky Tags output; OK joris@.
Xavier Santolaria
2006-05-28
allow commands to shut up the output from cvs_file_classify
Joris Vink
2006-05-27
allow commands to respect the -l flag, if the -l flag is
Joris Vink
2006-05-27
commit the new opencvs code, i have been hacking on
Joris Vink
2006-04-14
remove a metric buttload of excessive ()
Theo de Raadt
2006-04-12
yet another missing break;
Xavier Santolaria
2006-01-30
strerror() -> rcs_errstr() when passing rcs_errno as argument;
Xavier Santolaria
2006-01-27
more errors handling cleanup;
Xavier Santolaria
2006-01-25
snprintf() cleanup; OK niallo@.
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
major cleanup of the functions handling the remote cvs protocol.
Joris Vink
2005-12-22
cvs_rcs_getpath() cannot fail anymore;
Xavier Santolaria
2005-09-22
style;
Xavier Santolaria
2005-09-05
add warning message if file status is unknown;
Xavier Santolaria
2005-08-17
only close the RCS file if we opened it.
Joris Vink
2005-08-17
trailing whitespaces ...
Xavier Santolaria
2005-08-08
zap unused vars;
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-22
use the cf_name field of the CVSFILE struct instead of using the old
Joris Vink
2005-07-19
print existing tags if any (-v); long time ago Ok joris@.
Xavier Santolaria
2005-07-14
more use of cvs_rcs_getpath();
Xavier Santolaria
2005-07-10
no need to declare the verbosity var here as it is already done in cvs.h;
Xavier Santolaria
2005-07-08
handle -Q correctly; Ok joris@.
Xavier Santolaria
2005-07-08
if a file has been locally added, output correct info! Ok joris@.
Xavier Santolaria
2005-07-08
hrmz spaces...
Xavier Santolaria
2005-07-08
display in local mode only the mtime of a file stored in the Entries file;
Xavier Santolaria
2005-07-07
more snprintf(3) checks, check against the correct
Joris Vink
2005-07-07
add info message when examining directories; Ok joris@.
Xavier Santolaria
2005-07-07
snprintf(3) checks.
Joris Vink
2005-07-07
add comment;
Xavier Santolaria
2005-07-07
display what we should in case the file is unknown to cvs. Ok joris@.
Xavier Santolaria
2005-07-06
correct file status strings;
Xavier Santolaria
2005-07-05
correct 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-30
add missing method check in pre_exec handler ... spotted by joris@.
Xavier Santolaria
2005-06-30
missing \n in server-side output;
Xavier Santolaria
2005-06-25
match output with the one from GNU cvs.
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
correct wrong error code usage.
Joris Vink
2005-04-27
no need to query the Entries line for files anymore and a bit of cleanup
Jean-Francois Brousseau
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
[next]