summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Rip old, bit-rotten librpmdb test programsPanu Matilainen3-367/+0
2008-05-08Eliminate static print buffer from prDbiOpenFlags()Panu Matilainen3-17/+24
2008-05-08Avoid entirely unnecessary static temp string bufferPanu Matilainen1-4/+3
2008-05-08Oops, matchpathcon() wants st_mode, not the entire struct statPanu Matilainen1-1/+1
2008-05-08Block signals while moving the rpmdb to final location after rebuildPanu Matilainen1-0/+4
2008-05-08Lose the silly db argument from block/unblockSignals()Panu Matilainen1-8/+8
2008-05-08Restore rpmdb selinux contexts to default after rebuild (rhbz#442149)Panu Matilainen1-2/+15
2008-04-30Kill the remaining alloca in fp doLookup()Panu Matilainen1-5/+8
2008-04-30One alloca() down in fp doLookup()Panu Matilainen1-4/+5
2008-04-29Use rpmGetPath() to construct full dbpath in db3open()Panu Matilainen1-12/+5
2008-04-29Avoid alloca() in headerLoad()Panu Matilainen1-1/+3
2008-04-29Avoid alloca() in findTag()Panu Matilainen1-8/+7
2008-04-29Avoid alloca() in shescapeFormat()Panu Matilainen1-4/+4
2008-04-29Avoid alloca() in headerAddI18NString()Panu Matilainen1-3/+5
2008-04-29This code has been commented out since -99, time to let go...Panu Matilainen1-36/+0
2008-04-28Oops, simplified it a little bit much, fixingJindrich Novy1-3/+4
2008-04-28Remove remaining alloca() from rpmdb.cJindrich Novy1-5/+14
2008-04-28Simplify dirName handling in rpmdbFindByFile()Jindrich Novy1-7/+3
2008-04-28Eliminate pointless alloca() of hsa structPanu Matilainen1-31/+32
2008-04-28Remove bogus/misleading return value of hsaInit() and hsaFini()Panu Matilainen1-8/+4
2008-04-28Remove useless hsa != NULL checksPanu Matilainen1-10/+6
2008-04-28Eliminate pointless alloca() of local DBT structs.Panu Matilainen1-100/+100
2008-04-28Revert bunch of alloca() -> xcalloc() changes in rpmdb routinesPanu Matilainen1-28/+16
2008-04-24Remove outdated comment, add a todo reminderPanu Matilainen1-0/+1
2008-04-24Might as well compare against tag shortname now that we have itPanu Matilainen1-2/+2
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-1/+1
2008-04-22Simplify rebuild path generationPanu Matilainen1-6/+1
2008-04-22More path manipulation craziness eliminated in rpmdbRemoveDatabase()Panu Matilainen1-20/+8
2008-04-22Eliminate wtf dbpath shuffling in rpmdbMoveDatabase()Panu Matilainen1-38/+19
2008-04-22Don't use alloca for struct stat, there's no need to.Panu Matilainen1-7/+7
2008-04-22Add rpmdb internal helper for cleaning up db4 environment, use itPanu Matilainen1-17/+27
2008-04-16Make headerNVR() just a special case of headerNEVRA()Panu Matilainen1-11/+7
2008-04-09Replace alloca+memset with xcalloc() in rpmdbRemove()Panu Matilainen1-6/+12
2008-04-09Replace alloca+memset with xcalloc() in rpmdbAdd()Panu Matilainen1-4/+6
2008-04-09Replace alloca+memset with xcalloc() in rpmdbCountPackages()Panu Matilainen1-6/+10
2008-04-09Tonne of indentation + other formatting corrections to rpmdb.cPanu Matilainen1-70/+85
2008-04-09Remove dead codePanu Matilainen1-25/+0
2008-04-09Report full nevra in rpmdb remove debug messagePanu Matilainen1-3/+4
2008-04-09Make headerGetNEVRA() return "src" as the arch of source packagesPanu Matilainen1-2/+4
2008-04-09Initialize pointers, lowercase local variablePanu Matilainen1-4/+4
2008-04-09Rewrite headerGetN*() for simplicityPanu Matilainen1-26/+21
2008-04-09Add headerGetEVR() convenience functionPanu Matilainen2-0/+26
2008-04-09Make headerNEVRA() actually return epoch tooPanu Matilainen2-2/+7
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-18/+2
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen4-27/+3
2008-04-06Eliminate the uuuuugly and unsafe static tagname bufferPanu Matilainen3-22/+25
2008-04-06Move the tagtbl.c generator monster awk out of Makefile.amPanu Matilainen2-14/+80
2008-04-04getcwd(NULL,0) has undefined behavior, use rpmGetCwd() insteadPanu Matilainen1-2/+6
2008-04-04Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd()Panu Matilainen1-12/+1
2008-04-03We don't support url's in db paths, rip.Panu Matilainen3-46/+11