Simplify logging a bit
[platform/upstream/rpm.git] / lib /
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-06-17 Panu MatilainenDelay fingerprint cache init + lookup until we know...
2009-06-17 Panu MatilainenPermit NULL in fpCacheFree()
2009-06-17 Panu MatilainenFix invalid memory access from freeing dirName too...
2009-06-16 Florian FestiFix Segfault for to be installed symlinks pointing...
2009-06-16 Panu MatilainenEliminate now unnecessary artifacts of rpmdsNext()...
2009-06-16 Panu MatilainenGenerate DNEVR string lazily on rpmdsDNEVR() calls
2009-06-16 Panu MatilainenEliminate epoch promotion debug cruft
2009-06-16 Panu MatilainenDetermine rpmlib deps from flags instead of comparing...
2009-06-16 Panu MatilainenValidate rpmlib dependencies on src.rpm install (RhBug...
2009-06-15 Panu MatilainenRip hardcoded libgcc + glibc static helper kludges
2009-06-12 Panu MatilainenFix out of source directory build (ticket #65)
2009-06-12 Panu MatilainenAdd parentheses (as kindly suggested by new gcc...)
2009-06-11 Panu MatilainenMake rpmalSatisfiesDepend() smarter
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-06-10 Panu MatilainenSplit ordering code to separate source file
2009-06-08 Panu MatilainenrpmdsInit() and rpmdsNext() can handle NULL ds, no...
2009-06-08 Panu MatilainenMinor rpmtsOrder() cleanup
2009-06-08 Panu MatilainenClean up relation recording a bit
2009-06-08 Panu MatilainenDont bother adding dependencies to self, ever
2009-06-08 Panu MatilainenDetermine rpmlib and config deps from flags instead...
2009-06-05 Panu MatilainenMap legacy PreReq into pre and preun scriptlet dependen...
2009-06-05 Panu MatilainenUnbreak isLegacyPreReq()
2009-06-05 Panu MatilainenUse specific types for sense flags + te type instead...
2009-06-04 Florian FestiRewrite ordering
2009-06-02 Rakesh PanditRemoving extra useless 'break' statement lines and...
2009-06-02 Rakesh PanditRemoved 'xx' variable in rpminstall.c
2009-06-02 Rakesh PanditRemoved rpmEIU memeber 'fd' -and its usage in tryReadFo...
2009-06-01 Panu MatilainenDeal with multiple scriptlet dependency bits in deptype...
2009-06-01 Panu MatilainenBring back former value of RPMSENSE_PREREQ
2009-06-01 Panu MatilainenAvoid filtering out erase pre-requisites on install
2009-05-20 Panu MatilainenRemove unnecessary includes + other minor include corre...
2009-05-20 Panu MatilainenEliminate useless pgpDig nbytes counter
2009-05-20 Panu MatilainenRemove size "signature" verification
2009-05-20 Panu MatilainenRefactor ts out of main read package function
2009-05-20 Panu MatilainenRefactor ts out of main header read function
2009-05-20 Panu MatilainenRefactor ts out of main header verification routine
2009-05-07 Panu MatilainenDont bother generation rpmds debug messages unless...
2009-05-06 Panu MatilainenrpmdsThis() is really just a special case of rpmdsSingle()
2009-04-23 Panu MatilainenHide NSS peculiarities from API
2009-04-23 Rakesh Pandit- Removed unnecessary rpmdbFreeIterator call and moved...
2009-04-23 Rakesh PanditCleanup: Move similar patterns in rpmcliArgIter to...
2009-04-23 Rakesh Pandit- Moved code to check possibility of freshen operation...
2009-04-23 Rakesh Pandit- Move header reading part from rpminstall to tryReadHe...
2009-04-22 Panu MatilainenEliminate unnecessary rpmts_internal.h include
2009-04-22 Panu MatilainenRefactor ts out of the main signature checking worker
2009-04-22 Panu MatilainenDont try to refcount NULL keyring
2009-04-16 Panu MatilainenCheck for termination signals during signing / signatur...
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...
next