summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/repository.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+6
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-4/+4
* fix the way Attic is handled in our recursion code, so wejoris2009-03-261-5/+7
* use file_flags for 2 more reasons:joris2009-02-211-7/+11
* proper repository locking:joris2008-03-091-3/+12
* shuffle some stuff around so we dont end up doing the same thingsjoris2008-02-031-1/+5
* more CVSROOT/module stuff:joris2008-02-031-1/+6
* On repository-side, only parse files which end with ,v (RCS_FILE_EXT).tobias2008-01-311-3/+5
* Don't ignore files and directories due to patterns on repository-side,tobias2008-01-101-4/+1
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-3/+3
* Rework the way opencvs works in relation to files in the Attic/:joris2007-07-031-2/+5
* add support for local and remote branch checkout. for example,niallo2007-06-011-2/+1
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-6/+8
* cvs_path_cat() removal since we can now easily handle thatxsa2007-02-171-12/+5
* fstat() -> lstat() in a few select cases,todd2007-02-071-3/+3
* use more stack allocations for fixed size buffers. ok xsa@ joris@otto2007-01-251-8/+2
* When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions,joris2007-01-191-10/+55
* Permit checkout from a read-only repository using the -R global optionxsa2006-12-111-1/+4
* snprintf() -> cvs_path_cat()xsa2006-11-281-13/+9
* no magic, "Attic" -> CVS_PATH_ATTICxsa2006-11-101-2/+2
* zap myuid variable, it is not used for anything usefull.joris2006-06-141-3/+1
* various spelling fixesdavid2006-06-021-2/+2
* allow commands to respect the -l flag, if the -l flag isjoris2006-05-271-2/+5
* commit the new opencvs code, i have been hacking onjoris2006-05-271-0/+130