Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmps.c
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.