Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmps.c
2011-03-17 Panu MatilainenFix couple of incorrect sizeof() uses
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-05-07 Panu MatilainenPlug dumb memleak in rpmpsMerge()
2010-04-21 Rakesh PanditEliminate unused "known problems" based filtering from...
2010-03-26 Panu MatilainenFilter out duplicate problems when adding to element...
2010-03-26 Panu MatilainenEliminate rpmpsAppend() from the API
2010-03-26 Panu MatilainenPush problem creation argument sanitation to the level...
2010-03-26 Panu MatilainenAdd a simple and dumb rpmpsMerge() function to merge...
2010-03-26 Panu MatilainenAdd a saner rpmps iteration interface
2010-03-25 Panu MatilainenSplit rpm problem type + its "methods" to separate...
2010-03-25 Panu MatilainenAdd public function for testing problem equality
2010-03-25 Panu MatilainenLose unused ignoreProblem from rpmProblem struct
2010-03-25 Panu MatilainenMinor cleanup to rpmpsGetProblem()
2010-03-25 Panu MatilainenMinor cleanup to rpmpsAppendProblem()
2010-03-25 Panu MatilainenMinor cleanup to rpmpsFreeIterator()
2010-03-25 Panu MatilainenDont bother allocating iterator if there's no data...
2010-03-22 Panu MatilainenLose the useless rpmps refcounting debug junk
2010-03-18 Panu MatilainenAdd a new problem type for obsoletes
2010-01-05 Panu MatilainenInclude <stdlib.h> as necessary instead of system.h
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainensameProblem() return value is illogical, reverse it
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-09 Panu MatilainenMake rpmpsUnlink() behave the other fooUnlink() functions
2009-07-09 Panu MatilainenAdd reference counting to rpmProblems
2009-01-22 Panu MatilainenReturn NULL instead of blowing up on invalid rpmpsGetPr...
2008-10-14 Panu MatilainenUse PRIu64 for 64bit value formatting instead of casting
2008-08-26 Jindrich NovyFix type in format string to avoid segfault (rhbz#460146)
2008-06-11 Panu MatilainenMake rpmps generic number field 64bit, rename getter...
2008-03-18 Panu MatilainenUse rasprintf() in rpmps to properly fix mdvbz#31680
2008-03-07 Panu MatilainenStop insecurely covering up for lack of snprintf and...
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-25 Panu MatilainenBandaid patch for truncated error message in russian...
2007-12-15 Panu MatilainenRemove bogus const from rpmProblemString() return type
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-14 Panu MatilainenOops, rpmpsi index needs to be signed type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-19 Panu MatilainenRename rpmpsProblem() -> rpmpsGetProblem() to make...
2007-10-19 Panu MatilainenMake rpmProblem standalone "object"
2007-10-19 Panu MatilainenEliminate rpmps and rpmProblem structure details from...
2007-10-19 Panu MatilainenAdd methods for accessing rpmProblem data
2007-10-18 Panu MatilainenUse iterators for rpmpsPrint()
2007-10-18 Panu MatilainenAdd API for iterating over rpmps problems
2007-10-16 Ralf CorsépiusDon't unnecessarily include stdio.h
2007-10-16 Panu MatilainenRemove unimplemented, unused RPMPROB_BADPRETRANS
2007-09-11 Ralf CorsépiusRemove splint tags.
2003-12-30 jbj- spelling corrections (#112728).
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-12 jbj- fix: separate existence and number checks for problem...
2002-06-05 jbj- python: portability fiddles (#54350).
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.