tools/librpm-tizen.git
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...
2008-04-17 Jindrich NovyDon't copy unknown number of args to buffer of fixed...
2008-04-17 Jindrich NovyIntroduce rstrscat()
2008-04-16 Panu MatilainenFixup leftovers from lua/local -> luaext/ move
2008-04-16 Panu MatilainenDocument external Lua requirement
2008-04-16 Panu MatilainenConvert to Lua 5.1 library loading style
2008-04-16 Panu MatilainenAdd modemuncher + lua init stuff to extra dist
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua
2008-04-16 Jindrich NovyDon't use mktemp(), we are sure mkstemp() is available now
2008-04-16 Jindrich NovyRequire mkstemp()
2008-04-16 Jindrich NovyKill queryHeader(), it is not used and buggy
2008-04-16 Jindrich NovyKill useless initialization to "(unkown error)"
2008-04-16 Panu MatilainenPlug a memleak from pgpHexStr() in showQueryPackage()
2008-04-16 Jindrich NovyDon't try to print buf if it's empty
2008-04-16 Jindrich NovyRemove insecure hacks in query.c
2008-04-16 Jindrich NovyRemove useless statements from showQueryPackage()
2008-04-16 Panu MatilainenMake headerNVR() just a special case of headerNEVRA()
2008-04-16 Panu MatilainenOops, only free if allocated ;)
2008-04-16 Panu MatilainenPlug a memory leak in armorFormat()
2008-04-15 Panu MatilainenDoxygen parameter name mismatch
2008-04-15 Jindrich NovyGet rid of string hackery and overflows while rpm -V
2008-04-15 Panu MatilainenPlug a memleak in pgpArmorWrap()
2008-04-15 Jindrich NovyIntroduce rstrcat()
2008-04-15 Panu MatilainenMake find-lang.sh --with-man brp-compress friendly...
2008-04-15 Panu MatilainenDon't exempt *.jar.so.debug from buildroot checks ...
2008-04-15 Jindrich NovyRemove rhnplatform, cvsid/svnid, serial and copyright...
2008-04-15 Panu MatilainenAbort build on unknown payload compressor
2008-04-14 Panu MatilainenAvoid unnecessary rpmio_flags alloc+free in psm
2008-04-14 Panu MatilainenFix indentation, no functional changes
2008-04-14 Panu MatilainenRemove glibc upgrade-helper kludge, only necessary...
2008-04-14 Panu MatilainenLose useless variable
2008-04-14 Panu MatilainenSplit scriptlet execv() preparations to separate function
2008-04-14 Panu MatilainenUse argvAddNum() for passing package count numbers...
2008-04-14 Panu MatilainenAdd argvAddNum() for adding integers to ARGV_t arrays
2008-04-14 Panu MatilainenUse ARGV_t for passing around scriptlet args psm internally
2008-04-14 Panu MatilainenAdd argvNew() to create an empty argv array
2008-04-14 Panu MatilainenAvoid redundant script name formatting
2008-04-14 Panu MatilainenReduce #ifdef clutter
2008-04-14 Panu MatilainenStreamline lua scriptlet name formatting - just do...
2008-04-14 Panu MatilainenMove legacy prefix compat thing out of the loop
2008-04-14 Panu MatilainenDon't bother calculating max prefix lengths
2008-04-14 Jindrich NovyPrevent buffer overflow in readKeys()
2008-04-11 Jindrich NovyUse dynamic allocation in rpmlibNeedsFeature()
2008-04-11 Jindrich NovyDon't warn about BuildRoot being "/" while it is actual...
2008-04-11 Panu MatilainenSimplify url retrieval in rpmInstall()
2008-04-11 Panu MatilainenSimplify url io a lot
2008-04-11 Panu MatilainenRemove #ifdef NOTYET junk
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-10 Panu MatilainenFirst crack at adding ISA provides to packages (rhbz...
2008-04-10 Panu MatilainenAvoid exporting providePackageNVR() in the library
2008-04-10 Panu MatilainenJust call legacyRetrofit() instead of combined compress...
2008-04-10 Panu MatilainenAdd a static, far simpler addPackageProvides() to build
2008-04-10 Jindrich NovyCall rpmReadConfigFiles() in rpm2cpio so that rpm2cpio...
2008-04-10 Panu MatilainenRemove unnecessary providePackageNVR() from writeRPM()
2008-04-10 Panu MatilainenUnbreak srpm generation broken by 6c4b0cbd93709a0fa18af...
2008-04-09 Jindrich NovyDon't use stack allocations in rpm2cpio when not needed
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbRemove()
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbAdd()
2008-04-09 Panu MatilainenReplace alloca+memset with xcalloc() in rpmdbCountPacka...
2008-04-09 Panu MatilainenTonne of indentation + other formatting corrections...
2008-04-09 Panu MatilainenRemove dead code
2008-04-09 Panu MatilainenReport full nevra in rpmdb remove debug message
2008-04-09 Panu MatilainenPlug memleak from signature verification now returning...
2008-04-09 Panu MatilainenSimplify addTE()
2008-04-09 Panu MatilainenMake headerGetNEVRA() return "src" as the arch of sourc...
2008-04-09 Panu MatilainenInitialize pointers, lowercase local variable
2008-04-09 Panu MatilainenRewrite headerGetN*() for simplicity
2008-04-09 Jindrich NovyFix buffer overflow in verifyDSASignature()
next