summaryrefslogtreecommitdiff
path: root/lib/tgi.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Rip old, bit-rotten librpm test programsPanu Matilainen1-172/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-3/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-31tgi doesnt need fts private includePanu Matilainen1-2/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-1/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-10-28Include "rpmte.h" instead of <rpmte.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmgi.h" instead of <rpmgi.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmessages.h" instead of <rpmmessages.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen1-1/+0
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-4/+0
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-1/+1
2007-09-18Include fts.h.Ralf Corsépius1-0/+1
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-2/+0
2004-10-25Add options to populate transaction set while iterating.jbj1-11/+13
2004-10-25Wire ftsOpts globally.jbj1-17/+3
2004-10-25Use rpmgi glob and manifest load for --package.jbj1-10/+4
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-7/+21
2004-10-20Add rpmtsCheck() and rpmtsOrder() to iterator.jbj1-10/+48
2004-10-19Stare at a redhat-artwork problem in rpmal.c with multiple versions,jbj1-0/+6
2004-10-19Change options to specify type of iteration.jbj1-10/+18
2004-10-19Merge iterator types into pseudo tags.jbj1-6/+8
2004-10-19Store path to header in iterator.jbj1-4/+22
2004-10-17Glob ftswalk/arglist args always.jbj1-17/+2
2004-10-17Add manifests to --arglist processing.jbj1-2/+17
2004-10-15- disable expensive header+payload verifies in default config.jbj1-0/+14
2004-10-10Add --qf to rpmgi.jbj1-10/+8
2004-10-10Create generic iterator (needs work).jbj1-0/+100