summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Avoid alloca() in rpmGetFilesystemUsage()Panu Matilainen1-12/+14
2008-04-28Avoid alloca() in getFilesystemList()Panu Matilainen1-6/+11
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-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-24Remove outdated comment, add a todo reminderPanu Matilainen1-4/+0
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 Matilainen5-26/+26
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-22Handle lzma payloadJindrich Novy2-0/+5
2008-04-21Retrofit RPMTAG_SOURCEPACKAGE to source rpms.Panu Matilainen1-1/+2
2008-04-21Use argvAppend() instead of manual reallocs, plug a leak from rpmGlob()Panu Matilainen1-7/+5
2008-04-21Use argvNew() instead of manual xcalloc()Panu Matilainen1-1/+1
2008-04-20Don't use static buffersJindrich Novy2-5/+4
2008-04-18Put '\0' to the end of xmalloc'd string to avoid surprisesJindrich Novy1-0/+1
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen1-7/+9
2008-04-17Accidental typo introduced to rpmrc.cPanu Matilainen1-1/+1
2008-04-17Bunch of strncpy/strcpy -> rstrlcpy() converts in rpmrcPanu Matilainen1-7/+5
2008-04-17Add missing includePanu Matilainen1-0/+1
2008-04-17Use rstrlcpy() for printFileInfo() username + group fieldsPanu Matilainen1-5/+2
2008-04-17Make sure lead->name is zero-terminatedPanu Matilainen1-1/+1
2008-04-16Don't use mktemp(), we are sure mkstemp() is available nowJindrich Novy1-4/+0
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-15/+6
2008-04-16Kill useless initialization to "(unkown error)"Jindrich Novy1-1/+1
2008-04-16Plug a memleak from pgpHexStr() in showQueryPackage()Panu Matilainen1-4/+4
2008-04-16Don't try to print buf if it's emptyJindrich Novy1-2/+4
2008-04-16Remove insecure hacks in query.cJindrich Novy1-77/+30
2008-04-16Remove useless statements from showQueryPackage()Jindrich Novy1-4/+1
2008-04-16Oops, only free if allocated ;)Panu Matilainen1-2/+4
2008-04-16Plug a memory leak in armorFormat()Panu Matilainen1-1/+4
2008-04-15Get rid of string hackery and overflows while rpm -VJindrich Novy1-17/+10
2008-04-14Avoid unnecessary rpmio_flags alloc+free in psmPanu Matilainen1-8/+4
2008-04-14Fix indentation, no functional changesPanu Matilainen1-12/+11