summaryrefslogtreecommitdiff
path: root/rpmqv.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Remove ancient autohelp-handling related leftoversPanu Matilainen1-2/+0
2010-08-20Argh. Realize we already have equivalents of initCli() and finishCli()Panu Matilainen1-10/+4
2010-08-20Kludge to get rid of ugly lone --quiet on usage messagePanu Matilainen1-1/+1
2010-08-20Move --pipe handling to cliutils helpersPanu Matilainen1-29/+3
2010-08-20Oops, fallout from commit 5fe63cd8e0b552a9687666e8b5f9454cf274d69dPanu Matilainen1-1/+1
2010-08-20Lump much of the common cli-init + finish tasks into cliutils helpersPanu Matilainen1-72/+4
2010-08-20Add a convenience library for stuff common cli-bits intoPanu Matilainen1-30/+1
2010-08-20If MiNT can't cope, frankly my dear, I dont give a damnPanu Matilainen1-5/+0
2010-08-20Simplify --root argument checkingPanu Matilainen1-10/+2
2010-08-20Chainsaw the now unused #ifdef'ed parts out of rpmqv.c and rpmbuild.cPanu Matilainen1-188/+10
2010-06-23Allow '--short-circuit' for '-bb'Michal Schmidt1-0/+2
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen1-4/+2
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-3/+0
2010-02-03Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi1-1/+0
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen1-0/+3
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen1-1/+2
2009-09-07Add noreturn annotations to argerror() helper functionsPanu Matilainen1-0/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binariesPanu Matilainen1-3/+3
2009-03-26Put the PGP foobar signature generation out of its miseryPanu Matilainen1-8/+0
2009-03-19Show query/verify selection options just once in --helpPanu Matilainen1-5/+3
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-1/+1
2009-02-16-Use installInterfaceFlags in place of eraseInterfaceFlags. -Moved transactio...Rakesh Pandit1-2/+2
2008-12-18Permit --noscripts on verify (to disable %verifyscript execution)Panu Matilainen1-2/+2
2008-11-29Read default popt aliases again (rhbz#473167)Panu Matilainen1-2/+0
2008-11-22Use rpmConfigDir() for finding our popt alias filePanu Matilainen1-2/+7
2008-06-25Force "rpm" popt context for everything but buildPanu Matilainen1-2/+9
2008-06-25Eliminate rpmd, rpmi, rpmk, rpmq "helper binaries"Panu Matilainen1-10/+0
2008-06-24Eliminate the pointless rpmb + rpmt symlinkeryPanu Matilainen1-3/+1
2008-05-05Check for pipe() return code on --pipePanu Matilainen1-3/+4
2008-05-02Ensure default SIGPIPE handler for --pipe (rhbz#444389)Panu Matilainen1-0/+1
2008-04-07ARGV_t const pendantryPanu Matilainen1-5/+5
2008-03-24Remove bogus const from rpmRelocation structPanu Matilainen1-1/+1
2008-03-17Remove rollback supportPanu Matilainen1-10/+2
2008-03-12Refcount dbiTags on db open+close, automatically freePanu Matilainen1-4/+0
2008-02-11Play nice with xargsPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-07Print --usage to stderr instead of stdout (rhbz#164021)Panu Matilainen1-1/+1
2007-12-18Use constfree on relocations for nowPanu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmInstallSource*() parametersPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-13Make "rpmbuild -bb --quiet" quiet as should bePanu Matilainen1-1/+8
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-27Stop messing around with triple-arg'ed main.Ralf Corsépius1-10/+0
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-1/+1
2007-09-21Silence compiler whining from bad popt argv definitionPanu Matilainen1-1/+2