tools/librpm-tizen.git
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-12 Panu MatilainenAdd simpler headerFormat() function, deprecate headerSp...
2008-05-12 Panu MatilainenSplit header sprintf formatting to separate source
2008-05-12 Jindrich Novyfully translate to CZ after latest po files regeneration
2008-05-12 Panu MatilainenMove header "default" formats to formats.c along with...
2008-05-12 Panu MatilainenUpdate translations after the big shuffle
2008-05-12 Panu MatilainenAdjust pkg-config now that librpmdb is gone
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm
2008-05-12 Panu MatilainenRip old, bit-rotten librpm test programs
2008-05-12 Panu MatilainenRip old, bit-rotten librpmio test programs
2008-05-12 Panu MatilainenRip old, bit-rotten librpmdb test programs
2008-05-12 Panu MatilainenRemove internal copy of Lua for good
2008-05-10 Jindrich NovyFully transale RPM to Czech
2008-05-08 Panu MatilainenCaught pants down with strlcpy() vs strncpy() semantics
2008-05-08 Panu MatilainenEliminate static print buffer from prDbiOpenFlags()
2008-05-08 Panu MatilainenAvoid entirely unnecessary static temp string buffer
2008-05-08 Panu MatilainenRip useless ROOT_GROUP checking from configure
2008-05-08 Panu MatilainenDon't run fixowner and fixgroup at end of %prep
2008-05-08 Panu MatilainenOops, matchpathcon() wants st_mode, not the entire...
2008-05-08 Panu MatilainenBlock signals while moving the rpmdb to final location...
2008-05-08 Panu MatilainenLose the silly db argument from block/unblockSignals()
2008-05-08 Panu MatilainenRestore rpmdb selinux contexts to default after rebuild...
2008-05-08 Panu Matilainenis_selinux_enabled() returns 0 if not enabled, not -1
2008-05-08 Panu MatilainenCheck for transaction root sanity in rpmtsSetRootDir()
2008-05-08 Panu MatilainenSet ts rootdir to /, not empty if rootDir arg is NULL
2008-05-08 Panu MatilainenOnly append trailing slash to ts rootdir if rootdir...
2008-05-08 Panu MatilainenFix up some fuzz in Finnish translation
2008-05-08 Panu MatilainenFix up / remove some fuzzy German translations
2008-05-08 Panu MatilainenUpdated Serbian translations from Igor Miletic (rhbz...
2008-05-08 Panu MatilainenUpdated Polish translation from Piotr Drąg
2008-05-08 Panu MatilainenUpdated German translation from Fabian Affolter (rhbz...
2008-05-08 Panu MatilainenCheck rpmAddSignature() return codes (rhbz#442761)
2008-05-07 Panu MatilainenOops, don't access variable after freeing
2008-05-07 Panu MatilainenOops, plug leak introduced by previous commit
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()
next