ts.check() is supposed to return empty list when no problems
[platform/upstream/rpm.git] / lib /
2009-12-07 Panu MatilainenAlways return malloced data from i18n extensions for...
2009-11-25 Panu MatilainenFix signature password checking result on abnormal...
2009-11-24 Panu MatilainenDont blow up on headers without requireflags in rpmdsNew()
2009-11-20 Panu MatilainenError out early trying to install on readonly fs (ticke...
2009-11-20 Panu MatilainenAdd RPMTAG_EPOCHNUM tag extension
2009-10-30 Panu MatilainenAdd in-memory hash for caching rpmdb dependency lookups
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-10-30 Panu MatilainenUpdate rpmtd formats comments to match reality
2009-10-28 Panu MatilainenDont bother calculating hardlink counts when the value...
2009-10-27 Panu MatilainenMake disk space problem reporting slightly saner (RhBug...
2009-10-21 Panu MatilainenEnsure RPMSENSE_RPMLIB bit is always set on rpmlib...
2009-10-17 Panu MatilainenSkip posttrans scripts of failed transaction elements
2009-10-14 Panu MatilainenEliminate last remaining FD_t struct privacy violation
2009-10-14 Panu MatilainenRemove cpio stuff from FD_t
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-10-12 Panu MatilainenFix format extension memleak on empty strings
2009-10-12 Panu MatilainenAdd RPMTAG_VERBOSE extension
2009-10-12 Panu MatilainenPermit conditional query formats on not yet cached...
2009-10-02 Panu MatilainenReturn error code from rpmtsAddEraseElement() failure
2009-10-02 Panu MatilainenPush the rpmtsGetKeys() stuff over to python completely
2009-10-01 Panu MatilainenAdd API for setting preferred transaction file color
2009-09-30 Panu MatilainenAdd alternative header iterator method
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
next