tools/librpm-tizen.git
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()
2008-04-09 Panu MatilainenReplace bunch of wtf evr formatters with headerGetNVR()
2008-04-09 Panu MatilainenAdd headerGetEVR() convenience function
2008-04-09 Panu MatilainenMake headerNEVRA() actually return epoch too
2008-04-09 Panu MatilainenAnd one more url->path rename for local variable...
2008-04-09 Panu MatilainenRip the last remaining disk/file URL stuff in processSo...
2008-04-09 Panu MatilainenAnd more url ripping in build internals... (addFile)
2008-04-09 Panu MatilainenURL -> path renames continued... (build internal)
2008-04-09 Panu MatilainenRename FileListRec_s disk + cpio path variables
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-09 Panu MatilainenRemove remote host stuff from build doScript()
2008-04-09 Panu MatilainenMore url-path ripping in build/
2008-04-08 Panu MatilainenWhoops.. gpg-pubkey "release" on import got busted...
2008-04-08 Panu MatilainenSimplify rpmtsImportPubkey() a bit
2008-04-08 Jindrich NovyRewrite pgpArmorWrap(), the former one was insecure...
2008-04-08 Panu MatilainenCollapse unknown / unsupport RSA sigtypes into one...
2008-04-08 Panu MatilainenverifyRSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenverifyDSASignature() buffer & other fixes
2008-04-08 Panu MatilainenEliminate four copy-paste versions of nibble(), stick...
2008-04-07 Panu MatilainenEep, fix bunch of segfaults and other fun from previous...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySizeSign...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifyMD5Signa...
2008-04-07 Panu MatilainenAvoid stpcpy() to static sized buffer in verifySHA1Sign...
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-04-07 Panu MatilainenUh, return allocated pointer, not the end of string...
2008-04-07 Panu MatilainenRemove static print buffer from pgpMpiStr(), return...
2008-04-07 Panu MatilainenMerge pgpHexCvt() into pgpHexPrt(), removing it from...
2008-04-07 Panu MatilainenMinimally convert all pgpHexCvt() users to use pgpHexSt...
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-04-07 Panu MatilainenargvPrint() doesn't modify argv, make it const
2008-04-07 Panu MatilainenAdd ARGI_const_t, use where appropriate
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-07 Panu MatilainenRemove ARGstr_t typedef, it serves no purpose
2008-04-07 Panu MatilainenRemove bogus const from ARGV_t
2008-04-07 Panu MatilainenMissing rpmstring.h include
2008-04-06 Panu MatilainenEliminate the uuuuugly and unsafe static tagname buffer
2008-04-06 Panu MatilainenMove the tagtbl.c generator monster awk out of Makefile.am
2008-04-04 Panu MatilainenOops, no newline at end of filename please...
2008-04-04 Panu Matilainen%{_builddir} is not an url, ever
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doUntar()
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doPatch()
2008-04-04 Panu MatilainenRip the url-craziness in rpmMkdirPath()
2008-04-04 Panu MatilainenGet rid of the horrid zcmd hackery in build
2008-04-04 Panu MatilainenMissing decompression arguments for bzip in uncompress...
2008-04-04 Panu Matilainengetcwd(NULL,0) has undefined behavior, use rpmGetCwd...
2008-04-04 Panu MatilainenStop pretending spec can be an URL or stdin, neither...
2008-04-04 Jindrich NovyEscape '%' in format
2008-04-04 Panu MatilainenWait for popen() to finish before passing to isSpecFile()
2008-04-04 Panu MatilainenMove spec extraction from tarball out of buildForTarget...
2008-04-04 Panu MatilainenOops, add --wildcards back to spec extraction
2008-04-04 Jindrich NovySimplify formatting
2008-04-04 Jindrich NovySimplify package comparison and format creation.
2008-04-04 Panu MatilainenAssume failure in buildForTarget() to remove redundancy
2008-04-04 Panu MatilainenRefactor spec extraction on tar build to address severa...
2008-04-04 Panu MatilainenSpec of size zero cannot be a valid spec file
next