tools/librpm-tizen.git
2009-09-22 Panu MatilainenRealize the remaining bits of direct rpmdb interface...
2009-09-22 Panu MatilainenUse Py_RETURN_NONE macro for returning None everywhere
2009-09-22 Panu MatilainenEliminate unnecessary custom object allocation functions
2009-09-22 Panu MatilainenUse generic python get/set attribute functions directly...
2009-09-22 Panu MatilainenPython initialization spring clean
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenLose the utterly broken rpmio FD_t wrappers
2009-09-22 Panu MatilainenLose the useless python debug stuff
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2009-09-22 Panu MatilainenKick out mummified rpmdb python interface remnants
2009-09-22 Panu MatilainenMissing <string.h> include
2009-09-22 Panu MatilainenClean up + fix bad recno erasure in python ts.addErase()
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 MatilainenEXIT_FAILURE being defined is already handled in system.h
2009-09-17 Panu MatilainenCompare pointers against NULL, not 0
2009-09-17 Panu MatilainenHave BDB use our allocation routines now that we can
2009-09-17 Panu MatilainenAdd runtime settable custom memory allocation failure...
2009-09-17 Panu MatilainenAlways use build + use our own allocator functions
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 MatilainenInitialize rpm earlier in rpm2cpio (RhBug:523260)
2009-09-15 Panu MatilainenTake non-gi errors into account too (SuseBug:527191)
2009-09-15 Panu MatilainenAllow absolute paths in file lists again (SuseBug:53559...
2009-09-15 Roland McGrathfind-debuginfo.sh: use permissions 444 for all .debug...
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-14 Panu MatilainenSingle point of exit for doSetupMacro() to clean up...
2009-09-10 Panu MatilainenOops, accessing the wrong header in processBinaryFiles()
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 MatilainenAdd -Wempty-body to default options if gcc supports it
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenMinor rpmfcGenerateDependsHelper() cleanups
2009-09-07 Panu MatilainenMove rl to the scope where its needed, dont bother...
2009-09-07 Panu MatilainenSingle point of exit for doPatch() to clean up freeing
2009-09-07 Panu MatilainenEliminate bogus variable initialization
2009-09-07 Panu MatilainenAdd noreturn annotations to javadeps
2009-09-07 Panu MatilainenHelp compilers/analyzers a bit with luaL_error()
2009-09-07 Panu MatilainenAdd noreturn annotations to argerror() helper functions
2009-09-07 Panu MatilainenAdd noreturn annotation to die() .. which itself should die
2009-09-07 Panu MatilainenAvoid theoretical NULL pointer dereference
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 MatilainenAvoid potentially calling a NULL function pointer
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 MatilainenFix dumb some dumb leaks in python spec code
2009-09-07 Panu MatilainenEliminate unused counter variable
2009-09-07 Panu MatilainenRemove unused initialization
2009-09-07 Panu MatilainenRemove redundant reinitialization, cleanup
2009-09-07 Panu MatilainenAdd RPM_GNUC_NONNULL macro for portable use of gcc...
next