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