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
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
2004-12-21
modify the directory handling portion to behave like the one in add.c,
Jean-Francois Brousseau
2004-12-14
First attempt at syncing the command code and doing a lot more error
Jean-Francois Brousseau
2004-12-14
fix path to RCS file; jfb@ ok.
Xavier Santolaria
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-06
tighten vertical spacing for else; jfb ok
Theo de Raadt
2004-12-06
Get rid of a gcc warning
Jean-Francois Brousseau
2004-11-26
Rewrite the internals of the file management code so that we do not keep
Jean-Francois Brousseau
2004-11-18
Make the 'cvs log' command work in client mode, mostly based on the
Jean-Francois Brousseau
2004-08-13
Cleanup the code, will need rework
Jean-Francois Brousseau
2004-07-31
Remove old code
Jean-Francois Brousseau
2004-07-30
Move to the new API for the client-server protocol. All functions now
Jean-Francois Brousseau
2004-07-29
No need to import the `cvs_root' symbol anymore, it is done in cvs.h
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau