summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Adjust pgpMpiSet() dest type to match actual usePanu Matilainen1-2/+2
2010-09-21Error string is const char *, not void pointerPanu Matilainen2-3/+3
2010-09-21Adjust internal io read, write and digest update to take buf as void pointerPanu Matilainen1-22/+22
2010-09-21Avoid using void pointer when we have a real type for the memfail functionPanu Matilainen2-3/+3
2010-09-21Move the RPMVERSION constant among its friends in depends.cPanu Matilainen2-3/+2
2010-09-21strrchr() family considered harmful, part 666Panu Matilainen1-1/+7
2010-09-21strstr() considered harmful, part 541Panu Matilainen1-6/+6
2010-09-21Use RPMTAG_NOT_FOUND instead of for "invalid tag" valuePanu Matilainen2-2/+2
2010-09-21Move RPMTAG_NOT_FOUND into rpmTag enumerationPanu Matilainen1-1/+1
2010-09-21Move rpmHeaderTagFunc() a bit to avoid unnecessary forward declarationPanu Matilainen1-17/+14
2010-09-21Move format extension table a bit to avoid unnecessary forward declarationPanu Matilainen1-27/+25
2010-09-21Use the new tag type/return type getters everywherePanu Matilainen6-32/+31
2010-09-21Add yet more rpmTagTagTagFoo() functionsPanu Matilainen2-1/+25
2010-09-21Split tag type and return type to separate fields in tag tablePanu Matilainen2-3/+5
2010-09-21Use the enum name instead of value when generating the tagtable sourcePanu Matilainen1-1/+1
2010-09-21Use proper types for tag and format extension functionsPanu Matilainen6-43/+26
2010-09-21Differentiate between the possible te types and iterator selector valuesPanu Matilainen3-4/+6
2010-09-21Change fdstat functions to take fdOpx enum to fix int/enum mismatchesPanu Matilainen1-2/+2
2010-09-21Fix up silly int/enum and type vs variable name mixups in urlPath()Panu Matilainen1-4/+4
2010-09-21Use actual rpmTags in place of the old HEADER_FOO defines everywherePanu Matilainen4-13/+13
2010-09-21Rename specdFlags to remove unnecessary type vs variable name confusionPanu Matilainen1-7/+7
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen12-37/+37
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen23-59/+121
2010-09-17Expel Tarjan from his nestPanu Matilainen1-81/+88
2010-09-15Dont check source packages against installed obsoletesPanu Matilainen1-0/+4
2010-09-14Plug memleak from rpmSpecCheckDeps()Panu Matilainen1-2/+2
2010-09-13l10n: Updated Spanish (Castilian) (es) translation to 100%Héctor Daniel Cabrera1-362/+362
2010-09-13l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%Taylon Silmer1-1042/+884
2010-09-13Replace dbi walking copy-slop with an internal helper functionPanu Matilainen1-25/+19
2010-09-13Rearrange newRpmdb() a bit for clarityPanu Matilainen1-8/+11
2010-09-13Eliminate broken "can't happen" early returnPanu Matilainen1-2/+0
2010-09-13Rearrange rpmdbInitIterator() a bit for clarityPanu Matilainen1-12/+9
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen16-72/+15
2010-09-13Unify header creation between headerNew() and headerLoad()Panu Matilainen1-14/+15
2010-09-13Fix some broken fooUnlink() usagesPanu Matilainen4-3/+4
2010-09-13Lift header verifying out of rpmdbNextIterator()Panu Matilainen1-39/+43
2010-09-13Minor optimizations on DBT initializationsPanu Matilainen1-14/+13
2010-09-13...and now eliminate the unnecessary pointer variablesPanu Matilainen1-71/+59
2010-09-13Eliminate mi_key and mi_data from match iterator structurePanu Matilainen1-32/+25
2010-09-08Add test for manifest query in testsuitePanu Matilainen1-0/+19
2010-09-08Fix _USE_LIBIO testPanu Matilainen1-4/+4
2010-09-08Differentiate between IO-errors and non-package "error" in rpmgi fooPanu Matilainen1-8/+7
2010-09-08Fix rpmReadPackageManifest() on non-fpio FD when libio isn't availablePanu Matilainen1-1/+1
2010-09-08Turn rpmQueryVerify() into query iterator initializerPanu Matilainen1-30/+15
2010-09-08Lift the remaining oddball case out of rpmQueryVerify()Panu Matilainen1-5/+7
2010-09-08Eliminate qva_mi and qva_gi from rpmQVKArgumentsPanu Matilainen2-47/+42
2010-09-08Eliminate some dozen redundant rpmcliShowMatches() callsPanu Matilainen1-22/+14
2010-09-08Cut some extra twists from the query mazePanu Matilainen1-14/+8
2010-09-08Eliminate rpmQueryVerify() from librpm APIPanu Matilainen2-15/+1
2010-09-08Urk, mixed up in branches and wrong stuff getting pushed. Revert.Panu Matilainen4-50/+58