Move variable to block local scope, not needed elsewhere
[platform/upstream/rpm.git] / lib /
2009-09-09 Panu MatilainenMove variable to block local scope, not needed elsewhere
2009-09-09 Panu MatilainenRemove unnecessary assignment, diff is block local...
2009-09-09 Panu MatilainenReduce the number of exit points in parseFormat() to...
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenEliminate bogus variable initialization
2009-09-07 Panu MatilainenAdd noreturn annotations to argerror() helper functions
2009-09-07 Panu MatilainenAvoid couple of (theoretical) NULL pointer dereferences
2009-09-07 Panu MatilainenRemove bogus non-null check
2009-09-07 Panu MatilainenUgh, erroneously introduced ; busting the conditional
2009-09-07 Panu MatilainenEliminate unused calculations
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenEliminate bunch of unused variables
2009-09-07 Panu MatilainenEliminate unused variable and pointless null-check
2009-09-07 Panu MatilainenRemove unused initialization
2009-09-04 Panu MatilainenFix memleak in headerGetDumber() .. err .. Number()
2009-09-02 Panu MatilainenUse %{nvra} as default query format, much simpler...
2009-09-02 Panu MatilainenTake advantage of headerGetNumber() to get buildtime..
2009-09-02 Panu MatilainenFurther simplify rpmVersionCompare()
2009-09-02 Panu MatilainenDeprecate headerGetColor(), implement using headerGetNu...
2009-09-02 Panu MatilainenEliminate headerGetColor() uses everywhere
2009-09-02 Panu MatilainenAdd header color tag extension, ie headerGetColor()
2009-09-02 Panu MatilainenAdd convenience function for retrieving numeric header...
2009-09-02 Panu MatilainenOops, dont leak memory on invalid types to headerGet...
2009-09-02 Panu MatilainenClean up rpmtsAddInstallElement() a bit
2009-09-02 Panu MatilainenSimplify rpmpsmStage() and srpm install a bit with...
2009-09-02 Panu MatilainenSimplify rpmVersionCompare() a bit
2009-09-02 Panu MatilainenSimplify headerCheckPayloadFormat() a bit
2009-09-02 Panu MatilainenDeprecate headerNVR() and friends
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-09-02 Panu MatilainenAdd tag extensions for common name-[epoch:]version...
2009-09-02 Panu MatilainenAdd two new convenience functions for header string...
2009-09-01 Panu MatilainenAdd dbinstance tag extension (port from rpm5.org)
2009-09-01 Panu MatilainenTriggerprein has been implemented since January 2008...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenUse rpmFileHasSuffix() instead of doing the same manually
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainensameProblem() return value is illogical, reverse it
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenEliminate now unnecessary compressor -> ioflags conversions
2009-08-28 Panu MatilainenEliminate unused result code from psm struct
2009-08-28 Panu MatilainenEliminate payload file handle from psm struct
2009-08-28 Panu MatilainenDon't try to incref NULL ds
2009-08-17 Panu MatilainenEliminate unused code (leftover from ordering rewrite)
2009-08-17 Panu MatilainenDon't bother relocating packages no files
2009-08-13 Panu MatilainenAdd an option bug reporting URL tag to packages (RhBug...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-14 Lubomir RintelFix memory allocation for token array
2009-07-14 Panu MatilainenLog an error on short lead (RhBug:511101)
2009-07-14 Panu MatilainenHonor --nofiledigest on install too (RhBug:508021)
2009-07-14 Panu MatilainenDont accept '-' in manifests (RhBug:461353)
2009-07-09 Panu MatilainenOops, missing include for dirname()
2009-07-09 Panu MatilainenCreate the directory used for transaction lock if necessary
2009-07-09 Panu MatilainenFix package relocatability checking, broken since forever
2009-07-09 Panu MatilainenMake rpmpsUnlink() behave the other fooUnlink() functions
2009-07-09 Panu MatilainenAdd reference counting to rpmProblems
2009-07-09 Panu MatilainenUnbreak --excludepath (RhBug:409637)
2009-07-08 Panu MatilainenMake verify result not depend on verbosity level, uff...
2009-07-03 Panu MatilainenAdd an index for obsoletes (RhBug:507702)
2009-07-03 Panu MatilainenUnify extension + header data getter calling conventions
2009-07-03 Panu MatilainenPass headerGet flags to extensions too (unused for...
2009-07-03 Panu MatilainenEliminate unused calculations originating from the...
2009-07-03 Panu MatilainenRe-enable rdlen vs dl header check
2009-07-01 Panu MatilainenBand-aid to dependency caching misbehaving with chroote...
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
next