summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/remove.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Move some global variables/statics to locals, from Michael Wnicm2011-12-271-2/+2
* use FILE_ON_DISK flags when we need to verify if a filejoris2009-02-211-3/+3
* Some conformance fixes:ragge2008-06-231-2/+3
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-3/+1
* Run cvs_remove_force only if -f has been specified.tobias2008-06-141-7/+9
* kill debug printfjoris2008-06-081-2/+1
* properly handle FILE_UPTODATE and FILE_LOSTjoris2008-06-081-2/+3
* Properly build up path to description files (descr entry in RCS files iftobias2008-06-081-2/+2
* add checkout/update -j support.joris2008-03-081-3/+3
* Introduce cvs_ent_line_str() - formats CVS/Entries lines.xsa2008-02-091-4/+4
* Sticky tags must have a 'T' in front of them in CVS/Entries.tobias2008-02-061-3/+8
* Added -k flag support for all commands which support it.tobias2008-02-041-4/+5
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+2
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+2
* another strcspn() roundtobias2008-01-101-3/+2
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-2/+2
* Sync revisions and time buffers size to be consistent with each others.xsa2007-06-281-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+4
* remove the cvs_file_classify() `loud' argument, it was usedjoris2007-02-091-2/+2
* snprintf() -> xsnprintf()xsa2007-01-311-8/+3
* when we specify the 'f' flag do not bother removing files thatjoris2007-01-271-3/+3
* in a remote setup:joris2007-01-111-1/+2
* make sure remove -f also works in remote setupjoris2007-01-031-10/+22
* add support for 'remove' in a remote setup.joris2007-01-031-8/+13
* no need to send -f to the server; this flag has effectxsa2006-12-141-4/+1
* - handle global -n flag in conjunction with remove -f.xsa2006-11-061-4/+5
* a step ahead in opencvs add|remove remote support.xsa2006-10-311-12/+33
* kill local and remote callback and just have one called fileproc.joris2006-06-191-3/+2
* in preparation for the new remote code, proto.h becomes obsolete.joris2006-06-161-3/+2
* dont check for FILE_UNKNOWN twice,joris2006-05-311-7/+1
* correctly handle unknown file in removejoris2006-05-301-1/+8
* fill in the correct revision number we will want in file_rcsrevjoris2006-05-301-2/+2
* prettier output when removing files;joris2006-05-301-14/+13
* fix pastoxsa2006-05-291-3/+3
* remove likes some CR_RECURSE_DIRS luvin' too.joris2006-05-291-1/+5
* add remove support, hacked by xsa@ but lots of modificationsjoris2006-05-291-0/+186
* commit the new opencvs code, i have been hacking onjoris2006-05-271-239/+0
* remove a metric buttload of excessive ()deraadt2006-04-141-4/+4
* zap more unused variables.xsa2006-03-161-3/+1
* errors handling cleaning here too;xsa2006-01-271-6/+7
* snprintf() cleanup; OK niallo@.xsa2006-01-251-9/+8
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-10/+2
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-20/+9
* add very basic support for the following stuff:joris2005-12-031-2/+2
* knf and spacing, ok joris@reyk2005-10-071-2/+2
* more bits for the local remove command support; OK joris@.xsa2005-09-061-2/+7
* - handle removal of a freshly added filexsa2005-08-221-3/+12
* a few things left to do here.xsa2005-08-121-1/+7
* style..xsa2005-08-101-3/+3