summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/getlog.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modify the directory handling portion to behave like the one in add.c,jfb2004-12-211-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 errorjfb2004-12-141-60/+55
| | | | checking on all the protocol calls
* fix path to RCS file; jfb@ ok.xsa2004-12-141-2/+2
|
* less whitespace, more pretty. ok jfbtedu2004-12-071-12/+10
|
* tighten vertical spacing for else; jfb okderaadt2004-12-061-9/+5
|
* Get rid of a gcc warningjfb2004-12-061-1/+3
|
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-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 thejfb2004-11-181-17/+116
| | | | code from update
* Cleanup the code, will need reworkjfb2004-08-131-11/+17
|
* Remove old codejfb2004-07-311-14/+5
|
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-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.hjfb2004-07-291-3/+1
|
* * initial import from the cvs-tools modulejfb2004-07-131-0/+148