Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | zap unused vars; | 2005-08-08 | 1 | -5/+2 | ||
| | ||||||
* | use LP_NOTICE instead of LP_INFO where appropriate; | 2005-07-27 | 1 | -2/+2 | ||
| | ||||||
* | use the cf_name field of the CVSFILE struct instead of using the old | 2005-07-22 | 1 | -2/+2 | ||
| | | | | | | | | CVS_FILE_NAME macro. This macro used to be nifty because of all the referencing for the names, but since we don't do that anymore and use cf_name directly... byebye CVS_FILE_NAME() okay xsa@ | |||||
* | print existing tags if any (-v); long time ago Ok joris@. | 2005-07-19 | 1 | -4/+25 | ||
| | ||||||
* | more use of cvs_rcs_getpath(); | 2005-07-14 | 1 | -12/+2 | ||
| | ||||||
* | no need to declare the verbosity var here as it is already done in cvs.h; | 2005-07-10 | 1 | -3/+1 | ||
| | ||||||
* | handle -Q correctly; Ok joris@. | 2005-07-08 | 1 | -6/+14 | ||
| | ||||||
* | if a file has been locally added, output correct info! Ok joris@. | 2005-07-08 | 1 | -7/+13 | ||
| | ||||||
* | hrmz spaces... | 2005-07-08 | 1 | -2/+2 | ||
| | ||||||
* | display in local mode only the mtime of a file stored in the Entries file; | 2005-07-08 | 1 | -2/+16 | ||
| | | | | Ok joris@. | |||||
* | more snprintf(3) checks, check against the correct | 2005-07-07 | 1 | -4/+13 | ||
| | | | | | | size of the buffer, close RCSFILE on error. ok xsa@ | |||||
* | add info message when examining directories; Ok joris@. | 2005-07-07 | 1 | -2/+7 | ||
| | ||||||
* | snprintf(3) checks. | 2005-07-07 | 1 | -3/+7 | ||
| | | | | ok xsa@ | |||||
* | add comment; | 2005-07-07 | 1 | -2/+2 | ||
| | ||||||
* | display what we should in case the file is unknown to cvs. Ok joris@. | 2005-07-07 | 1 | -13/+23 | ||
| | ||||||
* | correct file status strings; | 2005-07-06 | 1 | -4/+4 | ||
| | ||||||
* | correct ouput to match gnu/usr.bin/cvs; more to come. | 2005-07-05 | 1 | -8/+9 | ||
| | | | | ok joris@. | |||||
* | `No' -> `no' in output; matches gnu/usr.bin/cvs output; | 2005-07-05 | 1 | -2/+2 | ||
| | ||||||
* | add missing method check in pre_exec handler ... spotted by joris@. | 2005-06-30 | 1 | -3/+6 | ||
| | | | | options can be sent to server now without making it go crazy.. | |||||
* | missing \n in server-side output; | 2005-06-30 | 1 | -1/+2 | ||
| | ||||||
* | match output with the one from GNU cvs. | 2005-06-25 | 1 | -9/+3 | ||
| | ||||||
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | 2005-05-31 | 1 | -3/+3 | ||
| | ||||||
* | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | 2005-05-24 | 1 | -40/+53 | ||
| | | | | | | | 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 | -8/+13 | ||
| | | | | ok jfb@, xsa@ | |||||
* | no need to query the Entries line for files anymore and a bit of cleanup | 2005-04-27 | 1 | -21/+10 | ||
| | ||||||
* | 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@ | |||||
* | thought i had committed that earlier;snprintf return value check; joris ok | 2005-04-16 | 1 | -2/+10 | ||
| | ||||||
* | make sure we send the correct stuff for newly added files that | 2005-04-16 | 1 | -1/+2 | ||
| | | | | are not commited yet. | |||||
* | handle files which have been lost or that have no associated entry | 2005-04-12 | 1 | -8/+21 | ||
| | | | | | | correctly when acting in local mode spotted by joris@ | |||||
* | * 'Up to date' --> 'Up-to-date', and add the 'Lost' status string | 2005-04-12 | 1 | -51/+85 | ||
| | | | | | * first stab at cvs_status_local(), which will run the command in local mode or remotely when acting as server (not hooked yet) | |||||
* | introduce our own set of error codes used by the commands to report | 2005-04-12 | 1 | -5/+5 | ||
| | | | | | | 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 | -2/+2 | ||
| | | | | ok jfb@ | |||||
* | first round of EX_* exit codes removal; ok joris@. | 2005-04-03 | 1 | -2/+2 | ||
| | ||||||
* | move all the client commands to the new command framework. | 2005-03-30 | 1 | -56/+28 | ||
| | | | | | | eliminates a lot of duplicate code. ok jfb@ | |||||
* | fix a variety of things i found at coverity. ok joris@ | 2005-03-26 | 1 | -2/+3 | ||
| | ||||||
* | Many improvements to the RCS support: | 2005-02-27 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | - make it possible to specify creation and the file mode in rcs_open() - implicitly write the contents to disk on rcs_close() if the RCS handle has been changed - fix a bug in the output of the `expand' keyword - add functions to retrieve and modify the expansion mode - rcs_parse() shouldn't be available to the outside - empty string instead of `(null)' if there is no description ok Joris | |||||
* | the status command now supports the same arguments as its gnu cvs | 2005-01-06 | 1 | -5/+19 | ||
| | | | | counterpart (-lRv) | |||||
* | modify the directory handling portion to behave like the one in add.c, | 2004-12-21 | 1 | -3/+12 | ||
| | | | | | 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 | -56/+63 | ||
| | | | | checking on all the protocol calls | |||||
* | less whitespace, more pretty. ok jfb | 2004-12-07 | 1 | -16/+11 | ||
| | ||||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -9/+5 | ||
| | ||||||
* | Rewrite the internals of the file management code so that we do not keep | 2004-11-26 | 1 | -15/+14 | ||
| | | | | | | a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such. | |||||
* | Plug in the handler for `cvs status' | 2004-07-30 | 1 | -0/+189 | ||