Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more error checking on protocol calls when running in client mode | 2005-02-22 | 1 | -3/+5 | |
| | |||||
* | more widespread use of cvs_msg, and free it when we are done | 2005-01-13 | 1 | -10/+14 | |
| | | | | diff by Joris Vink and me | ||||
* | modify the directory handling portion to behave like the one in add.c, | 2004-12-21 | 1 | -9/+7 | |
| | | | | | 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 | -12/+19 | |
| | | | | checking on all the protocol calls | ||||
* | return early if no files are ready to be commited | 2004-12-13 | 1 | -1/+3 | |
| | |||||
* | embrace and extend (!) cvs_logmsg_get() so we can now display | 2004-12-08 | 1 | -8/+8 | |
| | | | | | | | | | information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections | ||||
* | less whitespace, more pretty. ok jfb | 2004-12-07 | 1 | -12/+9 | |
| | |||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -3/+2 | |
| | |||||
* | This commit is brought to you by the brand new improved and better tasting | 2004-12-02 | 1 | -28/+63 | |
| | | | | OpenCVS commit code. | ||||
* | Rewrite the internals of the file management code so that we do not keep | 2004-11-26 | 1 | -187/+70 | |
| | | | | | | 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. | ||||
* | Better handling of log message input and removal of crufty code | 2004-11-09 | 1 | -56/+86 | |
| | |||||
* | at least compile | 2004-11-09 | 1 | -4/+7 | |
| | |||||
* | Editor invocation code, still needs some work | 2004-11-09 | 1 | -5/+133 | |
| | |||||
* | Move to the new API for the client-server protocol. All functions now | 2004-07-30 | 1 | -1/+2 | |
| | | | | | take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | ||||
* | * initial import from the cvs-tools module | 2004-07-13 | 1 | -0/+145 | |