2009-09-23 |
Panu Matilainen | Add te.NEVRA() method, adjust docs |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Remove tp_print methods from all rpm-python objects |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Lose the debug junk from python bindings |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Add hdr.format(), deprecate hdr.sprintf() |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Make fiFromHeader() static inside header-py, deprecate |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Deprecate rpm.headerLoad() |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Deprecate header filelist munging methods |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Eliminate unnecessary function |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Permit headerConvert() from python |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Add has_key() method to header object |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Add support for creating new header objects |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Panu Matilainen | Rpm's allocators dont return on OOM, remove unnecessary... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Add type checking macros for all rpm python type objects |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Rename python system.h for disambiguation |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Lose the empty doxygen markers |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Put some consistency to python object creation |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Make all python object creation wrappers return PyObjec... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Dont leak memory on rpm.ds iteration |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Lose unnecessary next() methods |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | All rpm-python iterators are self-iterators, just use... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Dont leak memory from rpm.dsSingle() |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Simplify fiFromHeader() |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Simplify dsFromHeader() |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Sanitize python object -> tag number exception handling |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Move allocations out of rpmps object init method |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Move allocations out of rpmds object init method |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Move allocations out of rpmfi object init method |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Remove useless rpmts python initialization |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Realize the remaining bits of direct rpmdb interface... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Use Py_RETURN_NONE macro for returning None everywhere |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Eliminate unnecessary custom object allocation functions |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Use generic python get/set attribute functions directly... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Python initialization spring clean |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Make the python object structures opaque |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Lose the utterly broken rpmio FD_t wrappers |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Lose the useless python debug stuff |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | We dont support ancient python versions... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Kick out mummified rpmdb python interface remnants |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Missing <string.h> include |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Clean up + fix bad recno erasure in python ts.addErase() |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Remove no longer necessary RPMDBI_PACKAGES special... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Fix endless loop on RPMDBI_PACKAGES iteration when... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Unbreak --tid and --querybynumber |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | DB_INCOMPLETE was removed in BDB 4.1 and we dont suppor... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Panu Matilainen | Remove ancient, unused code to filter duplicates on... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Rip out dependency caching |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Move rpmdb home creation from backends to one level... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Add an internal API for getting rpmdb home wrt chroot... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Remove pointless per-index api version |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | DB config stuff not needed outside dbconfig.c, make... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | BDB is not optional at least currently, remove useless... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Remove useless no-op "teardown" and "usecursors" config... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Remove BDB RPC "support" |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Remove XA "support" from the backend |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Remove unused db/dbenv methods "documentary" from the... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Use db3Free() for on sqlite backend close too |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Always populate dbi->dbi_file on db3New() |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Mop up leftover root/home foobar |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Panu Matilainen | Per-dbi root and home dont make sense, always use rpmdb... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Panu Matilainen | Sigh.. when not using environment, absolute paths are... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Always open database files relative to database home |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | EXIT_FAILURE being defined is already handled in system.h |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Compare pointers against NULL, not 0 |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Have BDB use our allocation routines now that we can |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Add runtime settable custom memory allocation failure... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Always use build + use our own allocator functions |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Panu Matilainen | Eliminate unnecessary variable |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Florian Festi | Remove unused local variable |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Remove db environment on close on chrooted operations |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Move the default transaction lock out of BDB environmen... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | There's a function to test string equivalence... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Throw out useless db statistics structs |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Throw out pile of unused "stuff" from 2002 |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Minor cleanup to newRpmdb() |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | One complicated way to write xstrdup() .. pff |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Eliminate long since unused db subfile from bdb code |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Panu Matilainen | Remove unnecessary arguments to db init and fini |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Florian Festi | Also skip to be erased files in "netsharedpath" |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Panu Matilainen | Initialize rpm earlier in rpm2cpio (RhBug:523260) |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Panu Matilainen | Take non-gi errors into account too (SuseBug:527191) |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Panu Matilainen | Allow absolute paths in file lists again (SuseBug:53559... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Roland McGrath | find-debuginfo.sh: use permissions 444 for all .debug... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Panu Matilainen | Don't add dependency type into file requires and provid... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Panu Matilainen | Clean up rpmalAllFileSatisfiesDepend() a bit |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Panu Matilainen | Single point of exit for doSetupMacro() to clean up... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Oops, accessing the wrong header in processBinaryFiles() |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Rip the broken asynchronous psm machinery |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Rip the broken ldconfig optimization hack (RhBug:513224) |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Rip unnecessary headerDump() and the last ancient artif... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Rip unused and useless headerGetLangs() |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Panu Matilainen | Rip unused and useless headerUsageCount() |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate unused goo from findEntry() |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Handle NULL header in doHeaderUnload() |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate pointless increment |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate yet more unused calculations from header... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate unused pad calculations from header code |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate yet another unused variable in header code |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate last remaining leftovers from "8/98 bug"... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Eliminate unnecessary variable & related goo from regio... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Initialize diff on declaration where it fits comfortabl... |
commit | commitdiff | tree | snapshot |
next |