summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-19Remove db-internals from rpmtsPanu Matilainen2-0/+52
2007-09-18Build db3isalive only if it is being used.Ralf Corsépius1-0/+2
2007-09-18Change main() to using char *argv[].Ralf Corsépius2-2/+2
2007-09-17Add db.h to nodist_librpmdb_la_SOURCES.Ralf Corsépius1-49/+49
2007-09-17Don't install db.h.Ralf Corsépius1-2/+1
2007-09-17Remove db_emu.h.Ralf Corsépius1-1/+0
2007-09-17Remove (Unused).Ralf Corsépius1-52/+0
2007-09-17Add support for extern BDB.Ralf Corsépius1-2/+8
2007-09-17Reorganize.Ralf Corsépius1-16/+27
2007-09-17rpmhash is an internal header reallyPanu Matilainen1-2/+2
2007-09-17Mergesort is internal details..Panu Matilainen3-11/+11