Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib /
2009-09-22 Panu MatilainenRemove no longer necessary RPMDBI_PACKAGES special...
2009-09-22 Panu MatilainenFix endless loop on RPMDBI_PACKAGES iteration when...
2009-09-22 Panu MatilainenUnbreak --tid and --querybynumber
2009-09-22 Panu MatilainenDB_INCOMPLETE was removed in BDB 4.1 and we dont suppor...
2009-09-22 Panu MatilainenRemove ancient, unused code to filter duplicates on...
2009-09-21 Panu MatilainenRip out dependency caching
2009-09-21 Panu MatilainenMove rpmdb home creation from backends to one level...
2009-09-21 Panu MatilainenAdd an internal API for getting rpmdb home wrt chroot...
2009-09-21 Panu MatilainenRemove pointless per-index api version
2009-09-21 Panu MatilainenDB config stuff not needed outside dbconfig.c, make...
2009-09-21 Panu MatilainenBDB is not optional at least currently, remove useless...
2009-09-21 Panu MatilainenRemove useless no-op "teardown" and "usecursors" config...
2009-09-21 Panu MatilainenRemove BDB RPC "support"
2009-09-21 Panu MatilainenRemove XA "support" from the backend
2009-09-21 Panu MatilainenRemove unused db/dbenv methods "documentary" from the...
2009-09-21 Panu MatilainenUse db3Free() for on sqlite backend close too
2009-09-21 Panu MatilainenAlways populate dbi->dbi_file on db3New()
2009-09-21 Panu MatilainenMop up leftover root/home foobar
2009-09-21 Panu MatilainenPer-dbi root and home dont make sense, always use rpmdb...
2009-09-18 Panu MatilainenSigh.. when not using environment, absolute paths are...
2009-09-17 Panu MatilainenAlways open database files relative to database home
2009-09-17 Panu MatilainenHave BDB use our allocation routines now that we can
2009-09-17 Panu MatilainenEliminate unnecessary variable
2009-09-16 Florian FestiRemove unused local variable
2009-09-16 Panu MatilainenRemove db environment on close on chrooted operations
2009-09-16 Panu MatilainenMove the default transaction lock out of BDB environmen...
2009-09-16 Panu MatilainenThere's a function to test string equivalence...
2009-09-16 Panu MatilainenThrow out useless db statistics structs
2009-09-16 Panu MatilainenThrow out pile of unused "stuff" from 2002
2009-09-16 Panu MatilainenMinor cleanup to newRpmdb()
2009-09-16 Panu MatilainenOne complicated way to write xstrdup() .. pff
2009-09-16 Panu MatilainenEliminate long since unused db subfile from bdb code
2009-09-16 Panu MatilainenRemove unnecessary arguments to db init and fini
2009-09-16 Florian FestiAlso skip to be erased files in "netsharedpath"
2009-09-15 Panu MatilainenTake non-gi errors into account too (SuseBug:527191)
2009-09-15 Panu MatilainenDon't add dependency type into file requires and provid...
2009-09-14 Panu MatilainenClean up rpmalAllFileSatisfiesDepend() a bit
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2009-09-10 Panu MatilainenRip the broken ldconfig optimization hack (RhBug:513224)
2009-09-10 Panu MatilainenRip unnecessary headerDump() and the last ancient artif...
2009-09-10 Panu MatilainenRip unused and useless headerGetLangs()
2009-09-10 Panu MatilainenRip unused and useless headerUsageCount()
2009-09-09 Panu MatilainenEliminate unused goo from findEntry()
2009-09-09 Panu MatilainenHandle NULL header in doHeaderUnload()
2009-09-09 Panu MatilainenEliminate pointless increment
2009-09-09 Panu MatilainenEliminate yet more unused calculations from header...
2009-09-09 Panu MatilainenEliminate unused pad calculations from header code
2009-09-09 Panu MatilainenEliminate yet another unused variable in header code
2009-09-09 Panu MatilainenEliminate last remaining leftovers from "8/98 bug"...
2009-09-09 Panu MatilainenEliminate unnecessary variable & related goo from regio...
2009-09-09 Panu MatilainenInitialize diff on declaration where it fits comfortabl...
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
next