Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-25 | snprintf() cleanup; OK niallo@. | Xavier Santolaria | |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria | |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink | |
makes the code a lot more readable and understandable. ok xsa@ and niallo@ | |||
2005-12-22 | cvs_rcs_getpath() cannot fail anymore; | Xavier Santolaria | |
2005-09-22 | style; | Xavier Santolaria | |
2005-09-05 | add warning message if file status is unknown; | Xavier Santolaria | |
2005-08-17 | only close the RCS file if we opened it. | Joris Vink | |
fixes a crash with newly added files. ok jfb@ | |||
2005-08-17 | trailing whitespaces ... | Xavier Santolaria | |
2005-08-08 | zap unused vars; | Xavier Santolaria | |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria | |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink | |
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@ | |||
2005-07-19 | print existing tags if any (-v); long time ago Ok joris@. | Xavier Santolaria | |
2005-07-14 | more use of cvs_rcs_getpath(); | Xavier Santolaria | |
2005-07-10 | no need to declare the verbosity var here as it is already done in cvs.h; | Xavier Santolaria | |
2005-07-08 | handle -Q correctly; Ok joris@. | Xavier Santolaria | |
2005-07-08 | if a file has been locally added, output correct info! Ok joris@. | Xavier Santolaria | |
2005-07-08 | hrmz spaces... | Xavier Santolaria | |
2005-07-08 | display in local mode only the mtime of a file stored in the Entries file; | Xavier Santolaria | |
Ok joris@. | |||
2005-07-07 | more snprintf(3) checks, check against the correct | Joris Vink | |
size of the buffer, close RCSFILE on error. ok xsa@ | |||
2005-07-07 | add info message when examining directories; Ok joris@. | Xavier Santolaria | |
2005-07-07 | snprintf(3) checks. | Joris Vink | |
ok xsa@ | |||
2005-07-07 | add comment; | Xavier Santolaria | |
2005-07-07 | display what we should in case the file is unknown to cvs. Ok joris@. | Xavier Santolaria | |
2005-07-06 | correct file status strings; | Xavier Santolaria | |
2005-07-05 | correct ouput to match gnu/usr.bin/cvs; more to come. | Xavier Santolaria | |
ok joris@. | |||
2005-07-05 | `No' -> `no' in output; matches gnu/usr.bin/cvs output; | Xavier Santolaria | |
2005-06-30 | add missing method check in pre_exec handler ... spotted by joris@. | Xavier Santolaria | |
options can be sent to server now without making it go crazy.. | |||
2005-06-30 | missing \n in server-side output; | Xavier Santolaria | |
2005-06-25 | match output with the one from GNU cvs. | Joris Vink | |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria | |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau | |
fields to hook local versions of the commands. This needs to go in before it gets any bigger ok joris | |||
2005-05-20 | correct wrong error code usage. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-04-27 | no need to query the Entries line for files anymore and a bit of cleanup | Jean-Francois Brousseau | |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau | |
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@ | |||
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink | |
are not commited yet. | |||
2005-04-12 | handle files which have been lost or that have no associated entry | Jean-Francois Brousseau | |
correctly when acting in local mode spotted by joris@ | |||
2005-04-12 | * 'Up to date' --> 'Up-to-date', and add the 'Lost' status string | Jean-Francois Brousseau | |
* first stab at cvs_status_local(), which will run the command in local mode or remotely when acting as server (not hooked yet) | |||
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink | |
what exactly went wrong in case of an error. ok jfb@ | |||
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink | |
anymore. | |||
2005-04-11 | remove EX_USAGE error codes | Joris Vink | |
ok jfb@ | |||
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria | |
2005-03-30 | move all the client commands to the new command framework. | Joris Vink | |
eliminates a lot of duplicate code. ok jfb@ | |||
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 | |
- 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 | |||
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau | |
counterpart (-lRv) | |||
2004-12-21 | modify the directory handling portion to behave like the one in add.c, | Jean-Francois Brousseau | |
which does not attempt to send data when running on a local repository. This will be needed to support local repository access | |||
2004-12-14 | First attempt at syncing the command code and doing a lot more error | Jean-Francois Brousseau | |
checking on all the protocol calls | |||
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |