| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -7/+7 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -2/+2 |
* | Remove some includes and defines that are no longer needed, from Michael |  nicm | 2011-04-20 | 1 | -2/+1 |
* | Nuke dead assignments and a dead function, from Michael W Bombardieri |  nicm | 2010-11-11 | 1 | -24/+1 |
* | Add cvs_mkdir() for recursive directory creation on import, based on a |  nicm | 2010-09-23 | 1 | -1/+42 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -6/+6 |
* | use size_t for size, since atomicio() both accepts and returns it |  joris | 2009-03-24 | 1 | -2/+3 |
* | unused var |  joris | 2009-02-23 | 1 | -3/+2 |
* | we no longer push out Set-sticky to the client when writing |  joris | 2009-02-23 | 1 | -9/+1 |
* | in cvs_mkpath() always look for an existing CVS/Repository file |  joris | 2009-02-21 | 1 | -2/+2 |
* | add a hash table mechanism based upon hcreate(3) but one that allows |  joris | 2008-06-21 | 1 | -1/+20 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -2/+1 |
* | completely kill the need for TMP_DIR when running checkout, |  joris | 2008-06-12 | 1 | -4/+5 |
* | New trigger framework that allows us to run the required scripts |  joris | 2008-06-10 | 1 | -7/+44 |
* | be sure to build CVS/Root when updating and building directories (-d) |  joris | 2008-03-09 | 1 | -2/+4 |
* | be sure to create CVS/Root if we added a new directory to the repository. |  joris | 2008-03-09 | 1 | -2/+2 |
* | CVS/Entries file must be created in cvs_mkadmin, because they have to be |  tobias | 2008-03-08 | 1 | -1/+18 |
* | do not overwrite CVS/Root in an existing tree whenever somebody |  joris | 2008-03-01 | 1 | -6/+9 |
* | use cvs_validate_directory() in cvs_get_repository_path() as well, |  joris | 2008-02-10 | 1 | -1/+2 |
* | introduce cvs_validate_directory(), which is used to check |  joris | 2008-02-10 | 1 | -1/+5 |
* | Respond with "Updated" instead of "Checked-in" on server-side if a client |  tobias | 2008-02-10 | 1 | -2/+2 |
* | - cvs_write_tagfile() is not responsible to remove CVS/Tag itself |  joris | 2008-02-10 | 1 | -2/+2 |
* | Introduce cvs_ent_line_str() - formats CVS/Entries lines. |  xsa | 2008-02-09 | 1 | -3/+9 |
* | unused var police, biatsh! |  joris | 2008-02-09 | 1 | -2/+1 |
* | if the CVS/ directory already exists when we reach cvs_mkadmin() |  joris | 2008-02-09 | 1 | -10/+1 |
* | more CVSROOT/modules stuff: |  joris | 2008-02-04 | 1 | -1/+20 |
* | Stripped off 'nb', which was (or was supposed to be) used to distinguish |  tobias | 2008-02-04 | 1 | -6/+6 |
* | better CVSROOT/module support, includes remote support and modules |  joris | 2008-02-03 | 1 | -7/+13 |
* | free RCSNUM's when we are done with them; |  joris | 2008-01-31 | 1 | -6/+4 |
* | Zap trailing whitespaces. |  xsa | 2008-01-31 | 1 | -2/+2 |
* | Rework of cvs_get_repository_name. |  tobias | 2008-01-31 | 1 | -34/+30 |
* | Our directory entries in CVS/Entries had one slash too much -- zapped. |  tobias | 2008-01-31 | 1 | -2/+2 |
* | Fixed export to be fully functional and compliant to GNU cvs in local and |  tobias | 2008-01-21 | 1 | -2/+6 |
* | xmalloc + memset -> xcalloc |  tobias | 2008-01-10 | 1 | -7/+4 |
* | another strcspn() round |  tobias | 2008-01-10 | 1 | -6/+3 |
* | cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries, |  tobias | 2008-01-10 | 1 | -3/+15 |
* | cvs import must not parse files in local CVS directory. |  tobias | 2007-10-09 | 1 | -2/+2 |
* | strcspn() change |  gilles | 2007-10-05 | 1 | -3/+2 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -3/+7 |
* | Do not parse quoted strings because GNU cvs won't do so. |  tobias | 2007-09-19 | 1 | -37/+8 |
* | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line |  tobias | 2007-09-19 | 1 | -6/+4 |
* | Added support for checkout -p with local repository. |  tobias | 2007-09-09 | 1 | -1/+11 |
* | Removed dead code. |  tobias | 2007-09-04 | 1 | -33/+1 |
* | Handle quotation marks in .cvsrc correctly. |  tobias | 2007-09-02 | 1 | -1/+4 |
* | xcalloc is unneeded here since i is always 0 and we always use the |  ray | 2007-07-19 | 1 | -2/+2 |
* | Rework the way opencvs works in relation to files in the Attic/: |  joris | 2007-07-03 | 1 | -3/+9 |
* | Since xrealloc dies on failure it is safe to directly assign to the |  ray | 2007-05-29 | 1 | -4/+2 |
* | Fix off-by-one, from Tobias Stoeckmann. |  ray | 2007-05-27 | 1 | -2/+2 |
* | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. |  xsa | 2007-05-09 | 1 | -40/+1 |
* | - correct signal handling and process waiting for the EDITOR support code |  xsa | 2007-04-20 | 1 | -25/+1 |