summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* modify the CVS_DIR_ROOT() macro to grab the parent's root if the filejfb2004-12-151-4/+4
* When loading directory entries, create file structures for files whichjfb2004-12-141-1/+2
* less whitespace, more pretty. ok jfbtedu2004-12-071-12/+10
* Add cvs_file_copy() to create a copy of a file structure.jfb2004-12-021-1/+2
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-13/+27
* * add a flag CF_NOSYMS to avoid loading information about symbolic linksjfb2004-08-061-1/+8
* Add fields to keep track of the file's mode and last modification timejfb2004-08-061-1/+4
* the CF_STAT flag is useless now, all we have to do is extract the requiredjfb2004-08-061-3/+2
* Remove cruft and unbreak compilationjfb2004-08-021-6/+7
* Allocate a dynamic buffer for sorting. This way, we don't bork anymorejfb2004-08-021-1/+2
* Lots of cleanup, and add an internal version of cvs_file_get() so we canjfb2004-07-301-114/+18
* Add cvs_file_find() to find a particular file from its path within ajfb2004-07-301-2/+9
* Move to the new API for the client-server protocol. All functions nowjfb2004-07-301-0/+206