| Commit message (Expand) | Author | Age | Files | Lines |
* | Accommodate POSIX basename(3) that takes a non-const parameter and |  naddy | 2020-10-19 | 1 | -4/+10 |
* | If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local. |  joris | 2017-06-01 | 1 | -2/+4 |
* | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. |  joris | 2017-06-01 | 1 | -9/+6 |
* | cvs_file_classify() was making the mistake of only taking over a sticky |  joris | 2017-05-29 | 1 | -2/+2 |
* | Let opencvs show ignored files on import, not showing them is just confusing. |  joris | 2017-05-28 | 1 | -4/+6 |
* | Quiet compiler warnings. OK tomc@ tb@ |  millert | 2016-10-15 | 1 | -8/+6 |
* | rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. |  fcambus | 2016-10-13 | 1 | -4/+2 |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -17/+15 |
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 2015-08-20 | 1 | -3/+3 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 1 | -1/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -21/+21 |
* | Make it compile again. And there is a time_t fix as a bonus! |  zhuk | 2013-12-13 | 1 | -3/+3 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -2/+2 |
* | Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree. |  joshe | 2010-09-27 | 1 | -2/+3 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -5/+5 |
* | Do not put the file into conflict if it is no longer modified (user has |  nicm | 2010-07-13 | 1 | -4/+1 |
* | when i fixed to attic handling i forgot one special case |  joris | 2009-03-28 | 1 | -1/+8 |
* | fix the way Attic is handled in our recursion code, so we |  joris | 2009-03-26 | 1 | -30/+51 |
* | switch our file and directory lists to RB trees (see tree(3)), |  joris | 2009-03-25 | 1 | -18/+28 |
* | have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag |  joris | 2009-03-24 | 1 | -2/+3 |
* | properly register Questionable files using CVS/Entries server-side |  joris | 2009-03-19 | 1 | -1/+6 |
* | fix grammar |  joris | 2009-02-21 | 1 | -2/+2 |
* | use FILE_ON_DISK flags when we need to verify if a file |  joris | 2009-02-21 | 1 | -11/+17 |
* | use file_flags for 2 more reasons: |  joris | 2009-02-21 | 1 | -2/+6 |
* | alter cvs_file_get() so it takes flags instead of one set |  joris | 2009-02-21 | 1 | -10/+10 |
* | Support the addition of new files in branches. |  tobias | 2008-06-15 | 1 | -3/+4 |
* | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. |  tobias | 2008-06-14 | 1 | -2/+3 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -4/+1 |
* | pass the complete path to cvs_file_get_cf() instead of reconstructing |  joris | 2008-06-13 | 1 | -7/+6 |
* | properly deal with CVS_USE_WDIR. |  joris | 2008-06-12 | 1 | -2/+3 |
* | fix logic |  joris | 2008-06-12 | 1 | -2/+2 |
* | completely kill the need for TMP_DIR when running checkout, |  joris | 2008-06-12 | 1 | -2/+3 |
* | Properly handle merged files and conflicts which may arrise while merge. |  tobias | 2008-06-09 | 1 | -3/+8 |
* | Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position: |  tobias | 2008-06-09 | 1 | -7/+7 |
* | Removed unreachable code. |  tobias | 2008-06-08 | 1 | -3/+1 |
* | Avoid memory leaks in directory tag handling by always allocating and |  tobias | 2008-06-08 | 1 | -4/+11 |
* | There is no need to convert RCSNUMs to char just to see if they differ. |  tobias | 2008-06-08 | 1 | -12/+6 |
* | Spacing; Stefan Sperling. |  xsa | 2008-05-22 | 1 | -2/+2 |
* | use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. |  joris | 2008-03-13 | 1 | -1/+2 |
* | only compare file types if the file/directory exists both on disk |  joris | 2008-03-09 | 1 | -5/+4 |
* | proper repository locking: |  joris | 2008-03-09 | 1 | -4/+19 |
* | do not empty the list in cvs_file_walklist() this is the caller |  joris | 2008-03-09 | 1 | -5/+1 |
* | cf->user_supplied cannot be used in cvs_file_classify for all commands |  tobias | 2008-03-09 | 1 | -2/+2 |
* | Don't force ourself to support CVS_USE_WDIR commands (release, update, ...) |  tobias | 2008-03-09 | 1 | -2/+2 |
* | pass user_supplied to struct cvs_file so it can be used |  joris | 2008-03-09 | 1 | -3/+5 |
* | rename check_dir_tag to user_supplied to reflect what the flag |  joris | 2008-03-09 | 1 | -4/+4 |
* | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. |  tobias | 2008-03-09 | 1 | -3/+6 |
* | add checkout/update -j support. |  joris | 2008-03-08 | 1 | -2/+3 |
* | spacing |  deraadt | 2008-03-01 | 1 | -4/+4 |
* | make sure we compare our current file contents against the correct |  joris | 2008-03-01 | 1 | -3/+3 |