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