tools/librpm-tizen.git
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...
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()
next