Revert erase relations before checking whether we already added it
[platform/upstream/rpm.git] / lib /
2009-04-14 Florian FestiRevert erase relations before checking whether we alrea...
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-04-03 Panu MatilainenMake sure installed files have state (rhbz#492947)
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 MatilainenRip the macro default settings in rpmrc setDefaults()
2009-03-27 Panu MatilainenPlug minor memleak from default rc and macro file paths
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 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 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-19 Panu MatilainenShow query/verify selection options just once in -...
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 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 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-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-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 Panu MatilainenUnbreak %_install_langs handling (rhbz#489235)
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
2009-03-09 Panu MatilainenInitialize on declaration, cosmetics only...
2009-03-09 Panu MatilainenDont bother retrieving colors unless actually needed
2009-03-09 Panu MatilainenDont bother retrieving ts problem set unless actually...
2009-03-09 Panu MatilainenDont bother retrieving altNEVR unless actually needed
2009-03-08 Panu MatilainenLoad macros before creating directories (rhbz#489104)
2009-03-04 Panu MatilainenCondense "shut up gcc" switch-cases to just default...
2009-03-04 Panu MatilainenAdd internal helper to verify signature parse results
2009-03-04 Panu MatilainenMove the common part of DSA+RSA verification into helpe...
2009-03-04 Panu MatilainenHandle V4 signature trailer for RSA too (ticket #34)
2009-03-04 Panu MatilainenverifySHA1Signature() doesn't need pgpDig at all
2009-03-04 Panu MatilainenverifyMD5Signature() doesn't need pgpDig at all
2009-03-04 Panu MatilainenverifySizeSignature() only needs size, not all of pgpDig
2009-03-04 Panu MatilainenEliminate unnecessary fields from pgpDig_s
2009-03-02 Jindrich NovyFix documentation and help for the md5 -> filedigest...
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-26 Panu MatilainenHonor --nomanifest on install too
2009-02-26 Panu MatilainenSwitch to libtool versioning, starting at 0:0:0
2009-02-26 Panu MatilainenHandle empty argv passed to rpmdsDupArgv()
2009-02-24 Panu MatilainenClean up runTransScripts() a bit
2009-02-24 Panu MatilainenSingle point of exit from rpmtsRun()
2009-02-24 Panu MatilainenSplit initialization of flags etc out of rpmtsRun()
2009-02-24 Panu MatilainenFormatting cosmetics only
2009-02-24 Panu MatilainenCalculate need to chroot just once
2009-02-24 Panu MatilainenEliminate unnecessary variable
2009-02-24 Panu MatilainenPush fingerprinting chroot in+out into rpmtsPrepare...
2009-02-24 Panu MatilainenPush the rest of the prepare-calculations down to rpmts...
2009-02-24 Panu MatilainenEliminate fingerprint hash from ts struct
2009-02-24 Panu MatilainenSplit fingerprinting stuff out of rpmtsRun()
2009-02-24 Panu MatilainenSplit prepare phase out of rpmtsRun()
2009-02-24 Panu MatilainenFile skipping only done for added packages, simplify
2009-02-24 Panu MatilainenEliminate unused variables
2009-02-24 Panu MatilainenSplit sanity checking out of rpmtsRun() to helper function
2009-02-24 Panu MatilainenFix memory leak from unused problem set
2009-02-24 Panu MatilainenCalculate files in transaction just once
2009-02-16 Rakesh Pandit-Moved maifest checking from rpmInstall to rpmCheckMani...
2009-02-16 Rakesh Pandit-Move notify flag settings from rpmInstall and rpmErase...
next