Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmgi.c
2011-05-30 Panu MatilainenrpmgiFree() cleanup to remove an exit point and dead...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-07 Panu MatilainenClean up rpmgiGlobArgv() a bit
2010-10-01 Panu MatilainenA few missing internal markers on librpm side too
2010-09-08 Panu MatilainenDifferentiate between IO-errors and non-package "error...
2010-03-23 Panu MatilainenFix fallout from rpmgi.h moving to internal path
2010-03-22 Panu MatilainenOops, remember to free transaction set in rpmgi
2010-03-22 Panu MatilainenLose the useless rpmts refcounting debug messages ...
2010-03-19 Panu MatilainenDont bother hanging onto header in rpmgi
2010-03-19 Panu MatilainenLose some unused leftover rpmgi goo
2010-03-19 Panu MatilainenReturn headers from rpmgiNext() directly
2010-03-19 Panu MatilainenPass args and flags to rpmgi constructor already, lose...
2010-03-19 Panu MatilainenRip RPMDBI_PACKAGES iteration support out of rpmgi
2010-03-19 Panu MatilainenOne helluva complicated way to pass our own arg back...
2010-03-19 Panu MatilainenEliminate RPMDBI_ADDED iterator mode from rpmgi
2010-03-19 Panu MatilainenEliminate hysterical --hdlist query option and everythi...
2010-03-19 Panu MatilainenEliminate --wtfwalk .. err, --ftswalk and everything...
2010-03-19 Panu MatilainenLose useless rpmgi reference counting
2010-03-19 Panu MatilainenLose the hidden and useless transaction add/order throu...
2010-03-19 Panu MatilainenLose unused rpmgiTs()
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-08-31 Panu MatilainenUse rpmFileHasSuffix() instead of doing the same manually
2009-06-02 Rakesh PanditRemoving extra useless 'break' statement lines and...
2009-04-23 Rakesh Pandit- Removed unnecessary rpmdbFreeIterator call and moved...
2008-10-08 Panu MatilainenUnknown tag is an error
2008-10-06 Panu MatilainenMake "not an rpm or manifest" message an error, not...
2008-09-18 Panu MatilainenAdd error message on query of unsupported files (rhbz...
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-04-21 Panu MatilainenUse argvNew() instead of manual xcalloc()
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-30 Panu Matilainenrpmgi.h doesn't need rpmte and rpmts headers, implement...
2008-01-09 Panu MatilainenHandle spaces in file path arguments correctly (#217258)
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-15 Panu MatilainenCouple of bogus const removals from rpmgi and rpmds...
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-05 Panu MatilainenFix query return codes (rhbz#244236)
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-28 Panu MatilainenLose rpmgi_internal.h, no longer needed
2007-11-28 Panu MatilainenAdd rpmgiGetFlags() method to avoid rpmgi_internal...
2007-11-29 Panu MatilainenBunch of compiler warnings silenced
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGlob() from macros to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-31 Panu MatilainenAdd rpmtsPrintSuggests() method for now, use instead...
2007-10-30 Ralf Corsépiusmerge suckage.
2007-10-30 Panu MatilainenAdd rpmtsCleanProblems() method for rpmgi needs
2007-10-29 Ralf CorsépiusSplit out rpmgi_internal.h from rpmgi.h
2007-10-28 Ralf CorsépiusInclude "rpmte.h" instead of <rpmte.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmgi.h" instead of <rpmgi.h>.
2007-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-22 Panu MatilainenUse rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_VERBOSE with RPMLOG_INFO
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-10-05 Ralf CorsépiusAdjust broken \file.
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-10 Panu MatilainenFix bunch of string formatting warnings.
2007-06-15 Panu MatilainenDon't try to open nonexistent file twice.
2004-10-26 jbjGetter/setter methods for isSource and Header from...
2004-10-26 jbjSplint fiddles.
2004-10-25 jbjAdd options to populate transaction set while iterating.
2004-10-25 jbjStub out rpmgiWalkPathFilter, prior to teaching rpmcach...
2004-10-25 jbjAdd undocumented --hdlist and --ftswalk query/verify...
2004-10-25 jbjUse rpmgi glob and manifest load for --package.
2004-10-24 jbjIterate on RPMQV_ALL, adding filters to match iterator...
2004-10-24 jbjArg iteration for --query and --verify, everything...
2004-10-24 jbjExplicit rpmgiFlags enum defined, add RPMGI_{NOGLOB...
2004-10-20 jbjAdd rpmtsCheck() and rpmtsOrder() to iterator.
2004-10-19 jbjStare at a redhat-artwork problem in rpmal.c with multi...
2004-10-19 jbjChange options to specify type of iteration.
2004-10-19 jbjMerge iterator types into pseudo tags.
2004-10-19 jbjStore path to header in iterator.
2004-10-19 jbjAttach header reference to the iterator.
2004-10-18 jbjIsolate most state changes in rpmgiNext, with lazy...
2004-10-18 jbjAdd generalized iterator to rpmlib.
2004-10-17 jbjGlob ftswalk/arglist args always.
2004-10-17 jbjAdd manifests to --arglist processing.
2004-10-14 jbjOpen ftswalk/argv paths to permit --qf on header.
2004-10-14 jbjHack in hdlist queries.
2004-10-10 jbjAdd --qf to rpmgi.
2004-10-10 jbjCreate generic iterator (needs work).