Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -60/+55 | |
| | | | | checking on all the protocol calls | ||||
* | fix path to RCS file; jfb@ ok. | 2004-12-14 | 1 | -2/+2 | |
| | |||||
* | less whitespace, more pretty. ok jfb | 2004-12-07 | 1 | -12/+10 | |
| | |||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -9/+5 | |
| | |||||
* | Get rid of a gcc warning | 2004-12-06 | 1 | -1/+3 | |
| | |||||
* | Rewrite the internals of the file management code so that we do not keep | 2004-11-26 | 1 | -13/+16 | |
| | | | | | | 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. | ||||
* | Make the 'cvs log' command work in client mode, mostly based on the | 2004-11-18 | 1 | -17/+116 | |
| | | | | code from update | ||||
* | Cleanup the code, will need rework | 2004-08-13 | 1 | -11/+17 | |
| | |||||
* | Remove old code | 2004-07-31 | 1 | -14/+5 | |
| | |||||
* | 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. | ||||
* | No need to import the `cvs_root' symbol anymore, it is done in cvs.h | 2004-07-29 | 1 | -3/+1 | |
| | |||||
* | * initial import from the cvs-tools module | 2004-07-13 | 1 | -0/+148 | |