tools/librpm-tizen.git
2009-09-23 Panu MatilainenPermit file objects in python header constructor
2009-09-23 Panu MatilainenAdd write() method to python headers
2009-09-23 Panu MatilainenAccept any file object in ts.hdrFromFdno()
2009-09-23 Panu MatilainenAdd helper to convert python file objects to rpmio...
2009-09-23 Panu MatilainenAdd te.NEVRA() method, adjust docs
2009-09-23 Panu MatilainenRemove tp_print methods from all rpm-python objects
2009-09-23 Panu MatilainenLose the debug junk from python bindings
2009-09-23 Panu MatilainenAdd hdr.format(), deprecate hdr.sprintf()
2009-09-23 Panu MatilainenMake fiFromHeader() static inside header-py, deprecate
2009-09-23 Panu MatilainenDeprecate rpm.headerLoad()
2009-09-23 Panu MatilainenDeprecate header filelist munging methods
2009-09-23 Panu MatilainenEliminate unnecessary function
2009-09-23 Panu MatilainenPermit headerConvert() from python
2009-09-23 Panu MatilainenAdd has_key() method to header object
2009-09-23 Panu MatilainenAdd support for creating new header objects
2009-09-23 Panu MatilainenRpm's allocators dont return on OOM, remove unnecessary...
2009-09-22 Panu MatilainenAdd type checking macros for all rpm python type objects
2009-09-22 Panu MatilainenRename python system.h for disambiguation
2009-09-22 Panu MatilainenLose the empty doxygen markers
2009-09-22 Panu MatilainenPut some consistency to python object creation
2009-09-22 Panu MatilainenMake all python object creation wrappers return PyObjec...
2009-09-22 Panu MatilainenDont leak memory on rpm.ds iteration
2009-09-22 Panu MatilainenLose unnecessary next() methods
2009-09-22 Panu MatilainenAll rpm-python iterators are self-iterators, just use...
2009-09-22 Panu MatilainenDont leak memory from rpm.dsSingle()
2009-09-22 Panu MatilainenSimplify fiFromHeader()
2009-09-22 Panu MatilainenSimplify dsFromHeader()
2009-09-22 Panu MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenMove allocations out of rpmps object init method
2009-09-22 Panu MatilainenMove allocations out of rpmds object init method
2009-09-22 Panu MatilainenMove allocations out of rpmfi object init method
2009-09-22 Panu MatilainenRemove useless rpmts python initialization
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
next