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
2005-09-15
strip trailing slashes from any arguments passed to opencvs.
Joris Vink
2005-09-15
check in cvs_mkadmin() wether we need to create or not the
Xavier Santolaria
2005-09-14
knf
Joris Vink
2005-09-13
fix conditions when the base directory should be passed to the command
Joris Vink
2005-09-11
only remove and free a cvsroot struct if it has been added in
Joris Vink
2005-09-06
more bits for the local remove command support; OK joris@.
Xavier Santolaria
2005-09-06
Make sure entries do not go away when we run through them in the file code.
Joris Vink
2005-08-19
do not close the entries file until all files depending on it have
Joris Vink
2005-08-17
keep a pointer to the CVSENTRIES in the CVSFILE structure.
Joris Vink
2005-08-17
trailing whitespaces ...
Xavier Santolaria
2005-08-14
missing casts; ok joris
Xavier Santolaria
2005-08-11
fgets() expects the 2nd arg to be an int.
Xavier Santolaria
2005-08-03
check only once for the HOME environment variable and reuse
Xavier Santolaria
2005-07-30
o remove a call to cvs_ent_open() from cvs_file_create(),
Moritz Jodeit
2005-07-29
minor KNF;
Xavier Santolaria
2005-07-29
make more use of error codes in the file code.
Joris Vink
2005-07-29
correctly build the repository path in cvs_load_dirinfo() so we do not
Joris Vink
2005-07-27
rename cvs_remove_dir() to cvs_rmdir() because it might be confusing
Xavier Santolaria
2005-07-25
make it compile without warnings
Joris Vink
2005-07-25
KNF;
Xavier Santolaria
2005-07-24
do not bail out in client mode if the file is not on disk at all.
Joris Vink
2005-07-24
"cvslog.*" should really be "cvslog*"
Joris Vink
2005-07-24
add "cvslog.*" to the ignore list
Joris Vink
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-18
oops, last commit broke a few things
Joris Vink
2005-07-18
let it compile without any warnings
Joris Vink
2005-07-15
if the file has been added but is not on disk make sure we can pick it up
Joris Vink
2005-07-07
do not run the callback for "." twice.
Joris Vink
2005-07-07
add a field to CVSFILE which holds the timestamp from the Entries file.
Joris Vink
2005-07-07
remove trailing whitespaces
Joris Vink
2005-07-05
if we can't stat the file and there is no entry for it, don't fail
Joris Vink
2005-07-01
- plug memleak in cvs_file_getdir().
Joris Vink
2005-06-17
correctly build a temporary copy of the client its repository
Joris Vink
2005-06-17
when pruning don't try to remove any directories outside
Joris Vink
2005-06-14
finish pruning support, this has been sitting
Joris Vink
2005-06-09
don't forget to close entfile in cvs_file_getspec().
Joris Vink
2005-06-01
remove debug code
Joris Vink
2005-06-01
don't trust cvs_file_getpath() to get the correct path when creating
Joris Vink
2005-06-01
when creating a new directory, steal the parent its cvsroot structure if
Joris Vink
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-31
remove LP_ERROR log priority level and rather use LP_ERR as they are both
Xavier Santolaria
2005-05-28
make sure we check the Entry file when we need to.
Joris Vink
2005-05-25
assume that a file is modified if its timestamp is lower
Jean-Francois Brousseau
2005-05-24
don't fail on mkdir(2) when errno is EEXIST in cvs_file_create().
Joris Vink
2005-05-24
- simplify cvs_mkadmin().
Joris Vink
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-05-22
unused variable
Joris Vink
2005-05-20
plug a memleak
Joris Vink
2005-05-20
allow a cvs command to be executed from outside a repository,
Joris Vink
[next]