summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Oops, simplified it a little bit much, fixingJindrich Novy1-3/+4
2008-04-28Avoid alloca() in rpmGetFilesystemUsage()Panu Matilainen1-12/+14
2008-04-28Avoid alloca() in getFilesystemList()Panu Matilainen1-6/+11
2008-04-28Remove remaining alloca() from rpmdb.cJindrich Novy1-5/+14
2008-04-28Simplify dirName handling in rpmdbFindByFile()Jindrich Novy1-7/+3
2008-04-28Drop va_copy check, it's already done by C99 checksPanu Matilainen1-14/+0
2008-04-28Require C99 capable compiler in configurePanu Matilainen1-0/+5
2008-04-28Remove alloca() ussage from rpmcache.cJindrich Novy1-1/+2
2008-04-28Remove unused alloca'd variableJindrich Novy1-2/+0
2008-04-28Remove alloca() from build()Jindrich Novy1-1/+2
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-28Remove unused variablePanu Matilainen1-1/+0
2008-04-28Eliminate pointless alloca() of entryInfo and indexEntry structsPanu Matilainen1-46/+49
2008-04-28Eliminate pointless alloca() of local DBT structsPanu Matilainen1-20/+20
2008-04-28Eliminate pointless alloca() of struct fileIndexEntry structPanu Matilainen1-6/+6
2008-04-28Eliminate pointless alloca() of availableIndexEntry struct.Panu Matilainen1-7/+7
2008-04-28Eliminate pointless alloca()'s of local dirInfo structPanu Matilainen1-25/+26
2008-04-28Eliminate pointless alloca() of entryInfo and indexEntry structsPanu Matilainen1-28/+31
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-25Replace alloca() + memset() with xcalloc() in runImmedTriggers()Panu Matilainen1-3/+2
2008-04-25Avoid alloca() in markReplacedFiles()Panu Matilainen1-1/+2
2008-04-25Reduce alloca() use in relocateFileList()Panu Matilainen1-5/+7
2008-04-25Replace alloca() + memset() with xcalloc() in skipFiles()Panu Matilainen1-4/+4
2008-04-25Avoid alloca() on links in printFileInfo()Panu Matilainen1-6/+6
2008-04-25Avoid alloca() in rpmInstall()Panu Matilainen1-1/+2
2008-04-25Simplify setPathDefault()Panu Matilainen1-5/+2
2008-04-25Avoid alloca() in rpmteColorDS()Panu Matilainen1-3/+4
2008-04-25Single point of exit for dateToTimet(), avoid alloca()Panu Matilainen1-17/+21
2008-04-25Simplify lookupPackage(), avoid alloca()Panu Matilainen1-9/+5
2008-04-24Remove outdated comment, add a todo reminderPanu Matilainen2-4/+1
2008-04-24Might as well compare against tag shortname now that we have itPanu Matilainen1-2/+2
2008-04-24Update translations for a changePanu Matilainen24-12092/+12705
2008-04-24Remove bogus const from rpmfi pre- and posttrans membersPanu Matilainen2-8/+8
2008-04-24Eliminate rpmtsi refcount debug junk from the APIPanu Matilainen2-30/+2
2008-04-24Update doxygen docs for rpmteNEVR() and friendsPanu Matilainen1-5/+5
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen8-36/+36
2008-04-24Add rpmteEVR() functionPanu Matilainen3-4/+13
2008-04-24I'm out of words for this one.Panu Matilainen1-10/+1
2008-04-24Check for chroot() result in rpmtsRun()Panu Matilainen1-1/+4
2008-04-24Make verification with --root reliable (rhbz#434150)Panu Matilainen1-21/+27
2008-04-24Force preloading of name service libraries early in initializationPanu Matilainen2-14/+2
2008-04-22Relax spec permissions in tar build mode (rhbz#253648)Panu Matilainen1-0/+5
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