Age | Commit message (Expand) | Author | Files | Lines |
2010-03-19 | Lose some unused leftover rpmgi goo | Panu Matilainen | 1 | -4/+0 |
2010-03-19 | Return headers from rpmgiNext() directly | Panu Matilainen | 1 | -10/+2 |
2010-03-19 | Eliminate rpmgi from public API & ABI | Panu Matilainen | 1 | -0/+5 |
2010-03-19 | Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs() | Panu Matilainen | 1 | -15/+3 |
2010-03-19 | One helluva complicated way to pass our own arg back to us | Panu Matilainen | 1 | -8/+0 |
2010-03-19 | Eliminate --wtfwalk .. err, --ftswalk and everything implementing it | Panu Matilainen | 1 | -15/+1 |
2010-03-19 | Lose useless rpmgi reference counting | Panu Matilainen | 1 | -16/+0 |
2010-03-19 | Lose the hidden and useless transaction add/order through rpmgi hackery | Panu Matilainen | 1 | -9/+0 |
2010-03-19 | Lose unused rpmgiTs() | Panu Matilainen | 1 | -7/+0 |
2008-04-07 | ARGV_t const pendantry | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | rpmgi.h doesn't need rpmte and rpmts headers, implementation does | Panu Matilainen | 1 | -2/+0 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -1/+1 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -1/+1 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -4/+4 |
2007-12-05 | Fix query return codes (rhbz#244236) | Panu Matilainen | 1 | -1/+14 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -12/+1 |
2007-11-29 | Export FTS_* options through rpmgi.h as RPMGI_* | Panu Matilainen | 1 | -0/+12 |
2007-11-28 | Add rpmgiGetFlags() method to avoid rpmgi_internal.h in query | Panu Matilainen | 1 | -0/+2 |
2007-11-23 | Add doxygen grouping to rpmgi methods | Panu Matilainen | 1 | -10/+11 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -4/+4 |
2007-10-29 | Split out rpmgi_internal.h from rpmgi.h | Ralf Corsépius | 1 | -33/+0 |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 1 | -4/+4 |
2007-10-08 | Use 'file' instead of '<file>' to work around include path issues. | Ralf Corsépius | 1 | -4/+4 |
2007-09-17 | Make fts.h a private header | Panu Matilainen | 1 | -1/+1 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -56/+16 |
2004-10-26 | Getter/setter methods for isSource and Header from rpmte. | jbj | 1 | -0/+4 |
2004-10-26 | Splint fiddles. | jbj | 1 | -3/+6 |
2004-10-25 | Add options to populate transaction set while iterating. | jbj | 1 | -0/+3 |
2004-10-24 | Iterate on RPMQV_ALL, adding filters to match iterator from argv. | jbj | 1 | -0/+1 |
2004-10-24 | Arg iteration for --query and --verify, everything but RPMQV_ALL. | jbj | 1 | -1/+2 |
2004-10-24 | Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}. | jbj | 1 | -3/+14 |
2004-10-20 | Doxygen fiddles. | jbj | 1 | -5/+8 |
2004-10-20 | Add rpmtsCheck() and rpmtsOrder() to iterator. | jbj | 1 | -1/+4 |
2004-10-19 | Stare at a redhat-artwork problem in rpmal.c with multiple versions, | jbj | 1 | -0/+9 |
2004-10-19 | Change options to specify type of iteration. | jbj | 1 | -2/+2 |
2004-10-19 | Merge iterator types into pseudo tags. | jbj | 1 | -16/+15 |
2004-10-19 | Store path to header in iterator. | jbj | 1 | -40/+14 |
2004-10-19 | Attach header reference to the iterator. | jbj | 1 | -1/+10 |
2004-10-18 | Isolate most state changes in rpmgiNext, with lazy open/close. | jbj | 1 | -8/+49 |
2004-10-18 | Add generalized iterator to rpmlib. | jbj | 1 | -16/+16 |
2004-10-17 | Glob ftswalk/arglist args always. | jbj | 1 | -1/+1 |
2004-10-17 | Add manifests to --arglist processing. | jbj | 1 | -2/+2 |
2004-10-14 | Hack in hdlist queries. | jbj | 1 | -0/+3 |
2004-10-10 | Add --qf to rpmgi. | jbj | 1 | -0/+11 |
2004-10-10 | Create generic iterator (needs work). | jbj | 1 | -0/+119 |