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.h
Age
Commit message (
Expand
)
Author
2004-12-15
modify the CVS_DIR_ROOT() macro to grab the parent's root if the file
Jean-Francois Brousseau
2004-12-14
When loading directory entries, create file structures for files which
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-02
Add cvs_file_copy() to create a copy of a file structure.
Jean-Francois Brousseau
2004-11-26
Rewrite the internals of the file management code so that we do not keep
Jean-Francois Brousseau
2004-08-06
* add a flag CF_NOSYMS to avoid loading information about symbolic links
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-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-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-30
Move to the new API for the client-server protocol. All functions now
Jean-Francois Brousseau