platform/upstream/rpm.git
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
2008-04-04 Panu MatilainenRemove copy-paste currentDirectory() from sqlite, use...
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-04-03 Panu MatilainenWe don't support url's in db paths, rip.
2008-04-03 Panu MatilainenReplace silly static rpmioFileExists() in rpmdb.c with...
2008-04-03 Panu MatilainenRemove ancient db1->db3 conversion cruft
2008-04-03 Jindrich NovyDon't use static buffers in parseForRegexLang()
2008-04-03 Panu MatilainenLose the remaining static buffer from rpmVerifySignatures()
2008-04-03 Panu MatilainenTypo...
2008-04-03 Panu MatilainenRefactor signature check results formatting
2008-04-03 Panu MatilainenEnable stack protector by default if gcc supports it
2008-04-03 Panu MatilainenRemove unnecessary check for "keyid:" in result
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-04-03 Jindrich NovySimplify message key creation in i18nTag()
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
2008-04-02 Panu MatilainenFurther streamline / simplify rpmVerifySignatures()
2008-04-02 Panu MatilainenMake signature verification result not depend on rpm...
2008-04-02 Panu MatilainenFurther redundancy / copy-paste coding elimination
2008-04-02 Panu MatilainenCollapse the huge sigtag switch in rpmVerifySignatures...
2008-04-02 Panu MatilainenSimplify missing/untrusted keys logging
2008-04-02 Panu MatilainenRevert "Disable signature and digest checks on query...
2008-04-01 Jindrich NovyFix off-by one in urlOpen()
2008-04-01 Panu MatilainenUpdated German translation from Fabian Affolter
2008-04-01 Panu MatilainenEnhance error message on failed ts lock acquire (rhbz...
2008-04-01 Panu MatilainenConvert rpmlock.c to general rpm indentation style
2008-03-31 Panu MatilainenAvoid entirely unnecessary static buffer + string copy.
2008-03-31 Jindrich NovyMake ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS...
2008-03-31 Panu MatilainenAvoid static sprintf buffer in rpmReadHeader()
2008-03-31 Panu MatilainenAvoid static buffer for error messages in rpmReadSignat...
2008-03-31 Panu MatilainenMake rpmLeadCheck() return error msg instead of direct...
2008-03-31 Panu MatilainenDead code removal (macro stuff)
2008-03-31 Panu MatilainenDead code removal (popt switches)
2008-03-31 Panu MatilainenSimplify rpmdsThis() code
2008-03-31 Panu MatilainenCopy N + EVR into ds in rpmdsSingle() instead of just...
2008-03-31 Panu MatilainenBunch of formatting & indentation fixes to rpmds
2008-03-29 Panu MatilainenFixup for rpmfcSaveArg() no longer freeing key
2008-03-29 Jindrich NovyDon't use static buffer ptr as return value in doUntar()
2008-03-28 Jindrich NovyDon't use static buffer in rpmfcELF(), make code more...
2008-03-28 Jindrich NovyRemove unneeded buffer operations
2008-03-28 Jindrich NovyAdd rpmfcAddFileDep() to handle file dependencies securely
2008-03-26 Panu MatilainenSimplify changelog entry additions
2008-03-26 Jindrich NovyRemove unneeded free()
2008-03-26 Jindrich NovyUse rasprintf() in rpmfcHelper() and rpmfcGenerateDepends()
2008-03-25 Jindrich NovyDon't use static buffers to communicate between funcs...
2008-03-25 Jindrich NovyUse rasprintf() for NVR construction to remove BUFSIZ...
2008-03-25 Jindrich NovyAvoid artificial limits on tag name.
2008-03-25 Panu MatilainenDisable signature and digest checks on query modes...
2008-03-24 Panu MatilainenAvoid couple of static buffers in psm script functions
2008-03-24 Panu MatilainenAvoid static buffer for sql commands
2008-03-24 Panu MatilainenRemove bogus const from rpmRelocation struct
2008-03-24 Panu MatilainenRemove bogus consts from rpmte_s
2008-03-24 Panu MatilainenRevert rpmhash changes from previous commit
2008-03-24 Panu MatilainenRemove bogus consts from rpmdb and dbi structs
2008-03-24 Panu MatilainenRemove bogus consts from pgpDigParams_s structure
2008-03-24 Panu MatilainenRemove bogus consts from urlinfo_s structure
2008-03-24 Panu MatilainenEliminate bogus const's from spec structure
2008-03-24 Panu MatilainenEliminate bogus const's from OFI_t and spectags structs
2008-03-24 Panu MatilainenEliminate bogus const from expression value
2008-03-24 Panu MatilainenUse regular stream functions instead of rpmio in spec...
2008-03-24 Panu MatilainenEliminate wtf pointer games with rpmGetPath result.
2008-03-24 Panu MatilainenAvoid entirely silly rpmio use in addFileToTagAux()
2008-03-23 Jindrich NovyFix buffer overflow while creating patch script, avoid...
2008-03-23 Jindrich NovyUse rasprintf() to prevent overflows and remove BUFSIZ...
2008-03-23 Jindrich NovyFix writeRPM, use dynamic allocation, remove bogus...
2008-03-20 Panu MatilainenAdjust maintainer makefile for hg -> git switchover
2008-03-19 Panu MatilainenRemove bunch of double consts. What have I've been...
2008-03-18 Panu MatilainenErm, off-by-one in rasprintf()
2008-03-18 Panu MatilainenBump up sonames, we're not exactly ABI compatible with...
2008-03-18 Panu MatilainenUse rasprintf() in rpmps to properly fix mdvbz#31680
2008-03-18 Panu MatilainenAdd custom asprintf() clone to rpmstring
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-18 Panu MatilainenMore xstr[n]casecmp to rpmstring along the other string...
2008-03-17 Panu MatilainenRefactor running of pre/post scriptlets out of rpmtsRun()
2008-03-17 Panu MatilainenAdd missing popt include
2008-03-17 Panu MatilainenRemove rollback and repackage from documentation
2008-03-17 Panu MatilainenNuke leftover rollback test program, update translations
2008-03-17 Panu MatilainenRemove repackage support to finish off with rollback
2008-03-17 Panu MatilainenRemove rollback support
2008-03-17 Panu MatilainenRemove support for automatic rollback on failure
2008-03-14 Panu MatilainenMake arch conditional in default queryformat
2008-03-14 Panu MatilainenRevert RPMTAG_FILEDIGESTS -> FILEMD5's for now
2008-03-14 Panu MatilainenType missing for RPMTAG_HEADERI18NTABLE
next