tools/librpm-tizen.git
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()
2008-04-28 Panu MatilainenDrop va_copy check, it's already done by C99 checks
2008-04-28 Panu MatilainenRequire C99 capable compiler in configure
2008-04-28 Jindrich NovyRemove alloca() ussage from rpmcache.c
2008-04-28 Jindrich NovyRemove unused alloca'd variable
2008-04-28 Jindrich NovyRemove alloca() from build()
2008-04-28 Panu MatilainenEliminate pointless alloca() of hsa struct
2008-04-28 Panu MatilainenRemove bogus/misleading return value of hsaInit() and...
2008-04-28 Panu MatilainenRemove useless hsa != NULL checks
2008-04-28 Panu MatilainenRemove unused variable
2008-04-28 Panu MatilainenEliminate pointless alloca() of entryInfo and indexEntr...
2008-04-28 Panu MatilainenEliminate pointless alloca() of local DBT structs
2008-04-28 Panu MatilainenEliminate pointless alloca() of struct fileIndexEntry...
2008-04-28 Panu MatilainenEliminate pointless alloca() of availableIndexEntry...
2008-04-28 Panu MatilainenEliminate pointless alloca()'s of local dirInfo struct
2008-04-28 Panu MatilainenEliminate pointless alloca() of entryInfo and indexEntr...
2008-04-28 Panu MatilainenEliminate pointless alloca() of local DBT structs.
2008-04-28 Panu MatilainenRevert bunch of alloca() -> xcalloc() changes in rpmdb...
2008-04-25 Panu MatilainenReplace alloca() + memset() with xcalloc() in runImmedT...
2008-04-25 Panu MatilainenAvoid alloca() in markReplacedFiles()
2008-04-25 Panu MatilainenReduce alloca() use in relocateFileList()
2008-04-25 Panu MatilainenReplace alloca() + memset() with xcalloc() in skipFiles()
2008-04-25 Panu MatilainenAvoid alloca() on links in printFileInfo()
2008-04-25 Panu MatilainenAvoid alloca() in rpmInstall()
2008-04-25 Panu MatilainenSimplify setPathDefault()
2008-04-25 Panu MatilainenAvoid alloca() in rpmteColorDS()
2008-04-25 Panu MatilainenSingle point of exit for dateToTimet(), avoid alloca()
2008-04-25 Panu MatilainenSimplify lookupPackage(), avoid alloca()
2008-04-24 Panu MatilainenRemove outdated comment, add a todo reminder
2008-04-24 Panu MatilainenMight as well compare against tag shortname now that...
2008-04-24 Panu MatilainenUpdate translations for a change
2008-04-24 Panu MatilainenRemove bogus const from rpmfi pre- and posttrans members
2008-04-24 Panu MatilainenEliminate rpmtsi refcount debug junk from the API
2008-04-24 Panu MatilainenUpdate doxygen docs for rpmteNEVR() and friends
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-04-24 Panu MatilainenAdd rpmteEVR() function
2008-04-24 Panu MatilainenI'm out of words for this one.
2008-04-24 Panu MatilainenCheck for chroot() result in rpmtsRun()
2008-04-24 Panu MatilainenMake verification with --root reliable (rhbz#434150)
2008-04-24 Panu MatilainenForce preloading of name service libraries early in...
2008-04-22 Panu MatilainenRelax spec permissions in tar build mode (rhbz#253648)
2008-04-22 Panu MatilainenSimplify rebuild path generation
2008-04-22 Panu MatilainenMore path manipulation craziness eliminated in rpmdbRem...
2008-04-22 Panu MatilainenEliminate wtf dbpath shuffling in rpmdbMoveDatabase()
2008-04-22 Panu MatilainenDon't use alloca for struct stat, there's no need to.
2008-04-22 Panu MatilainenAdd rpmdb internal helper for cleaning up db4 environme...
2008-04-22 Jindrich NovyRecognize lzma payload from its magic
2008-04-22 Jindrich NovyPrefer lzma's default -7 compression
2008-04-22 Jindrich NovyMain lzma rpmio part based on SuSE patches, thanks...
2008-04-22 Jindrich NovyHandle lzma payload
2008-04-22 Jindrich NovyCheck for lzma library in configure.ac and reference...
2008-04-22 Jindrich NovyAllow lzma payload in writeRPM()
2008-04-21 Panu MatilainenRip i386-specific RDTSC support from rpmsw, use gettime...
2008-04-21 Panu MatilainenAvoid %patch0 getting applied twice
2008-04-21 Panu MatilainenRetrofit RPMTAG_SOURCEPACKAGE to source rpms.
2008-04-21 Panu MatilainenUse argvAppend() instead of manual reallocs, plug a...
2008-04-21 Panu MatilainenUse argvNew() instead of manual xcalloc()
2008-04-21 Jindrich NovyAllow setting fuzz factor to 0
2008-04-20 Jindrich NovyDon't use static buffers
next