Age | Commit message (Expand) | Author | Files | Lines |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -5/+5 |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 1 | -1/+1 |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 1 | -2/+2 |
2007-10-31 | Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking | Panu Matilainen | 1 | -16/+2 |
2007-10-30 | Add rpmtsCleanProblems() method for rpmgi needs | Panu Matilainen | 1 | -1/+1 |
2007-10-29 | Split out rpmgi_internal.h from rpmgi.h | Ralf Corsépius | 1 | -2/+1 |
2007-10-28 | Include "rpmte.h" instead of <rpmte.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmgi.h" instead of <rpmgi.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmdb.h" instead of <rpmdb.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-22 | Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 1 | -0/+1 |
2007-10-09 | Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFO | Panu Matilainen | 1 | -3/+3 |
2007-10-09 | Replace all uses of RPMMESS_ERROR with RPMLOG_ERR | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -4/+4 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -2/+2 |
2007-10-05 | Adjust broken \file. | Ralf Corsépius | 1 | -1/+1 |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -2/+2 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -55/+4 |
2007-07-10 | Fix bunch of string formatting warnings. | Panu Matilainen | 1 | -1/+1 |
2007-06-15 | Don't try to open nonexistent file twice. | Panu Matilainen | 1 | -0/+3 |
2004-10-26 | Getter/setter methods for isSource and Header from rpmte. | jbj | 1 | -5/+35 |
2004-10-26 | Splint fiddles. | jbj | 1 | -8/+18 |
2004-10-25 | Add options to populate transaction set while iterating. | jbj | 1 | -2/+52 |
2004-10-25 | Stub out rpmgiWalkPathFilter, prior to teaching rpmcache about rpmgi. | jbj | 1 | -30/+61 |
2004-10-25 | Add undocumented --hdlist and --ftswalk query/verify sources. | jbj | 1 | -7/+8 |
2004-10-25 | Use rpmgi glob and manifest load for --package. | jbj | 1 | -0/+4 |
2004-10-24 | Iterate on RPMQV_ALL, adding filters to match iterator from argv. | jbj | 1 | -12/+70 |
2004-10-24 | Arg iteration for --query and --verify, everything but RPMQV_ALL. | jbj | 1 | -14/+16 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 1 | -18/+37 |
2004-10-20 | Add rpmtsCheck() and rpmtsOrder() to iterator. | jbj | 1 | -3/+14 |
2004-10-19 | Stare at a redhat-artwork problem in rpmal.c with multiple versions, | jbj | 1 | -0/+7 |
2004-10-19 | Change options to specify type of iteration. | jbj | 1 | -1/+1 |
2004-10-19 | Merge iterator types into pseudo tags. | jbj | 1 | -50/+19 |
2004-10-19 | Store path to header in iterator. | jbj | 1 | -88/+31 |
2004-10-19 | Attach header reference to the iterator. | jbj | 1 | -68/+88 |
2004-10-18 | Isolate most state changes in rpmgiNext, with lazy open/close. | jbj | 1 | -161/+309 |
2004-10-18 | Add generalized iterator to rpmlib. | jbj | 1 | -13/+42 |
2004-10-17 | Glob ftswalk/arglist args always. | jbj | 1 | -5/+14 |
2004-10-17 | Add manifests to --arglist processing. | jbj | 1 | -10/+48 |
2004-10-14 | Open ftswalk/argv paths to permit --qf on header. | jbj | 1 | -2/+46 |
2004-10-14 | Hack in hdlist queries. | jbj | 1 | -1/+16 |
2004-10-10 | Add --qf to rpmgi. | jbj | 1 | -5/+46 |
2004-10-10 | Create generic iterator (needs work). | jbj | 1 | -0/+212 |