Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tighten vertical spacing for else; jfb ok | 2004-12-06 | 1 | -15/+8 | ||
| | ||||||
* | Missing prototype for cvs_diff_sendflags(), removes a gcc warning | 2004-12-06 | 1 | -2/+3 | ||
| | ||||||
* | Rewrite the internals of the file management code so that we do not keep | 2004-11-26 | 1 | -10/+18 | ||
| | | | | | | 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. | |||||
* | Fix handling of unknown directories | 2004-08-12 | 1 | -9/+19 | ||
| | ||||||
* | Start using the global files list | 2004-08-06 | 1 | -7/+6 | ||
| | ||||||
* | fix diffing by sending the base directory just before sending the 'diff' | 2004-07-30 | 1 | -4/+4 | ||
| | | | | command, and remove some debugging messages | |||||
* | Move to the new API for the client-server protocol. All functions now | 2004-07-30 | 1 | -255/+141 | ||
| | | | | | take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | |||||
* | prepare the entries interface so we can add entries | 2004-07-14 | 1 | -3/+3 | ||
| | ||||||
* | print diffargs correctly instead of a (null). This should make the diff | 2004-07-14 | 1 | -3/+13 | ||
| | | | | output exactly the same as the one from GNU CVS | |||||
* | * initial import from the cvs-tools module | 2004-07-13 | 1 | -0/+1678 | ||