summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/repository.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-05-31When unlocking a directory only unlock the given one rather then all repo_locks.Joris Vink
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2010-07-23Rename a bunch of variables and functions, removing the cvs_/rcs_Ray Lai
2009-03-26fix the way Attic is handled in our recursion code, so weJoris Vink
2009-02-21use file_flags for 2 more reasons:Joris Vink
2008-03-09proper repository locking:Joris Vink
2008-02-03shuffle some stuff around so we dont end up doing the same thingsJoris Vink
2008-02-03more CVSROOT/module stuff:Joris Vink
2008-01-31On repository-side, only parse files which end with ,v (RCS_FILE_EXT).Tobias Stoeckmann
2008-01-10Don't ignore files and directories due to patterns on repository-side,Tobias Stoeckmann
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-19When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions,Joris Vink
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-10no magic, "Attic" -> CVS_PATH_ATTICXavier Santolaria
2006-06-14zap myuid variable, it is not used for anything usefull.Joris Vink
2006-06-02various spelling fixesDavid Krause
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink