summaryrefslogtreecommitdiff
path: root/rpmdb/dbconfig.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen1-7/+7
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-4/+4
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+3
2007-12-18Drop bogus const from temp variablePanu Matilainen1-1/+1
2007-12-18Use constfree for rpmdb_s contents for nowPanu Matilainen1-7/+7
2007-12-14More misc size_t issuesPanu Matilainen1-1/+1
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-4/+4
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-4/+4
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-2/+2
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-4/+4
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-1/+1
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-42/+15
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2004-10-16Upgrade to db-4.3.14 internal.jbj1-0/+2
2004-03-18Resurrect "other endian" rpmdb functionality.jbj1-1/+1
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-0/+8
2002-08-26- set cachesize without a dbenv, the default is far too small.jbj1-5/+7
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-4/+6
2002-07-20- popt: parse file into string of options (#56860).jbj1-85/+11
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-1/+9
2002-05-21Always use cursors.jbj1-8/+13
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-0/+1
2002-05-04Pass dbiGet() flags from application.jbj1-1/+1
2002-05-02- eliminate db1 support.jbj1-11/+0
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-4/+0
2002-01-06- handle lazy db open's in chroot with absolute path, not prefix strip.jbj1-2/+0
2001-11-15- tweak overlapped file fingerprint retrieval for speed.jbj1-0/+1
2001-10-27- legacy signatures always checked where possible on package read.jbj1-4/+4
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-0/+2
2001-10-16More lclint annotations.jbj1-0/+13
2001-10-15Explicit branchstate annotations.jbj1-0/+2
2001-10-15- upgrade to db-4.0.7.jbj1-1/+1
2001-10-15lclint fiddles to annotate globals.jbj1-1/+6
2001-10-13More lclint annotations.jbj1-7/+7
2001-10-13- ratchet up to lclint "strict" level.jbj1-2/+2
2001-09-21- lclint-3.0.0.15 fiddles.jbj1-3/+2
2001-07-28- fix: --noscripts is another multimode option.jbj1-2/+4
2001-07-14- isolate cdb access configuration (experimental, use at your own risk).jbj1-2/+2
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-46/+41