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
/
cmd.c
Age
Commit message (
Expand
)
Author
2005-09-13
unbreak opencvs server
Joris Vink
2005-09-07
make sure the administrative files that the commands depend on are
Joris Vink
2005-07-26
move trace message before calling cvs_connect();
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-23
rewrite of the file code. the previous one was just
Joris Vink
2005-07-21
<sys/param.h> is already included in "cvs.h", no need to duplicate;
Xavier Santolaria
2005-07-08
don't try to run the pruning function on server side.
Joris Vink
2005-07-07
remove trailing whitespaces
Joris Vink
2005-07-04
enable all commands; ok joris@.
Xavier Santolaria
2005-06-14
finish pruning support, this has been sitting
Joris Vink
2005-06-13
move the CVSROOT check earlier in the process, this way we get the
Xavier Santolaria
2005-06-07
don't forget to call cvs_disconnect() at the end
Joris Vink
2005-06-02
handle commands which do not have any init callback a bit
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-25
no need to check cvs_trace before outputting a trace, the log code
Jean-Francois Brousseau
2005-05-24
remove debugging messages
Jean-Francois Brousseau
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-23
add some logging for `cvs -t' option use; ok joris@
Xavier Santolaria
2005-05-20
execute the command callback at the same time we are building
Joris Vink
2005-04-25
first part of file API changes:
Joris Vink
2005-04-25
* add missing 'R' flag in diff synopsis
Jean-Francois Brousseau
2005-04-18
remove debugging leftovers
Jean-Francois Brousseau
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-04-13
cmd_helper() returns error codes > 0 or 0 on success.
Joris Vink
2005-04-12
use the new CVS_EX_* error codes here as well.
Joris Vink
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-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-04-01
make sure we don't do unneeded things for the version command.
Joris Vink
2005-03-31
make sure the server command can still be reached with the
Joris Vink
2005-03-31
- as long as we are using the sysexits.h error codes make sure
Joris Vink
2005-03-29
allow cmd_options to be NULL, so that commands which
Joris Vink
2005-03-28
fix argument count in cvs_startcmd()
Joris Vink
2005-03-24
add the first pieces of our new command framework.
Joris Vink