index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
file.c
Age
Commit message (
Expand
)
Author
2004-08-13
More unused variables
Jean-Francois Brousseau
2004-08-13
When comparing a file's timestamp against the one found in the Entries
Jean-Francois Brousseau
2004-08-12
If we create a directory with cvs_file_create(), keep a pointer to the
Jean-Francois Brousseau
2004-08-12
Implement cvs_file_getspec() so we can finally deal with explicit file
Jean-Francois Brousseau
2004-08-10
Cleanup, and don't close the Entries file handle for a directory when we
Jean-Francois Brousseau
2004-08-06
* add a flag CF_NOSYMS to avoid loading information about symbolic links
Jean-Francois Brousseau
2004-08-06
Handle case insensitivity for real
Jean-Francois Brousseau
2004-08-06
Add fields to keep track of the file's mode and last modification time
Jean-Francois Brousseau
2004-08-06
the CF_STAT flag is useless now, all we have to do is extract the required
Jean-Francois Brousseau
2004-08-03
Fix an annoying error message on checkouts by loading administrative
Jean-Francois Brousseau
2004-08-03
cleanup
Jean-Francois Brousseau
2004-08-03
Initialize ndirs
Jean-Francois Brousseau
2004-08-02
Remove cruft and unbreak compilation
Jean-Francois Brousseau
2004-08-02
Allocate a dynamic buffer for sorting. This way, we don't bork anymore
Jean-Francois Brousseau
2004-07-31
Minor fixes and remove debugging messages
Jean-Francois Brousseau
2004-07-30
Lots of cleanup, and add an internal version of cvs_file_get() so we can
Jean-Francois Brousseau
2004-07-30
Add cvs_file_find() to find a particular file from its path within a
Jean-Francois Brousseau
2004-07-29
Remove debugging statements
Jean-Francois Brousseau
2004-07-29
Loop on the call to getdirentries() until there are no more entries.
Jean-Francois Brousseau
2004-07-29
* move to tail queues for file list management
Jean-Francois Brousseau
2004-07-29
* when comparing timestamps, use the last modification time instead
Jean-Francois Brousseau
2004-07-27
the `.#*' pattern actually still matches, include it in standard
Jean-Francois Brousseau
2004-07-27
Fix directory loading with the new file structure allocation code
Jean-Francois Brousseau
2004-07-27
* create cvs_file_alloc() to keep one copy of the file allocation code
Jean-Francois Brousseau
2004-07-26
* when loading a file, cvs_file_get() can now tell whether the file
Jean-Francois Brousseau
2004-07-25
* cleanup the file API with regards to flag handling and
Jean-Francois Brousseau
2004-07-23
Revamp the file interface to make life easier
Jean-Francois Brousseau
2004-07-16
* add prototypes for cvs_getargv() and cvs_freeargv()
Jean-Francois Brousseau
2004-07-14
cvsignore support and simpler API for file access
Jean-Francois Brousseau