summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-7/+7
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-2/+2
* Remove some includes and defines that are no longer needed, from Michaelnicm2011-04-201-2/+1
* Nuke dead assignments and a dead function, from Michael W Bombardierinicm2010-11-111-24/+1
* Add cvs_mkdir() for recursive directory creation on import, based on anicm2010-09-231-1/+42
* Reduce variable/function name and whitespace differences betweenray2010-07-231-6/+6
* use size_t for size, since atomicio() both accepts and returns itjoris2009-03-241-2/+3
* unused varjoris2009-02-231-3/+2
* we no longer push out Set-sticky to the client when writingjoris2009-02-231-9/+1
* in cvs_mkpath() always look for an existing CVS/Repository filejoris2009-02-211-2/+2
* add a hash table mechanism based upon hcreate(3) but one that allowsjoris2008-06-211-1/+20
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-2/+1
* completely kill the need for TMP_DIR when running checkout,joris2008-06-121-4/+5
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-7/+44
* be sure to build CVS/Root when updating and building directories (-d)joris2008-03-091-2/+4
* be sure to create CVS/Root if we added a new directory to the repository.joris2008-03-091-2/+2
* CVS/Entries file must be created in cvs_mkadmin, because they have to betobias2008-03-081-1/+18
* do not overwrite CVS/Root in an existing tree whenever somebodyjoris2008-03-011-6/+9
* use cvs_validate_directory() in cvs_get_repository_path() as well,joris2008-02-101-1/+2
* introduce cvs_validate_directory(), which is used to checkjoris2008-02-101-1/+5
* Respond with "Updated" instead of "Checked-in" on server-side if a clienttobias2008-02-101-2/+2
* - cvs_write_tagfile() is not responsible to remove CVS/Tag itselfjoris2008-02-101-2/+2
* Introduce cvs_ent_line_str() - formats CVS/Entries lines.xsa2008-02-091-3/+9
* unused var police, biatsh!joris2008-02-091-2/+1
* if the CVS/ directory already exists when we reach cvs_mkadmin()joris2008-02-091-10/+1
* more CVSROOT/modules stuff:joris2008-02-041-1/+20
* Stripped off 'nb', which was (or was supposed to be) used to distinguishtobias2008-02-041-6/+6
* better CVSROOT/module support, includes remote support and modulesjoris2008-02-031-7/+13
* free RCSNUM's when we are done with them;joris2008-01-311-6/+4
* Zap trailing whitespaces.xsa2008-01-311-2/+2
* Rework of cvs_get_repository_name.tobias2008-01-311-34/+30
* Our directory entries in CVS/Entries had one slash too much -- zapped.tobias2008-01-311-2/+2
* Fixed export to be fully functional and compliant to GNU cvs in local andtobias2008-01-211-2/+6
* xmalloc + memset -> xcalloctobias2008-01-101-7/+4
* another strcspn() roundtobias2008-01-101-6/+3
* cvs_mkpath missed to add all "yet to be added" directories into CVS/Entries,tobias2008-01-101-3/+15
* cvs import must not parse files in local CVS directory.tobias2007-10-091-2/+2
* strcspn() changegilles2007-10-051-3/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-3/+7
* Do not parse quoted strings because GNU cvs won't do so.tobias2007-09-191-37/+8
* Usage of fgetln() instead of fgets() in .cvsrc parsing handles linetobias2007-09-191-6/+4
* Added support for checkout -p with local repository.tobias2007-09-091-1/+11
* Removed dead code.tobias2007-09-041-33/+1
* Handle quotation marks in .cvsrc correctly.tobias2007-09-021-1/+4
* xcalloc is unneeded here since i is always 0 and we always use theray2007-07-191-2/+2
* Rework the way opencvs works in relation to files in the Attic/:joris2007-07-031-3/+9
* Since xrealloc dies on failure it is safe to directly assign to theray2007-05-291-4/+2
* Fix off-by-one, from Tobias Stoeckmann.ray2007-05-271-2/+2
* cvs_splitpath() isn't used anymore; from Tobias Stoeckmann.xsa2007-05-091-40/+1
* - correct signal handling and process waiting for the EDITOR support codexsa2007-04-201-25/+1