summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remove.c
AgeCommit message (Expand)Author
2017-06-01Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.Joris Vink
2015-11-05Remove xfree(), like already done for RCS. From Michael W Bombardieri,Nicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2011-12-27Move some global variables/statics to locals, from Michael WNicholas Marriott
2009-02-21use FILE_ON_DISK flags when we need to verify if a fileJoris Vink
2008-06-23Some conformance fixes:Anders Magnusson
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-14Run cvs_remove_force only if -f has been specified.Tobias Stoeckmann
2008-06-08kill debug printfJoris Vink
2008-06-08properly handle FILE_UPTODATE and FILE_LOSTJoris Vink
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
2008-03-08add checkout/update -j support.Joris Vink
2008-02-09Introduce cvs_ent_line_str() - formats CVS/Entries lines.Xavier Santolaria
2008-02-06Sticky tags must have a 'T' in front of them in CVS/Entries.Tobias Stoeckmann
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2008-01-10another strcspn() roundTobias Stoeckmann
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-27when we specify the 'f' flag do not bother removing files thatJoris Vink
2007-01-11in a remote setup:Joris Vink
2007-01-03make sure remove -f also works in remote setupJoris Vink
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2006-12-14no need to send -f to the server; this flag has effectXavier Santolaria
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-05-31dont check for FILE_UNKNOWN twice,Joris Vink
2006-05-30correctly handle unknown file in removeJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30prettier output when removing files;Joris Vink
2006-05-29fix pastoXavier Santolaria
2006-05-29remove likes some CR_RECURSE_DIRS luvin' too.Joris Vink
2006-05-29add remove support, hacked by xsa@ but lots of modificationsJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-03-16zap more unused variables.Xavier Santolaria
2006-01-27errors handling cleaning here too;Xavier Santolaria
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-03add very basic support for the following stuff:Joris Vink
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-09-06more bits for the local remove command support; OK joris@.Xavier Santolaria
2005-08-22- handle removal of a freshly added fileXavier Santolaria