summaryrefslogtreecommitdiff
path: root/lib/query.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Splint clean.jbj1-0/+2
2003-02-03oops, get rid of debugging printf's.jbj1-2/+1
2003-01-31- fix: trap SIGPIPE, close database(s).jbj1-15/+10
2003-01-23splint fiddles.jbj1-6/+2
2003-01-21fix: check arch for null before appending.jbj1-1/+1
2003-01-20Splint fiddles.jbj1-1/+1
2003-01-20Restore compiler warnings now tthat elfutil's -Werror is not there.jbj1-2/+0
2003-01-17- duplicate package checks with arch/os checks if colored.jbj1-6/+11
2003-01-13- teach rpmquery to return "owning" package(s) in spite of alternatives.jbj1-33/+25
2002-12-311st crack at colored installs.jbj1-0/+3
2002-12-29- add rpmfi methods to access color, class, and dependencies.jbj1-0/+1
2002-12-22- simplify specfile query linkage loop.jbj1-169/+3
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-1/+1
2002-09-17- lclint clean.jbj1-0/+2
2002-09-16Sync with rpm-4.1 parsing changes.jbj1-1/+6
2002-08-31Sync with rpm-4.1.jbj1-0/+2
2002-08-27- fix: segfault with --checksig, plug memory leak (#72455).jbj1-0/+2
2002-08-23- merge signature returns into rpmRC.jbj1-10/+17
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-2/+2
2002-08-15- python: explicit method to set transFlags.jbj1-2/+2
2002-08-08lclint fiddles.jbj1-13/+13
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-7/+6
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj1-1/+1
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-1/+1
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-4/+6
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-8/+8
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-2/+1
2002-07-11- update for sv.po.jbj1-2/+3
2002-07-05- update rpmcache.8.jbj1-12/+0
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-186/+118
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+16
2002-05-19- Grand Renaming of rpm data types.jbj1-4/+5
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-10/+12
2002-05-13Eliminate bogus strerror message for manifests.jbj1-2/+2
2002-05-04Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj1-1/+1
2002-05-02- eliminate db1 support.jbj1-0/+2
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-1/+2
2002-04-11- rescusitate --rebuild.jbj1-1/+2
2002-04-07- speedup large queries by ~50%.jbj1-3/+10
2002-03-08- wire --nodigest/--nosignature options to checksig/query/verify modes.jbj1-10/+12
2002-03-03- add payload uncompressed size to signature to avoid rewriting header.jbj1-0/+2
2002-02-09Sync with 4.0.4, splint clean.jbj1-0/+1
2002-02-04- generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.jbj1-5/+112
2001-11-12transaction.c: lclint cleanups.jbj1-11/+5
2001-11-01- add header refcount annotations throughout.jbj1-1/+1
2001-10-27- transaction sets cerated in cli main.jbj1-6/+1
2001-10-27- legacy signatures always checked where possible on package read.jbj1-22/+20
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-161/+3
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-3/+166
2001-10-24- wire transactions through rpmcli query/verify modes.jbj1-74/+98