summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.h
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-287/+0
2008-02-25Eliminate rpmdb refcount debug junk from the APIPanu Matilainen1-10/+0
2008-02-22Remove useless ifdeffed typedefsPanu Matilainen1-12/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-4/+4
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+3
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-29Don't include <assert.h>.Ralf Corsépius1-1/+0
2007-09-22Add missing extern "C".Ralf Corsépius1-0/+4
2007-09-19Remove db-internals from rpmtsPanu Matilainen1-0/+23
2007-09-17Mergesort is internal details..Panu Matilainen1-10/+0
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-656/+4
2007-09-11Remove splint tags.Ralf Corsépius1-305/+122
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen1-4/+6
2007-07-20Support explicitly asking from rpmdb cleanup + termination.Panu Matilainen1-1/+9
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2005-03-23rip out compile/bind/exec methods, wrong approach to speeding up sql.jbj1-31/+0
2005-03-15Start sqlite3 fixing.jbj1-0/+30
2005-02-16- sqlite3: update encode/decode from sqlite-2.8.16.jbj1-2/+2
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-0/+4
2004-10-16Upgrade to db-4.3.14 internal.jbj1-1/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-14/+14
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj1-10/+10
2003-04-07Calibrated stopwatch using rdtsc.jbj1-4/+25
2002-10-18- add debug sub-package patch.jbj1-2/+2
2002-09-17- lclint clean.jbj1-12/+12
2002-08-31Sync with rpm-4.1.jbj1-0/+8
2002-08-26- set cachesize without a dbenv, the default is far too small.jbj1-3/+2
2002-08-08lclint fiddles.jbj1-21/+24
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj1-7/+6
2002-07-30- prevent stale locks in __db files by closing databases on signals.jbj1-0/+1
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-0/+5
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj1-2/+3
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-7/+42
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-19/+23
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-0/+10
2002-07-11- update for sv.po.jbj1-1/+1
2002-07-04- fix: forgot lazy open of database on --freshen path (#67907).jbj1-4/+4
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+2
2002-06-19Annotate incondefs in source code.jbj1-2/+2
2002-05-21Enable CDB access as default.jbj1-1/+0
2002-05-21Always use cursors.jbj1-4/+4
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-0/+280
2002-05-04Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj1-26/+152
2002-05-04Pass dbiGet() flags from application.jbj1-5/+5
2002-05-04Eliminate another layer of db abstraction, continue eradicating db1.jbj1-31/+7
2002-05-02- eliminate db1 support.jbj1-17/+24
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-152/+207