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 |
2009-09-09 |
Panu Matilainen | Move variable to block local scope, not needed elsewhere |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Remove unnecessary assignment, diff is block local... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Panu Matilainen | Reduce the number of exit points in parseFormat() to... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Add -Wempty-body to default options if gcc supports it |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate unused variable |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate unused variable |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Minor rpmfcGenerateDependsHelper() cleanups |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Move rl to the scope where its needed, dont bother... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Single point of exit for doPatch() to clean up freeing |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate bogus variable initialization |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Add noreturn annotations to javadeps |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Help compilers/analyzers a bit with luaL_error() |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Add noreturn annotations to argerror() helper functions |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Add noreturn annotation to die() .. which itself should die |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Avoid theoretical NULL pointer dereference |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Avoid couple of (theoretical) NULL pointer dereferences |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Remove bogus non-null check |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Ugh, erroneously introduced ; busting the conditional |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Avoid potentially calling a NULL function pointer |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate unused calculations |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate unused variable |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate bunch of unused variables |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Eliminate unused variable and pointless null-check |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Panu Matilainen | Fix dumb some dumb leaks in python spec code |
commit | commitdiff | tree | snapshot |
next |