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
/
getlog.c
Age
Commit message (
Expand
)
Author
2006-06-16
in preparation for the new remote code, proto.h becomes obsolete.
Joris Vink
2006-06-02
various spelling fixes
David Krause
2006-05-30
change cvs_file_classify here to, forgot to commit this
Joris Vink
2006-05-29
add trace messages for debugging purpose
Joris Vink
2006-05-29
i forgot to handle directories inside the 'log' code,
Joris Vink
2006-05-28
teach log how to handle the revisions passed on the command line.
Joris Vink
2006-05-28
add basic 'cvs log' support.
Joris Vink
2006-04-14
- swap a hack for a slightly nicer hack using a global variable. this avoids
Niall O'Higgins
2006-02-06
- use bitwise flags
Xavier Santolaria
2006-01-30
strerror() -> rcs_errstr() when passing rcs_errno as argument;
Xavier Santolaria
2006-01-29
RCS_PARSE_FULLY needed here too, as in rlog(1);
Xavier Santolaria
2006-01-27
more errors handling cleanup;
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
minor style nits;
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-11-03
output tweaks;
Xavier Santolaria
2005-08-08
zap unused var;
Xavier Santolaria
2005-08-05
minor KNF;
Xavier Santolaria
2005-07-27
use LP_NOTICE instead of LP_INFO where appropriate;
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-22
use the cf_name field of the CVSFILE struct instead of using the old
Joris Vink
2005-07-21
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Xavier Santolaria
2005-07-19
missing CF_IGNORE, CF_NOSYMS and CF_SORT flags.
Joris Vink
2005-07-15
if a file has been locally added and not committed, handle it with proper
Xavier Santolaria
2005-07-14
use cvs_rcs_getpath();
Xavier Santolaria
2005-07-11
display warning message about an unknown file only if -Q is not specified;
Xavier Santolaria
2005-07-11
display info message only if -q is not specified;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-07-01
|| should && instead ...
Xavier Santolaria
2005-07-01
more output tweaks in server mode ..
Xavier Santolaria
2005-07-01
fix output when using in server mode; more to come ... ok joris
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-29
add missing options in usage..
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-05-20
return CVS_EX_PROTO on protocol errors
Jean-Francois Brousseau
2005-05-19
handle -t option locally too; joris ok
Xavier Santolaria
2005-05-19
- add missing flags for the log command
Xavier Santolaria
2005-05-11
missing CF_IGNORE flag
Joris Vink
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-16
more snprintf return value check; joris ok
Xavier Santolaria
2005-04-13
* accept the -N option to suppress logging of tags
Jean-Francois Brousseau
2005-04-13
cleanup and split the log code into two separate functions for local
Jean-Francois Brousseau
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-11
don't include sysexits.h now we don't use those error codes
Joris Vink
2005-04-11
remove EX_USAGE error codes
Joris Vink
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-26
fix a variety of things i found at coverity. ok joris@
Ted Unangst
2005-02-27
Many improvements to the RCS support:
Jean-Francois Brousseau
[next]