tools/librpm-tizen.git
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
2008-04-20 Jindrich NovyFail if it is impossible to chdir to directory to run...
2008-04-20 Jindrich NovyFix find-requires (rhbz#443015), thanks to Bill Nottingham
2008-04-20 Panu MatilainenSanitize + simplify %patch "macro" parsing
2008-04-20 Panu MatilainenSingle exit point for doPatchMacro()
2008-04-19 Panu MatilainenRemove ugly hardcoded docDirs list, use a macro instead
2008-04-19 Panu MatilainenAvoid entirely silly rpmio FD_t use in processPackageFi...
2008-04-19 Panu MatilainenChange rpmGlob() argvPtr type to ARGV_t to make it...
2008-04-19 Panu MatilainenUse argvFree() instead of manual free in loop
2008-04-19 Panu MatilainenFurther simplify rpmInitMacros()
2008-04-19 Panu MatilainenUse argvFree() to free, well, an argv, instead of manua...
2008-04-19 Panu MatilainenSimplify rpmGlob() a bit
2008-04-19 Panu MatilainenDynamically allocate buffers in rpmGetPath()
2008-04-18 Panu MatilainenAvoid entirely silly rpmio FD_t use
2008-04-18 Panu MatilainenRemove unnecessary xstrdup() of dynamically allocated...
2008-04-18 Panu MatilainenCosmetics: group operations more logically...
2008-04-18 Panu MatilainenSimplify macro option + argument processing
2008-04-18 Panu MatilainenAdd argvJoin() for combining an argv array into a string
2008-04-18 Jindrich NovyPut '\0' to the end of xmalloc'd string to avoid surprises
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-17 Panu MatilainenAccidental typo introduced to rpmrc.c
2008-04-17 Panu MatilainenFix dumb off-by-one errors introduced by rstrlcpy(...
2008-04-17 Panu MatilainenBunch of strncpy/strcpy -> rstrlcpy() converts in rpmrc
2008-04-17 Panu MatilainenAdd missing include
2008-04-17 Panu MatilainenUse rstrlcpy() for various parseForFoo() functions...
2008-04-17 Panu MatilainenUse rstrlcpy() for parseRCPOT() version + release
2008-04-17 Panu MatilainenUse rstrlcpy() for printFileInfo() username + group...
2008-04-17 Panu MatilainenMake sure lead->name is zero-terminated
2008-04-17 Panu MatilainenAdd rstrlcpy() string helper function
2008-04-17 Panu MatilainenMore accurate filtering of .rpmnew etc when reading...
2008-04-17 Panu MatilainenHave gcc check for NULL terminated arglist in rstrscat
2008-04-17 Jindrich NovyUse sizeof() instead of direct element count in rpmluaG...
next