summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Python bindings dont need our debug.h for anythingPanu Matilainen12-26/+0
2011-03-09Verify some properties of replaced and wrong-colored files (RhBug:528383)Panu Matilainen1-2/+12
2011-03-09Take file state into account for file dependenciesPanu Matilainen1-3/+16
2011-03-09Clean up rpmfcExec()Jindrich Novy1-7/+4
2011-03-08Improve the dependency loop debug message a bitPanu Matilainen1-2/+3
2011-03-08Preferred color pkgs should be erased lastPanu Matilainen1-3/+10
2011-03-07Clean up rpmgiGlobArgv() a bitPanu Matilainen1-21/+14
2011-03-04Make peace with autoconf-2.68Panu Matilainen1-0/+2
2011-03-04Merge branch 'master' of ssh://rpm.org/srv/projects/rpm/git/rpmPanu Matilainen1-15/+15
2011-03-04Remove unused return code variablePanu Matilainen1-4/+4
2011-03-04Don't bother storing irrelevant return codesPanu Matilainen1-11/+11
2011-03-04Remove unused variable in debugeditPanu Matilainen1-2/+0
2011-03-04Don't bother checking for rasprintf() return codes in rpmProblemString()Panu Matilainen1-22/+16
2011-03-04Throw an exception from Fseek() errors in python rpmfd.seek()Panu Matilainen1-1/+1
2011-03-04Yet remove some unused variables to suppress warningsJindrich Novy1-13/+13
2011-03-04Remove unused return code variablePanu Matilainen1-2/+1
2011-03-04Remove pointless return code from handleInstInstalledFiles()Panu Matilainen1-6/+3
2011-03-04Remove unused return code variablePanu Matilainen1-2/+1
2011-03-04Eliminate unused variablePanu Matilainen1-5/+3
2011-03-04Eliminate unused variablesPanu Matilainen1-10/+6
2011-03-04Eliminate pointless xx unused error code variable in rpmShowRC()Panu Matilainen1-2/+2
2011-03-04Return error codes from rpmdsRpmlib()Panu Matilainen1-4/+4
2011-03-04Make rpmspecQuery() return match the descriptionPanu Matilainen1-4/+3
2011-03-04Remove unused xx error code variablePanu Matilainen1-3/+3
2011-03-04Remove unused nowtm variablePanu Matilainen1-2/+0
2011-03-04Eliminate popt wtf'ery in rpmcliInit()Panu Matilainen1-9/+2
2011-03-04Actually propagare failure when addOrAppendListEntry() fails,Jindrich Novy1-7/+11
2011-03-04Define variables in processBinaryPolicies() only if they are neededJindrich Novy1-2/+2
2011-03-04Add missing exit status check for waitpid() while executing scriptletsJindrich Novy1-0/+7
2011-03-03Remove leftover error case from the ninetiesPanu Matilainen1-7/+0
2011-03-03Eliminate unused-but-set warning from gcc on hashes without datatypePanu Matilainen1-7/+7
2011-03-03Eliminate useless 'I dont care about the return code' variables in tagnamesPanu Matilainen1-6/+3
2011-03-03Eliminate unused variable + calculations in pgpPubkeyFingerprint()Panu Matilainen1-3/+0
2011-03-02Fix uninitialized variable in fsmTero Aho1-1/+1
2011-03-02Silence error callback during from BDB during environment openPanu Matilainen1-1/+3
2011-03-01Tag reservation for MeeGo's security framework (from Tero Aho)Panu Matilainen1-0/+2
2011-03-01Mention %bcond_with* in conditional build doc.Ville Skyttä1-0/+2
2011-03-01Man page syntax fixes.Ville Skyttä4-6/+3
2011-03-01Documentation spelling fixes.Ville Skyttä3-3/+3
2011-02-21Fix db cursor double-open, causing yum to hang on reinstall (RhBug:678644)Panu Matilainen1-1/+0
2011-02-21Fix braindamage in the depgen helper collector loop (RhBug:675002)Panu Matilainen1-10/+13
2011-02-20Allow both string + unicode in python addInstall() / addErase()Panu Matilainen1-2/+2
2011-02-15Allow installation of self-conflicting packages (ticket #806, RhBug:651951)Panu Matilainen1-3/+18
2011-02-15Fix corner-case behavior on dependency matching when release not presentMichael Schroeder2-12/+24
2011-02-15Allow uncompressed payload in packagesMichael Schroeder1-2/+5
2011-02-15Import the C-level ts python object as TransactionSetCorePanu Matilainen1-8/+8
2011-02-12Avoid emitting empty perl() module deps.Ville Skyttä1-1/+1
2011-02-07Callback argument mismatch from previous commit, mehPanu Matilainen1-1/+1
2011-02-07Add + use a db error callback functionPanu Matilainen1-1/+6
2011-02-07Fix segfault when building more than one rpm (RhBug:675565)Panu Matilainen1-1/+1