Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmdb.h
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