summaryrefslogtreecommitdiff
path: root/rpmqv.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-20Rename freeFilesystems() to rpmFreeFilesystems() for namespacingPanu Matilainen1-1/+1
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-2/+2
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-0/+2
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Remove url caching, don't need it...Panu Matilainen1-1/+0
2007-09-11Remove splint tags.Ralf Corsépius1-54/+18
2007-09-03Remove a couple remaing LCLINT ifdefsPanu Matilainen1-6/+3
2007-08-08Fix permissionsPanu Matilainen1-0/+0
2007-04-16Check rpmtsInitDB return value. Also patches rpm.c, whichPaul Nasrat1-1/+1
2007-04-16Allow "--ignoresize" for erase operations.Paul Nasrat1-1/+1
2005-03-13- permit RSA/{sha1,sha256,sha384,sha512} signature verification.jbj1-2/+6
2005-01-17Build on macosx.jbj1-0/+1
2004-11-10- add --delsign to purge packages of digital signatures.jbj1-1/+2
2004-10-25Wire ftsOpts globally.jbj1-0/+8
2004-10-25Add undocumented --hdlist and --ftswalk query/verify sources.jbj1-2/+4
2004-07-05- bump rpm and popt versions to insure "newer".jbj1-7/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-1/+1
2003-01-28- fix: clean relocation path for --prefix=/.jbj1-2/+3
2003-01-22Exit non-zero with bogus args.jbj1-7/+5
2002-12-22- simplify specfile query linkage loop.jbj1-6/+4
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-1/+3
2002-12-19- add -I/usr/include/nptl, Conflicts: kernel <= 2.4.19.jbj1-2/+2
2002-11-29- build with external elfutils (preferred), if available.jbj1-1/+1
2002-11-16- fix: option conflict error message (#77373).jbj1-1/+1
2002-10-26- fix: permit build with --disable-nls (#76258).jbj1-0/+2
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-2/+3
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-2/+2
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj1-11/+0
2002-07-29- update trpm.jbj1-35/+27
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-6/+6
2002-07-28- popt: display sub-table options only once on --usage.jbj1-350/+34