summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Eliminate unused calculationsPanu Matilainen1-2/+0
2009-09-07Eliminate unused variablePanu Matilainen1-2/+0
2009-09-07Eliminate bunch of unused variablesPanu Matilainen3-6/+4
2009-09-07Eliminate unused variable and pointless null-checkPanu Matilainen1-4/+0
2009-09-07Remove unused initializationPanu Matilainen1-1/+1
2009-09-04Fix memleak in headerGetDumber() .. err .. Number()Panu Matilainen1-0/+1
2009-09-02Use %{nvra} as default query format, much simpler...Panu Matilainen1-1/+1
2009-09-02Take advantage of headerGetNumber() to get buildtime..Panu Matilainen1-6/+2
2009-09-02Further simplify rpmVersionCompare()Panu Matilainen1-10/+5
2009-09-02Deprecate headerGetColor(), implement using headerGetNumber()Panu Matilainen2-10/+2
2009-09-02Eliminate headerGetColor() uses everywherePanu Matilainen1-3/+3
2009-09-02Add header color tag extension, ie headerGetColor()Panu Matilainen2-4/+26
2009-09-02Add convenience function for retrieving numeric header dataPanu Matilainen2-0/+20
2009-09-02Oops, dont leak memory on invalid types to headerGet[As]String()Panu Matilainen1-4/+8
2009-09-02Clean up rpmtsAddInstallElement() a bitPanu Matilainen1-29/+11
2009-09-02Simplify rpmpsmStage() and srpm install a bit with the new gettersPanu Matilainen1-20/+8
2009-09-02Simplify rpmVersionCompare() a bitPanu Matilainen1-8/+4
2009-09-02Simplify headerCheckPayloadFormat() a bitPanu Matilainen1-13/+5
2009-09-02Deprecate headerNVR() and friendsPanu Matilainen2-66/+31
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen13-63/+36
2009-09-02Add tag extensions for common name-[epoch:]version-release[.arch] combosPanu Matilainen2-0/+79
2009-09-02Add two new convenience functions for header string dataPanu Matilainen2-0/+41
2009-09-01Add dbinstance tag extension (port from rpm5.org)Panu Matilainen2-0/+14
2009-09-01Triggerprein has been implemented since January 2008, update commentPanu Matilainen1-1/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts codePanu Matilainen10-50/+49
2009-08-31Use rpmFileHasSuffix() instead of doing the same manuallyPanu Matilainen1-3/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header codePanu Matilainen5-13/+13
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in misc helpersPanu Matilainen4-9/+10
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in fsm & psmPanu Matilainen2-18/+18
2009-08-31sameProblem() return value is illogical, reverse itPanu Matilainen1-7/+7
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in rpmrc codePanu Matilainen1-34/+34
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in backend codePanu Matilainen2-6/+6
2009-08-31Eliminate now unnecessary compressor -> ioflags conversionsPanu Matilainen1-13/+5
2009-08-28Eliminate unused result code from psm structPanu Matilainen1-3/+1
2009-08-28Eliminate payload file handle from psm structPanu Matilainen1-8/+7
2009-08-28Don't try to incref NULL dsPanu Matilainen1-4/+1
2009-08-17Eliminate unused code (leftover from ordering rewrite)Panu Matilainen1-18/+0
2009-08-17Don't bother relocating packages no filesPanu Matilainen1-1/+1
2009-08-13Add an option bug reporting URL tag to packages (RhBug:512774)Panu Matilainen1-0/+1
2009-07-23Kill off lclint remnants everywherePanu Matilainen12-18/+1
2009-07-14Fix memory allocation for token arrayLubomir Rintel1-1/+1
2009-07-14Log an error on short lead (RhBug:511101)Panu Matilainen1-1/+3
2009-07-14Honor --nofiledigest on install too (RhBug:508021)Panu Matilainen1-5/+3
2009-07-14Dont accept '-' in manifests (RhBug:461353)Panu Matilainen1-2/+2
2009-07-09Oops, missing include for dirname()Panu Matilainen1-0/+2
2009-07-09Create the directory used for transaction lock if necessaryPanu Matilainen1-0/+1
2009-07-09Fix package relocatability checking, broken since foreverPanu Matilainen3-6/+25
2009-07-09Make rpmpsUnlink() behave the other fooUnlink() functionsPanu Matilainen1-10/+10
2009-07-09Add reference counting to rpmProblemsPanu Matilainen2-3/+40
2009-07-09Unbreak --excludepath (RhBug:409637)Panu Matilainen1-2/+1