tools/librpm-tizen.git
2008-05-07 Panu MatilainenSimplify doPatch()
2008-05-07 Panu MatilainenPlug another memleak from genCpioListAndHeader()
2008-05-07 Panu Matilainenrpmfi actions is already alloced by rpmfiNew(), don...
2008-05-06 Panu MatilainenEliminate nasty hackery with "special" doc + docdir...
2008-05-06 Panu MatilainenEliminate static buffer in lua findkey()
2008-05-06 Jindrich NovyNuke EXPRBUFSIZ, it is now useless
2008-05-06 Jindrich NovyDon't use static buffer for parsing an expression
2008-05-05 Panu MatilainenIndentation fixes
2008-05-05 Panu MatilainenEliminate static sized string buffer in parseScript()
2008-05-05 Panu MatilainenTrap RPMRC_FAIL returns from spec parse with abort...
2008-05-05 Panu MatilainenMake readLine() return PART_ERROR on errors
2008-05-05 Panu MatilainenFix (hopefully ;) signaling for line continuations...
2008-05-05 Panu MatilainenIndentation fixes
2008-05-05 Panu MatilainenMake parseSpec() return PART_ERROR on all errors
2008-05-05 Panu MatilainenMake parseFiles() return PART_ERROR on failure
2008-05-05 Panu MatilainenMake parseScript() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseDescription() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseChangeLog() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseBuildInstallClean() return PART_ERROR on...
2008-05-05 Panu MatilainenMake parsePrep() return PART_ERROR on errors
2008-05-05 Panu MatilainenStreamline parsePreamble() exists
2008-05-05 Panu MatilainenStart cleaning up the rpmerr removal mess of build...
2008-05-05 Jindrich NovyRemove obsolete parseForRegexLang()
2008-05-05 Jindrich Novymacros.in cleanup
2008-05-05 Panu MatilainenUse fprintf() for writing PGP passphrase (like we do...
2008-05-05 Panu MatilainenCheck for pipe() returns on GPG and PGP signature creation
2008-05-05 Panu MatilainenCheck for pipe() returns in rpmfc helper output reading
2008-05-05 Panu MatilainenSilence bogus warning on memset()
2008-05-05 Panu MatilainenCheck for pipe() return code on --pipe
2008-05-03 Panu MatilainenAdd missing include
2008-05-03 Panu MatilainenInitialize nb before use
2008-05-03 Panu MatilainenCreate signature target rpm in same directory as original
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-05-03 Panu MatilainenrpmReSign() doesn't return rpmRC codes, make it more...
2008-05-03 Panu MatilainenEliminate static sized string buffer frpm rpmReSign()
2008-05-02 Panu MatilainenCheck for arch compatibility on multilib too
2008-05-02 Panu MatilainenEnsure default SIGPIPE handler for --pipe (rhbz#444389)
2008-04-30 Panu MatilainenRIP alloca()
2008-04-30 Jindrich NovyRewrite xmlFormat() and remove useless xmlstrlen()...
2008-04-30 Panu MatilainenKill of alloca() from tufdio tests
2008-04-30 Panu MatilainenLazily copy basenames in relocation if needed
2008-04-30 Panu MatilainenSimplify relocation directory name manipulation
2008-04-30 Jindrich NovyDon't use alloca in rpmal.c
2008-04-30 Panu MatilainenAllocate relocation dirnames on heap, not stack
2008-04-30 Jindrich NovyDon't use alloca() in fpsCompare()
2008-04-30 Panu MatilainenBegin untangling relocation alloca()'s
2008-04-30 Panu MatilainenKill the remaining alloca in fp doLookup()
2008-04-30 Panu MatilainenOne alloca() down in fp doLookup()
2008-04-29 Panu MatilainenPlug a memleak in lzclose()
2008-04-29 Panu MatilainenPlug memleak in parseSimplePart()
2008-04-29 Panu MatilainenPlug memleak in macro doFoo()
2008-04-29 Jindrich NovyDon't use alloca in rpmGenPath()
2008-04-29 Jindrich NovyCalm down compiler warnings due to fsm->patch being...
2008-04-29 Jindrich NovyMerge branch 'master' of ssh://login.linux.duke.edu...
2008-04-29 Jindrich NovyAvoid general ETXBSY and allow it for HP-UX exclusively
2008-04-29 Jindrich NovyRemove useless alloca_strdup()
2008-04-29 Panu MatilainenRemove unused alloca_strdup() define
2008-04-29 Panu MatilainenAllocate directory names on heap in compressFilelist()
2008-04-29 Panu MatilainenUse rpmGetPath() to construct full dbpath in db3open()
2008-04-29 Panu MatilainenOops, one more alloca() in rpmtsOrder()
2008-04-29 Panu MatilainenRemove alloca() from rpmtsOrder()
2008-04-29 Panu MatilainenDead code elimination
2008-04-29 Panu MatilainenRemove alloca() from rpmvercmp()
2008-04-29 Panu MatilainenAvoid alloca() in headerLoad()
2008-04-29 Panu MatilainenAvoid alloca() in findTag()
2008-04-29 Panu MatilainenAvoid alloca() in shescapeFormat()
2008-04-29 Panu MatilainenAvoid alloca() in headerAddI18NString()
2008-04-29 Panu MatilainenThis code has been commented out since -99, time to...
2008-04-29 Panu MatilainenEliminate remaining alloca() in rpmAddSignature()
2008-04-29 Panu MatilainenPlug memleaks in signature generation
2008-04-29 Panu MatilainenAvoid alloca() in rpmtsSetRootDir()
2008-04-29 Panu MatilainenAvoid alloca() in rpmDetectPGPVersion()
2008-04-29 Panu MatilainenAvoid alloca() in makeGPGSignature()
2008-04-29 Panu MatilainenAvoid unchecked stpcpy() to static sized buf from alloca()
2008-04-29 Panu MatilainenAvoid alloca() in rpmtsInitIterator()
2008-04-29 Panu MatilainenRead "canonvendor" macros by default again
2008-04-29 Panu MatilainenAvoid alloca() in legacyRetrofit()
2008-04-29 Panu MatilainenUse rpmioSlurp() for reading in rpmrc's
2008-04-29 Panu MatilainenUse rpmGlob() for expanding rcfiles globs
2008-04-29 Jindrich NovyRewrite rpmioMkpath()
2008-04-28 Panu MatilainengenCpioListAndHeader() indentation fixes, no other...
2008-04-28 Panu MatilainenAllocate buffer for %doc filenames dynamically
2008-04-28 Panu MatilainenRemove unnecessary block which just messes up indentation
2008-04-28 Panu MatilainenSet processingFailed just once
2008-04-28 Panu MatilainenDon't leak memory on failure in checkForValidArchitectu...
2008-04-28 Panu MatilainenRemove unused alloca_strdup() macro
2008-04-28 Panu MatilainenRemove alloca() from strntoul() helper in cpio
2008-04-28 Jindrich NovyGet rid of string hackery in rpmdb-py.c
2008-04-28 Jindrich NovyRemove alloca() from argv.c
2008-04-28 Panu MatilainenOops...
2008-04-28 Panu Matilainen..and for parseForLang()
2008-04-28 Panu Matilainen..and the same for parseForConfig()
2008-04-28 Panu MatilainenparseForAttr() tweaks
2008-04-28 Panu MatilainenAvoid alloca() in parseForVerify(), streamline exit...
2008-04-28 Panu MatilainenAvoid alloca() in parseForDev()
2008-04-28 Jindrich NovyOops, simplified it a little bit much, fixing
2008-04-28 Panu MatilainenAvoid alloca() in rpmGetFilesystemUsage()
2008-04-28 Panu MatilainenAvoid alloca() in getFilesystemList()
2008-04-28 Jindrich NovyRemove remaining alloca() from rpmdb.c
2008-04-28 Jindrich NovySimplify dirName handling in rpmdbFindByFile()
next