summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-28Include "rpmdb_internal.h" instead of <rpmdb_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "header_internal.h" instead of <header_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius6-6/+6
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius2-2/+2
2007-10-28Add @cond NODOXYGEN to hide away __RPM_USES_STDINT_H__ from docs.Ralf Corsépius1-0/+2
2007-10-27Add deprecation notices.Ralf Corsépius1-25/+6
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius12-183/+183
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius2-14/+47
2007-10-22Remove ancient test-stuffPanu Matilainen1-30/+0
2007-10-18Add stub doxygen @param to silence doxygen.Ralf Corsépius1-0/+1
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-2/+2
2007-10-17Move db.h handling to toplevel Makefile.amRalf Corsépius1-5/+0
2007-10-17Expand AM_CPPFLAGS.Ralf Corsépius1-10/+10
2007-10-17More reversions.Ralf Corsépius1-36/+6
2007-10-17#include <db.h>Ralf Corsépius1-1/+1
2007-10-17Use HAVE_DB_H for both internal and external BDBPanu Matilainen1-2/+2
2007-10-17Revert yesterday's patch (we're not ready for it).Ralf Corsépius1-0/+43
2007-10-16Move tdbi, tjfn, tsql to toplevel Makefile.am.Ralf Corsépius1-13/+0
2007-10-16Fix broken doxygen comment.Ralf Corsépius1-1/+1
2007-10-16Don't unnecessarily include stdio.hRalf Corsépius1-1/+1
2007-10-16s/dbiflags/flags/ in doxygen comment.Ralf Corsépius1-1/+1
2007-10-16Don't include stdio.h.Ralf Corsépius1-1/+0
2007-10-10header_method.h is now privatePanu Matilainen1-1/+1
2007-10-10Remove now unneeded hdrinlinePanu Matilainen1-461/+0
2007-10-10Un-inline common header access functionsPanu Matilainen5-9/+721
2007-10-10Move per-header method typedefs etc out of main header.hPanu Matilainen2-366/+379
2007-10-10Move pkginc_HEADERS to toplevel Makefile.amRalf Corsépius1-3/+0
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen3-0/+3
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen2-20/+20
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen3-30/+30
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen3-54/+54
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen3-31/+31
2007-10-08Make hdrinline.h a private header.Ralf Corsépius1-1/+3
2007-10-08Make header files self-contained.Ralf Corsépius1-0/+2
2007-10-06Rename static headerXXX functions into _headerXXX to avoid clashes with stati...Ralf Corsépius1-104/+104
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius1-3/+14
2007-10-06Add quotes to \# in doxygen blocks.Ralf Corsépius1-2/+2
2007-10-05Remove stray splint comment.Ralf Corsépius1-1/+1
2007-10-05Use size_t for sizes.Ralf Corsépius1-4/+4
2007-10-05Fix doxygen comments.Ralf Corsépius1-3/+2
2007-10-01Remove (unused).Ralf Corsépius1-23/+0
2007-09-26Remove the deprecated rpmlead definitions from public headersPanu Matilainen2-0/+3
2007-09-22Add missing extern "C".Ralf Corsépius1-0/+4
2007-09-21Hide rpmtag index details from the apiPanu Matilainen2-14/+40
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen4-36/+36