summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Clean up headerRead()Jindrich Novy1-16/+14
2011-03-23Don't use mtrace(3), muntrace(3) and don't check for mcheck.hJindrich Novy1-11/+0
2011-03-23Avoid timedRead() usageJindrich Novy4-11/+8
2011-03-23Remove libio support to suppress timedRead()Jindrich Novy1-3/+0
2011-03-23Eliminate pointless isSource member from eiu struct, duhPanu Matilainen1-4/+1
2011-03-23Eliminate header from eiu struct, its just a local temp variable reallyPanu Matilainen1-12/+11
2011-03-23Reduce vsflags flip-flopPanu Matilainen1-6/+2
2011-03-23checkFreshenStatus() only needs a header, not the entire eiu structPanu Matilainen1-9/+8
2011-03-17Fix couple of incorrect sizeof() usesPanu Matilainen2-2/+2
2011-03-16Avoid freeing an unallocated variable (RhBug:688091)Jindrich Novy1-0/+1
2011-03-11Mark htonll() as "const" functionPanu Matilainen1-1/+3
2011-03-10Move string hash function to librpmio and rename for namespacingPanu Matilainen8-36/+9
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-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-04Remove unused return code variablePanu Matilainen1-4/+4
2011-03-04Don't bother storing irrelevant return codesPanu Matilainen1-11/+11
2011-03-04Don't bother checking for rasprintf() return codes in rpmProblemString()Panu Matilainen1-22/+16
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-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-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-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-02-21Fix db cursor double-open, causing yum to hang on reinstall (RhBug:678644)Panu Matilainen1-1/+0
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 Schroeder1-2/+14
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
2011-01-28Add an error message + comments on open(".") behavior (RhBug:672576)Panu Matilainen3-1/+8
2011-01-25Teach rpm about post-transaction dependenciesPanu Matilainen3-3/+7
2011-01-21Don't try to remove existing environment when using private environmentPanu Matilainen1-1/+3
2011-01-21Plug potential division by zero in the rpmdb size calculation (RhBug:671056)Panu Matilainen1-1/+2
2011-01-21Fix rpmdb index match iteration termination with NULL keyp (#671149)Panu Matilainen1-2/+1
2011-01-21Avoid automatic index generation on db rebuildPanu Matilainen1-1/+2
2011-01-21Permit queries from rpmdb on read-only media (RhBug:671200)Panu Matilainen1-1/+1
2011-01-05Tweak up BDB flags to avoid breakage from --verifydbPanu Matilainen1-0/+5
2011-01-03Bump up default BDB cache- and allowed mmap size considerablyPanu Matilainen1-1/+1