Modify how to make symbolic link in 'find-debuginfo.sh' script
[platform/upstream/rpm.git] / lib / rpmdb.h
2010-12-03 Panu MatilainenInternalize most direct rpmdb manipulation functions
2010-11-03 Florian FestiMerge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySi...
2010-11-03 Florian FestiMake ints in IndexIterator API unsigned as the interal...
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-11-03 Florian FestiGive access to the pkg offset and tag num of the index...
2010-10-22 Panu MatilainenChange rpmdb internals and iterator APIs to use the...
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-04-07 Panu MatilainenMake rpmdbAdd() and rpmdbRemove() internal-only
2010-04-07 Panu MatilainenUnify rpmdbAdd/Remove() interfaces
2010-04-07 Panu MatilainenEliminate the headerCheck() foo from rpmdbAdd/Remove()
2010-04-07 Panu MatilainenMove header INSTALLTID manipulation out of rpmdbAdd()
2010-04-01 Panu MatilainenRemove unused rpmdbCloseDBI()
2010-03-22 Panu MatilainenLose the useless rpmdb refcounting debug junk + switches
2009-12-07 Florian FestiRemove support for sqlite based rpm database
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm
2001-05-08 jbj- create rpmdb.la so that linkage against rpm's db...
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-04-10 jbjDoxygen annotations for config files.
2001-02-17 jbjMerge changes from rpm-4.0.2.
2001-01-26 jbjlclint annotations.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-27 jbjDoxygen annotations.
2000-08-23 jbjdoxygen/lclint annotations.
2000-07-07 jbjlclint fiddles.
2000-06-19 jbjfix: open all db indices before performing chroot.
2000-06-12 jbjDon't use BSDish typedefs.
2000-06-12 jbjAdd dbcursor to dbi interface.
2000-05-07 jbjRepair rebuilddb lossage, removing debug messages and...
2000-05-02 jbjAdd usedbenv (disabled) to use db3 as db1 was used.
2000-05-01 jbjRename db0.c to db1.c, resurrect db2.c (from db3.c).
2000-04-28 jbjDon't incrementally link pthreads, causes segfault...
2000-04-27 jbjSanity and API clean up. (make dist)
2000-04-27 jbj- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.
2000-04-26 jbjRip out remaining legacy dbi interfaces.
2000-04-25 jbjSanity.
2000-04-23 jbjmake db indices as lightweight as possible, with per...
2000-04-19 jbjChange iterator interface to use RPMTAG_FOO rather...
2000-04-19 jbjData size of index databases now per-index (was always...
2000-04-18 jbjConsolidate changes into rpmdb.c.
2000-04-07 jbjuse "rpmdb db" consistently throughout, add doxygen...
2000-03-23 jbj- API: change dbi to pass by reference, not value.
1999-09-17 jbjadd perms to openDatabase() call.
1999-09-12 jbjFiddles to resurrect lclint.
1999-07-13 jbjPerl bindings need
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-12-30 ewtadded rpmdbFindFpList
1998-12-03 ewt1) let you pass the db type per-index
1998-11-19 jbjfinish hiding rpmdb index record data ("matches").
1998-07-25 jbjAdd multiple include avoidance and c++ prototype wrappi...
1996-09-16 ewtInitial revision