Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove trailing whitespaces | 2005-07-07 | 1 | -2/+2 | ||
| | | | | from deraadt@ | |||||
* | start server support for annotate command + some cleanup; ok joris@. | 2005-07-04 | 1 | -24/+67 | ||
| | ||||||
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | 2005-05-31 | 1 | -4/+3 | ||
| | ||||||
* | -D and -r can be used simultaneously, pointed out by marc@ and thus | 2005-05-30 | 1 | -7/+1 | ||
| | | | | | | | backout my previous change + spotted another case in the annotate command... ok joris@ | |||||
* | correct error message... | 2005-05-29 | 1 | -2/+2 | ||
| | ||||||
* | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | 2005-05-24 | 1 | -10/+18 | ||
| | | | | | | | fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris | |||||
* | correct wrong error code usage. | 2005-05-20 | 1 | -1/+8 | ||
| | | | | ok jfb@, xsa@ | |||||
* | make the handlers static and remove local code that will go in another | 2005-05-20 | 1 | -42/+28 | ||
| | | | | function | |||||
* | Modify the CVSFILE structure using a union to keep information about | 2005-04-18 | 1 | -7/+2 | ||
| | | | | | | | | | both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@ | |||||
* | use the option string from the cvs_cmd entry instead of keeping a | 2005-04-13 | 1 | -2/+2 | ||
| | | | | | | hardcoded copy ok joris@ | |||||
* | introduce our own set of error codes used by the commands to report | 2005-04-12 | 1 | -7/+7 | ||
| | | | | | | what exactly went wrong in case of an error. ok jfb@ | |||||
* | don't include sysexits.h now we don't use those error codes | 2005-04-11 | 1 | -2/+1 | ||
| | | | | anymore. | |||||
* | remove EX_USAGE error codes | 2005-04-11 | 1 | -3/+3 | ||
| | | | | ok jfb@ | |||||
* | first round of EX_* exit codes removal; ok joris@. | 2005-04-03 | 1 | -4/+4 | ||
| | ||||||
* | move all the client commands to the new command framework. | 2005-03-30 | 1 | -61/+35 | ||
| | | | | | | eliminates a lot of duplicate code. ok jfb@ | |||||
* | fix the annotate usage (there is no -F flag) and add the missing bits | 2005-01-13 | 1 | -3/+16 | ||
| | | | | | | so the -r and -f arguments are supported, and complain if both -D and -r are given. GNU CVS silently accepts to have both specified, but does not produce output as a result. | |||||
* | modify the directory handling portion to behave like the one in add.c, | 2004-12-21 | 1 | -7/+10 | ||
| | | | | | which does not attempt to send data when running on a local repository. This will be needed to support local repository access | |||||
* | First attempt at syncing the command code and doing a lot more error | 2004-12-14 | 1 | -45/+52 | ||
| | | | | checking on all the protocol calls | |||||
* | support the 'annotate' command, will need some polishing | 2004-12-09 | 1 | -0/+191 | ||