summaryrefslogtreecommitdiff
path: root/lib/rpmps.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Use rasprintf() in rpmps to properly fix mdvbz#31680Panu Matilainen1-18/+14
2008-03-07Stop insecurely covering up for lack of snprintf and vsnprintfPanu Matilainen1-19/+0
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-2/+0
2008-01-25Bandaid patch for truncated error message in russian (mdvbz#31680)Panu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen1-1/+1
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-14Oops, rpmpsi index needs to be signed typePanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-10/+8
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-4/+4
2007-10-19Make rpmProblem standalone "object"Panu Matilainen1-39/+66
2007-10-19Eliminate rpmps and rpmProblem structure details from the APIPanu Matilainen1-0/+26
2007-10-19Add methods for accessing rpmProblem dataPanu Matilainen1-0/+30
2007-10-18Use iterators for rpmpsPrint()Panu Matilainen1-6/+9
2007-10-18Add API for iterating over rpmps problemsPanu Matilainen1-0/+44
2007-10-16Remove unimplemented, unused RPMPROB_BADPRETRANSPanu Matilainen1-5/+0
2007-09-11Remove splint tags.Ralf Corsépius1-27/+5
2003-12-30- spelling corrections (#112728).jbj1-1/+1
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-4/+4
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-3/+3
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj1-58/+21
2002-06-22Factor bounds checking annotations into source code.jbj1-1/+4
2002-06-12- fix: separate existence and number checks for problems found.jbj1-0/+8
2002-06-05- python: portability fiddles (#54350).jbj1-1/+1
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-4/+3
2002-05-19- Grand Renaming of rpm data types.jbj1-0/+363