summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Use rpmGetPath() to construct full dbpath in db3open()Panu Matilainen1-12/+5
2008-04-03We don't support url's in db paths, rip.Panu Matilainen1-19/+6
2008-03-07Log message adjustmentsPanu Matilainen1-7/+7
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen1-2/+2
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-4/+4
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-3/+3
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmioMkpath from rpmio.h to rpmfileutil.hPanu Matilainen1-1/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-3/+3
2007-10-28Eliminate BSD-types.Ralf Corsépius1-2/+2
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb_internal.h" instead of <rpmdb_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-7/+7
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-7/+7
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-8/+8
2007-09-18Build db3isalive only if it is being used.Ralf Corsépius1-0/+2
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-1/+1
2007-09-13Remove support for BDB < 4.1Panu Matilainen1-64/+0
2007-09-13Remove dead codePanu Matilainen1-63/+0
2007-09-13Stale lock removal on BDB >= 4.5.xPanu Matilainen1-0/+34
2007-09-13Remove db3 "annotate me" commentsPanu Matilainen1-12/+0
2007-09-11Remove splint tags.Ralf Corsépius1-151/+28
2007-08-22Use (xxx->open)() to work-around glibc's open() behaving having changed.Ralf Corsépius1-5/+5
2007-07-10Cast dbenv error call method set to void* to fix compiler warnings.Panu Matilainen1-2/+2
2005-03-23rip out compile/bind/exec methods, wrong approach to speeding up sql.jbj1-44/+1
2005-03-17Splint fiddles.jbj1-19/+54
2005-03-15Start sqlite3 fixing.jbj1-1/+44
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-0/+4
2004-11-11- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).jbj1-6/+4
2004-10-21DB_WRITECURSOR cannot be used with sunrpc dbenv.jbj1-2/+2
2004-10-21Install all Berkeley DB utilities.jbj1-1/+2
2004-10-16Upgrade to db-4.3.14 internal.jbj1-0/+11
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-7/+10
2003-02-03oops, get rid of debugging printf's.jbj1-2/+3
2002-12-27- ignore ENOENT return from db->close (#80514,#79314).jbj1-2/+7
2002-12-26Initialize differently if using rpc access.jbj1-36/+48
2002-12-24Keep message to 1 line.jbj1-1/+1
2002-12-24Check for unshared posix mutexes only on 1st open.jbj1-5/+7
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-1/+3