Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / backend /
2009-09-22 Panu MatilainenDB_INCOMPLETE was removed in BDB 4.1 and we dont suppor...
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 MatilainenHave BDB use our allocation routines now that we can
2009-09-17 Panu MatilainenEliminate unnecessary variable
2009-09-16 Panu MatilainenRemove db environment on close on chrooted operations
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 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-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-01-19 Panu MatilainenUse temporary table for Depends DB in sqlite too (Olivi...
2009-01-14 Panu MatilainenActually check for dbenv->failchk() exit code
2009-01-09 Florian FestiRemove unused database intex functions: dbiCdup, dbiAss...
2008-11-04 Panu MatilainenUse more portable file access mode tests (ticket #5)
2008-10-14 Panu MatilainenAvoid overflow on memcpy()
2008-10-14 Panu MatilainenNeed to mask the return type from rpmTagGetType() retur...
2008-10-14 Panu MatilainenError out on unknown data types in sqlite backend too
2008-10-09 Panu MatilainenGet db vectors out of exported ABI
2008-06-06 Panu MatilainenFix typo in sqlite backend preventing it from building
2008-06-06 Jindrich NovyTeach sqlite backend 64bit handling
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm