summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
AgeCommit message (Expand)Author
2004-08-13More unused variablesJean-Francois Brousseau
2004-08-13When comparing a file's timestamp against the one found in the EntriesJean-Francois Brousseau
2004-08-12If we create a directory with cvs_file_create(), keep a pointer to theJean-Francois Brousseau
2004-08-12Implement cvs_file_getspec() so we can finally deal with explicit fileJean-Francois Brousseau
2004-08-10Cleanup, and don't close the Entries file handle for a directory when weJean-Francois Brousseau
2004-08-06* add a flag CF_NOSYMS to avoid loading information about symbolic linksJean-Francois Brousseau
2004-08-06Handle case insensitivity for realJean-Francois Brousseau
2004-08-06Add fields to keep track of the file's mode and last modification timeJean-Francois Brousseau
2004-08-06the CF_STAT flag is useless now, all we have to do is extract the requiredJean-Francois Brousseau
2004-08-03Fix an annoying error message on checkouts by loading administrativeJean-Francois Brousseau
2004-08-03cleanupJean-Francois Brousseau
2004-08-03Initialize ndirsJean-Francois Brousseau
2004-08-02Remove cruft and unbreak compilationJean-Francois Brousseau
2004-08-02Allocate a dynamic buffer for sorting. This way, we don't bork anymoreJean-Francois Brousseau
2004-07-31Minor fixes and remove debugging messagesJean-Francois Brousseau
2004-07-30Lots of cleanup, and add an internal version of cvs_file_get() so we canJean-Francois Brousseau
2004-07-30Add cvs_file_find() to find a particular file from its path within aJean-Francois Brousseau
2004-07-29Remove debugging statementsJean-Francois Brousseau
2004-07-29Loop on the call to getdirentries() until there are no more entries.Jean-Francois Brousseau
2004-07-29* move to tail queues for file list managementJean-Francois Brousseau
2004-07-29* when comparing timestamps, use the last modification time insteadJean-Francois Brousseau
2004-07-27the `.#*' pattern actually still matches, include it in standardJean-Francois Brousseau
2004-07-27Fix directory loading with the new file structure allocation codeJean-Francois Brousseau
2004-07-27* create cvs_file_alloc() to keep one copy of the file allocation codeJean-Francois Brousseau
2004-07-26* when loading a file, cvs_file_get() can now tell whether the fileJean-Francois Brousseau
2004-07-25* cleanup the file API with regards to flag handling andJean-Francois Brousseau
2004-07-23Revamp the file interface to make life easierJean-Francois Brousseau
2004-07-16* add prototypes for cvs_getargv() and cvs_freeargv()Jean-Francois Brousseau
2004-07-14cvsignore support and simpler API for file accessJean-Francois Brousseau