summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-191-4/+10
* If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local.joris2017-06-011-2/+4
* Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.joris2017-06-011-9/+6
* cvs_file_classify() was making the mistake of only taking over a stickyjoris2017-05-291-2/+2
* Let opencvs show ignored files on import, not showing them is just confusing.joris2017-05-281-4/+6
* Quiet compiler warnings. OK tomc@ tb@millert2016-10-151-8/+6
* rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.fcambus2016-10-131-4/+2
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-17/+15
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-21/+21
* Make it compile again. And there is a time_t fix as a bonus!zhuk2013-12-131-3/+3
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-2/+2
* Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree.joshe2010-09-271-2/+3
* Reduce variable/function name and whitespace differences betweenray2010-07-231-5/+5
* Do not put the file into conflict if it is no longer modified (user hasnicm2010-07-131-4/+1
* when i fixed to attic handling i forgot one special casejoris2009-03-281-1/+8
* fix the way Attic is handled in our recursion code, so wejoris2009-03-261-30/+51
* switch our file and directory lists to RB trees (see tree(3)),joris2009-03-251-18/+28
* have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flagjoris2009-03-241-2/+3
* properly register Questionable files using CVS/Entries server-sidejoris2009-03-191-1/+6
* fix grammarjoris2009-02-211-2/+2
* use FILE_ON_DISK flags when we need to verify if a filejoris2009-02-211-11/+17
* use file_flags for 2 more reasons:joris2009-02-211-2/+6
* alter cvs_file_get() so it takes flags instead of one setjoris2009-02-211-10/+10
* Support the addition of new files in branches.tobias2008-06-151-3/+4
* Added support for sticky date set in CVS/Tag and CVS/Entries per directory.tobias2008-06-141-2/+3
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-4/+1
* pass the complete path to cvs_file_get_cf() instead of reconstructingjoris2008-06-131-7/+6
* properly deal with CVS_USE_WDIR.joris2008-06-121-2/+3
* fix logicjoris2008-06-121-2/+2
* completely kill the need for TMP_DIR when running checkout,joris2008-06-121-2/+3
* Properly handle merged files and conflicts which may arrise while merge.tobias2008-06-091-3/+8
* Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position:tobias2008-06-091-7/+7
* Removed unreachable code.tobias2008-06-081-3/+1
* Avoid memory leaks in directory tag handling by always allocating andtobias2008-06-081-4/+11
* There is no need to convert RCSNUMs to char just to see if they differ.tobias2008-06-081-12/+6
* Spacing; Stefan Sperling.xsa2008-05-221-2/+2
* use RCS_PARSE_FULLY for CVS_OP_ADMIN as well.joris2008-03-131-1/+2
* only compare file types if the file/directory exists both on diskjoris2008-03-091-5/+4
* proper repository locking:joris2008-03-091-4/+19
* do not empty the list in cvs_file_walklist() this is the callerjoris2008-03-091-5/+1
* cf->user_supplied cannot be used in cvs_file_classify for all commandstobias2008-03-091-2/+2
* Don't force ourself to support CVS_USE_WDIR commands (release, update, ...)tobias2008-03-091-2/+2
* pass user_supplied to struct cvs_file so it can be usedjoris2008-03-091-3/+5
* rename check_dir_tag to user_supplied to reflect what the flagjoris2008-03-091-4/+4
* While allocation memory, make sure that file sizes are smaller than SIZE_MAX.tobias2008-03-091-3/+6
* add checkout/update -j support.joris2008-03-081-2/+3
* spacingderaadt2008-03-011-4/+4
* make sure we compare our current file contents against the correctjoris2008-03-011-3/+3