summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-17Make sqlite backend build again.Panu Matilainen1-2/+3
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen7-660/+670
2007-09-13Remove support for BDB < 4.1Panu Matilainen1-64/+0
2007-09-13Remove dead codePanu Matilainen1-63/+0
2007-09-13Stale lock removal on BDB >= 4.5.xPanu Matilainen1-0/+34
2007-09-13Remove db3 "annotate me" commentsPanu Matilainen1-12/+0
2007-09-11Remove splint tags in tagtbl.c generation magic.Ralf Corsépius1-6/+1
2007-09-11Remove splint tags.Ralf Corsépius19-2197/+668
2007-09-11Use _LDADD instead of _LDFLAGS.Ralf Corsépius1-7/+4
2007-09-10Move db.h to nodist_pkginc_HEADERS.Ralf Corsépius1-1/+2
2007-09-10Eliminate noinst_HEADERS.Ralf Corsépius1-3/+4
2007-09-05Handle mire matching against binary blobs (rhbz#277161)Panu Matilainen1-2/+13
2007-09-05Make formatValue() use the bin2hex helper.Panu Matilainen1-19/+2
2007-09-05Internal helper function for converting binary blobs to hex strings.Panu Matilainen2-0/+27
2007-09-05Fix false mire matches on nonexistent headers.Panu Matilainen1-1/+3
2007-09-05Nuke RHL 5.2 specific hack.Panu Matilainen1-11/+0
2007-09-05Install into rpmlibexecdir and rpmconfigdir.Ralf Corsépius1-2/+1
2007-09-05Include rpm.am.Ralf Corsépius1-0/+2
2007-09-04Add db.h to BUILT_SOURCES.Ralf Corsépius1-1/+1