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