Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-08-28 | fix const related warnings; ok millert@ | Otto Moerbeek |
2017-06-01 | Stop looking at current_cvsroot->cr_method to figure out if we're remote or not. | Joris Vink |
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-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2010-11-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott |
2010-09-23 | Add cvs_mkdir() for recursive directory creation on import, based on a | Nicholas Marriott |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2009-03-24 | use size_t for size, since atomicio() both accepts and returns it | Joris Vink |
2009-02-23 | unused var | Joris Vink |
2009-02-23 | we no longer push out Set-sticky to the client when writing | Joris Vink |
2009-02-21 | in cvs_mkpath() always look for an existing CVS/Repository file | Joris Vink |
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-03-09 | be sure to build CVS/Root when updating and building directories (-d) | Joris Vink |
2008-03-09 | be sure to create CVS/Root if we added a new directory to the repository. | Joris Vink |
2008-03-08 | CVS/Entries file must be created in cvs_mkadmin, because they have to be | Tobias Stoeckmann |
2008-03-01 | do not overwrite CVS/Root in an existing tree whenever somebody | Joris Vink |
2008-02-10 | use cvs_validate_directory() in cvs_get_repository_path() as well, | Joris Vink |
2008-02-10 | introduce cvs_validate_directory(), which is used to check | Joris Vink |
2008-02-10 | Respond with "Updated" instead of "Checked-in" on server-side if a client | Tobias Stoeckmann |
2008-02-10 | - cvs_write_tagfile() is not responsible to remove CVS/Tag itself | Joris Vink |
2008-02-09 | Introduce cvs_ent_line_str() - formats CVS/Entries lines. | Xavier Santolaria |
2008-02-09 | unused var police, biatsh! | Joris Vink |
2008-02-09 | if the CVS/ directory already exists when we reach cvs_mkadmin() | Joris Vink |
2008-02-04 | more CVSROOT/modules stuff: | Joris Vink |
2008-02-04 | Stripped off 'nb', which was (or was supposed to be) used to distinguish | Tobias Stoeckmann |
2008-02-03 | better CVSROOT/module support, includes remote support and modules | Joris Vink |
2008-01-31 | free RCSNUM's when we are done with them; | Joris Vink |
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria |
2008-01-31 | Rework of cvs_get_repository_name. | Tobias Stoeckmann |
2008-01-31 | Our directory entries in CVS/Entries had one slash too much -- zapped. | Tobias Stoeckmann |
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann |
2008-01-10 | xmalloc + memset -> xcalloc | Tobias Stoeckmann |
2008-01-10 | another strcspn() round | Tobias Stoeckmann |
2008-01-10 | cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries, | Tobias Stoeckmann |
2007-10-09 | cvs import must not parse files in local CVS directory. | Tobias Stoeckmann |
2007-10-05 | strcspn() change | Gilles Chehade |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-19 | Do not parse quoted strings because GNU cvs won't do so. | Tobias Stoeckmann |
2007-09-19 | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-09-02 | Handle quotation marks in .cvsrc correctly. | Tobias Stoeckmann |
2007-07-19 | xcalloc is unneeded here since i is always 0 and we always use the | Ray Lai |