platform/upstream/rpm.git
2009-04-14 Florian FestiRevert erase relations before checking whether we alrea...
2009-04-13 Panu MatilainenError out at build on unsupported payload compressors...
2009-04-10 Jindrich NovyDon't require %ghost file presence in build root (rhbz...
2009-04-09 Jindrich NovyRemove file flags that have never been enabled
2009-04-09 Ville SkyttäMake it clearer that PACKAGE_FILE logic applies to...
2009-04-09 Ville SkyttäRemove obsolete info about --buildarch and --buildos.
2009-04-09 Panu MatilainenUpdated Spanish translation (Oscar Bacho)
2009-04-09 Panu MatilainenUpdated Serbian translations (Milos Komarcevic)
2009-04-09 Panu MatilainenUpdated Catalan translation (Xavier Conde)
2009-04-09 Panu MatilainenFix PGP v4 fingerprint calculation (rhbz#493777)
2009-04-06 Jindrich NovyDon't allow '~', '/' characters and ".." sequence...
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-04-03 Panu MatilainenMake sure installed files have state (rhbz#492947)
2009-04-02 Jindrich NovyUse -mtune instead of -mcpu (rhbz#493696)
2009-04-01 Panu MatilainenPolish translation update (Piotr Drąg)
2009-03-31 Panu MatilainenUpdate translations for a change...
2009-03-31 Panu MatilainenPrefer more specific types over generic "text" in class...
2009-03-31 Panu MatilainenAllocate ts->addedPackages lazily from rpmtsAddInstallE...
2009-03-30 Florian FestiErase relations are reversed, use requires of target
2009-03-27 Panu MatilainenTidy up rpmfi struct definition a bit
2009-03-27 Panu MatilainenLose unused/useless Type and tagN fields from rpmfi...
2009-03-27 Panu MatilainenHandle XZ in %uncompress macro
2009-03-27 Panu MatilainenRip the macro default settings in rpmrc setDefaults()
2009-03-27 Panu MatilainenAdd built-in %getconfdir macro for getting rpmConfigDir...
2009-03-27 Panu MatilainenPlug minor memleak from default rc and macro file paths
2009-03-27 Panu MatilainenPlug minor memleak from rpmGetCwd() on build
2009-03-26 Panu MatilainenEliminate pointless xstrdup()'s, the strings are never...
2009-03-26 Florian FestiFix: use the file's color to decide whether to add...
2009-03-26 Florian FestiRemove rpmal from the Python API
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-03-26 Florian FestiAlso order erases.
2009-03-26 Florian FestiImplement rpmteSetDependsOn and rpmteDependsOn using...
2009-03-26 Panu MatilainenPut the PGP foobar signature generation out of its...
2009-03-25 Jindrich Novyprocess the "./" in file paths correctly (rhbz#491388)
2009-03-25 Panu MatilainenMake sure fd bundle is always NULLed on rpmVerifySignat...
2009-03-25 Panu MatilainenUnify DSA/RSA/GPG/blaa signature verification, simplify
2009-03-25 Panu MatilainenRename internal signature verification functions
2009-03-25 Panu MatilainenReorder internal signature verification arguments
2009-03-25 Panu MatilainenPush signature identification to librpmio / pgp handling
2009-03-25 Panu MatilainenRemove redundant RSA/DSA parameter checks
2009-03-25 Panu MatilainenPush signature verification down to librpmio
2009-03-25 Panu MatilainenThese cases are identical now...
2009-03-25 Panu MatilainenRename arguments, RSA keys are certainly not limited...
2009-03-25 Panu MatilainenUse makeGPGSignature() for both DSA and RSA
2009-03-25 Panu MatilainenRemove unnecessary {} block inflating indentation,...
2009-03-25 Panu MatilainenEliminate copy-paste digest calculation in rpmReadPacka...
2009-03-25 Panu MatilainenEliminate copy-paste digest calculation in headerCheck()
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-25 Panu MatilainenImplement fdUpdateDigests() and friends using digest...
2009-03-25 Panu MatilainenAdd a type + basic api for bundle of digests (on same...
2009-03-19 Panu MatilainenShow query/verify selection options just once in -...
2009-03-19 Panu MatilainenPython doesn't need libelf, nss or popt directly
2009-03-19 Panu Matilainenlibrpmio doesn't need libmagic for anything
2009-03-19 Panu MatilainenMove leftover signature stuff from rpmlib.h to signature.h
2009-03-19 Panu MatilainenRevert couple of checksum -> digest renames
2009-03-18 Panu MatilainenDon't try to parse %patch on spec query (rhbz#487855)
2009-03-18 Panu MatilainenDoxygen parameter name mismatch
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-16 Panu MatilainenHandle rpmDigestDup() failure in signature checking
2009-03-16 Panu MatilainenProper error handling in rpmDigestDup()
2009-03-16 Panu MatilainenEliminate unnecessary pgpNewPublicKey() wrappers
2009-03-16 Panu MatilainenEliminate unnecessary field from pgpDig_s
2009-03-14 Florian FestiFree all keys not only those on the first buckets
2009-03-13 Rakesh Pandit- Cleanup: removing unnecessary repeated code.
2009-03-13 Panu Matilainenrpm-python only accepts string objects, not unicode
2009-03-13 Panu MatilainenCatch exceptions from python conversions in dbMatch()
2009-03-12 Panu MatilainenMD5 and SHA1 digests are handled just the same here...
2009-03-12 Panu MatilainenRip all handling of broken md5 sums from 1997, rpm...
2009-03-12 Panu MatilainenEliminate can't happen code
2009-03-12 Panu MatilainenSilence compiler whining on rpmsort and rpminject
2009-03-11 Panu MatilainenPlug a memleak in genCpioListAndHeader()
2009-03-11 Panu MatilainenNSS supports MD2, we might as well handle it too
2009-03-11 Panu MatilainenEliminate now unnecessary FDDIGEST_t
2009-03-11 Panu MatilainenRemember hash algorithm in digest context
2009-03-11 Panu MatilainenStreamline rpmDigestInit() a bit
2009-03-11 Panu MatilainenMove headerIsEntry() check of sigtag into _chk() macro
2009-03-11 Panu MatilainenSize signature failures are always RPMRC_FAIL
2009-03-11 Panu MatilainenEliminate asserts() from rpmVerifySignature() paths
2009-03-11 Panu MatilainenMinor cleanup + simplification of DSA and RSA sig checks
2009-03-11 Panu MatilainenFor RSA sigs, RPMRC_NOKEY is only sane for keyring...
2009-03-11 Panu MatilainenFor DSA sigs, RPMRC_NOKEY is only sane for keyring...
2009-03-11 Panu MatilainenWe already assume failure, this is unnecessary
2009-03-11 Panu MatilainenSHA1 and MD5 failures are always RPMRC_FAIL
2009-03-11 Panu MatilainenUse tag to distinguish header-only vs header+payload...
2009-03-10 Panu MatilainenLift best signature detection out of rpmVerifySignatures()
2009-03-10 Panu MatilainenLift pgp parsing into separate function
2009-03-10 Panu MatilainenAvoid rasprintf() on potentially NULL string
2009-03-10 Panu MatilainenEliminate Yet Another temporary result variable
2009-03-10 Panu MatilainenFurther rpmVerifySignatures() cleanup
2009-03-10 Panu MatilainenAssume failure in rpmVerifySignatures()
2009-03-10 Panu MatilainenUse rstrcat() instead of rasprintf(), less fuss involved
2009-03-10 Panu MatilainenFix memleak on signature checking failure
2009-03-10 Panu MatilainenEliminate pointless {} block inflating indentation...
2009-03-10 Panu MatilainenDon't return data from headerGet() on regionSwab()...
2009-03-09 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2009-03-09 Panu MatilainenAdd test for _install_lang and status
2009-03-09 Panu MatilainenUnbreak %_install_langs handling (rhbz#489235)
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
next