summaryrefslogtreecommitdiff
path: root/lib/rpmps.c
Commit message (Expand)AuthorAgeFilesLines
* Fix couple of incorrect sizeof() usesPanu Matilainen2011-03-171-1/+1
* Eliminate all fooUnlink() functions out of the APIPanu Matilainen2010-09-131-1/+1
* Plug dumb memleak in rpmpsMerge()Panu Matilainen2010-05-071-0/+1
* Eliminate unused "known problems" based filtering from rpmtsRun()Rakesh Pandit2010-04-211-37/+0
* Filter out duplicate problems when adding to element problem setsPanu Matilainen2010-03-261-30/+10
* Eliminate rpmpsAppend() from the APIPanu Matilainen2010-03-261-12/+0
* Push problem creation argument sanitation to the level belowPanu Matilainen2010-03-261-4/+3
* Add a simple and dumb rpmpsMerge() function to merge two problem setsPanu Matilainen2010-03-261-0/+16
* Add a saner rpmps iteration interfacePanu Matilainen2010-03-261-8/+13
* Split rpm problem type + its "methods" to separate source + headerPanu Matilainen2010-03-251-208/+0
* Add public function for testing problem equalityPanu Matilainen2010-03-251-20/+22
* Lose unused ignoreProblem from rpmProblem structPanu Matilainen2010-03-251-10/+0
* Minor cleanup to rpmpsGetProblem()Panu Matilainen2010-03-251-3/+3
* Minor cleanup to rpmpsAppendProblem()Panu Matilainen2010-03-251-4/+2
* Minor cleanup to rpmpsFreeIterator()Panu Matilainen2010-03-251-2/+1
* Dont bother allocating iterator if there's no data to iteratePanu Matilainen2010-03-251-1/+1
* Lose the useless rpmps refcounting debug junkPanu Matilainen2010-03-221-8/+6
* Add a new problem type for obsoletesPanu Matilainen2010-03-181-0/+5
* Include <stdlib.h> as necessary instead of system.hPanu Matilainen2010-01-051-0/+1
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts codePanu Matilainen2009-08-311-4/+4
* sameProblem() return value is illogical, reverse itPanu Matilainen2009-08-311-7/+7
* Kill off lclint remnants everywherePanu Matilainen2009-07-231-1/+0
* Make rpmpsUnlink() behave the other fooUnlink() functionsPanu Matilainen2009-07-091-10/+10
* Add reference counting to rpmProblemsPanu Matilainen2009-07-091-3/+26
* Return NULL instead of blowing up on invalid rpmpsGetProblem()Panu Matilainen2009-01-221-1/+1
* Use PRIu64 for 64bit value formatting instead of castingPanu Matilainen2008-10-141-3/+5
* Fix type in format string to avoid segfault (rhbz#460146)Jindrich Novy2008-08-261-1/+1
* Make rpmps generic number field 64bit, rename getter methodPanu Matilainen2008-06-111-16/+16
* Use rasprintf() in rpmps to properly fix mdvbz#31680Panu Matilainen2008-03-181-18/+14
* Stop insecurely covering up for lack of snprintf and vsnprintfPanu Matilainen2008-03-071-19/+0
* Remove bunch of unnecessary rpmlib.h includesPanu Matilainen2008-01-301-2/+0
* Bandaid patch for truncated error message in russian (mdvbz#31680)Panu Matilainen2008-01-251-1/+1
* Remove bogus const from rpmProblemString() return typePanu Matilainen2007-12-151-1/+1
* Another bunch of bogus const removalsPanu Matilainen2007-12-141-1/+1
* Oops, rpmpsi index needs to be signed typePanu Matilainen2007-12-141-2/+2
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-2/+2
* Eliminate debug junk from the APIPanu Matilainen2007-12-041-10/+8
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-2/+2
* Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen2007-11-071-1/+0
* Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius2007-10-281-1/+1
* Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen2007-10-191-4/+4
* Make rpmProblem standalone "object"Panu Matilainen2007-10-191-39/+66
* Eliminate rpmps and rpmProblem structure details from the APIPanu Matilainen2007-10-191-0/+26
* Add methods for accessing rpmProblem dataPanu Matilainen2007-10-191-0/+30
* Use iterators for rpmpsPrint()Panu Matilainen2007-10-181-6/+9
* Add API for iterating over rpmps problemsPanu Matilainen2007-10-181-0/+44
* Remove unimplemented, unused RPMPROB_BADPRETRANSPanu Matilainen2007-10-161-5/+0
* Remove splint tags.Ralf Corsépius2007-09-111-27/+5
* - spelling corrections (#112728).jbj2003-12-301-1/+1
* - add --with-efence to configure, check install/upgrade with efence.jbj2002-08-191-4/+4