summaryrefslogtreecommitdiff
path: root/lib/rpmdb.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Internalize most direct rpmdb manipulation functionsPanu Matilainen1-60/+0
2010-11-03Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi1-16/+5
2010-11-03Make ints in IndexIterator API unsigned as the interal types areFlorian Festi1-4/+4
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi1-18/+18
2010-11-03Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi1-0/+23
2010-10-22Change rpmdb internals and iterator APIs to use the appropriate tag typesPanu Matilainen1-4/+4
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi1-0/+40
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen1-7/+0
2010-05-31Use the new chroot API everywhere, eliminate old related gooPanu Matilainen1-8/+0
2010-05-06Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ...Florian Festi1-12/+0
2010-04-07Make rpmdbAdd() and rpmdbRemove() internal-onlyPanu Matilainen1-16/+0
2010-04-07Unify rpmdbAdd/Remove() interfacesPanu Matilainen1-2/+2
2010-04-07Eliminate the headerCheck() foo from rpmdbAdd/Remove()Panu Matilainen1-11/+2
2010-04-07Move header INSTALLTID manipulation out of rpmdbAdd()Panu Matilainen1-2/+2
2010-04-01Remove unused rpmdbCloseDBI()Panu Matilainen1-8/+0
2010-03-22Lose the useless rpmdb refcounting debug junk + switchesPanu Matilainen1-6/+2
2009-12-07Remove support for sqlite based rpm databaseFlorian Festi1-1/+1
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+1
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-0/+287
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj1-441/+0
2001-05-05- enough lclint annotations and fiddles already.jbj1-0/+2
2001-05-03- still more boring lclint annotations and fiddles.jbj1-19/+19
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-1/+1
2001-04-10Doxygen annotations for config files.jbj1-1/+1
2001-02-17Merge changes from rpm-4.0.2.jbj1-0/+9
2001-01-26lclint annotations.jbj1-11/+5
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-2/+2
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-3/+7
2000-08-27Doxygen annotations.jbj1-36/+37
2000-08-23doxygen/lclint annotations.jbj1-34/+34
2000-07-07lclint fiddles.jbj1-14/+32
2000-06-19fix: open all db indices before performing chroot.jbj1-0/+1
2000-06-12Don't use BSDish typedefs.jbj1-8/+8
2000-06-12Add dbcursor to dbi interface.jbj1-7/+8
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-5/+5
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj1-5/+5
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-3/+6
2000-04-28Don't incrementally link pthreads, causes segfault on (at least) alpha.jbj1-0/+6
2000-04-27Sanity and API clean up. (make dist)jbj1-17/+23
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-5/+0
2000-04-26Rip out remaining legacy dbi interfaces.jbj1-81/+100
2000-04-25Sanity.jbj1-29/+98
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-46/+86
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-1/+1
2000-04-19Data size of index databases now per-index (was always 8 bytes).jbj1-2/+49
2000-04-18Consolidate changes into rpmdb.c.jbj1-0/+167
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-3/+7
2000-03-23- API: change dbi to pass by reference, not value.jbj1-1/+25
1999-09-17add perms to openDatabase() call.jbj1-1/+1
1999-09-12Fiddles to resurrect lclint.jbj1-1/+1