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
2006-01-02
more includes cleanup;
Xavier Santolaria
2005-12-04
more code cleanup, remove useless flags and parts of code
Joris Vink
2005-12-03
remove unused and useless functions, they just get in the way;
Joris Vink
2005-12-03
add very basic support for the following stuff:
Joris Vink
2005-11-12
- remove strtab stuff. serves no useful purpose.
Niall O'Higgins
2005-08-17
keep a pointer to the CVSENTRIES in the CVSFILE structure.
Joris Vink
2005-07-31
nuke a totally unused flag for cf_flags
Joris Vink
2005-07-25
KNF; mostly spaces vs. tabs; ok joris@ jfb@.
Xavier Santolaria
2005-07-23
rewrite of the file code. the previous one was just
Joris Vink
2005-07-22
use the cf_name field of the CVSFILE struct instead of using the old
Joris Vink
2005-07-07
add a field to CVSFILE which holds the timestamp from the Entries file.
Joris Vink
2005-07-06
add explicit comments for file status;
Xavier Santolaria
2005-06-14
finish pruning support, this has been sitting
Joris Vink
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-20
execute the command callback at the same time we are building
Joris Vink
2005-05-12
introduce a new flag to the file api: CF_NOFILES, which allows us
Joris Vink
2005-04-25
first part of file API changes:
Joris Vink
2005-04-18
Modify the CVSFILE structure using a union to keep information about
Jean-Francois Brousseau
2005-03-24
ditch the filename hash table and use the new strtab code instead
Jean-Francois Brousseau
2005-03-02
add a flag to identify the base directory in file hierarchies.
Joris Vink
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