summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius2-14/+0
2007-09-03Remove lint-support.Ralf Corsépius1-13/+0
2007-09-02Add missing link libs.Ralf Corsépius1-0/+1
2007-08-31Eliminate clean-local:Ralf Corsépius1-8/+4
2007-08-31Attempt to improve libdb_la handling.Ralf Corsépius1-2/+3
2007-08-27Make tjfn, tdbi check_PROGRAMS.Ralf Corsépius1-3/+4
2007-08-27Comment out tjfn_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-27Remove sqlite.c from EXTRA_DIST.Ralf Corsépius1-2/+2
2007-08-24Don't reset LIBS=.Ralf Corsépius1-2/+0
2007-08-22Use (xxx->open)() to work-around glibc's open() behaving having changed.Ralf Corsépius3-11/+11
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-3/+0
2007-08-16Eliminate mylibpaths, mylibs.Ralf Corsépius1-4/+2
2007-08-14Eliminate DBLIBOBJS, DBLIBSRCS. Add AM_CONDITIONAL SQLITE3.Ralf Corsépius1-4/+8
2007-08-09Bring tdbi and tsql under automake control.Ralf Corsépius1-5/+9
2007-08-06Minor bug fixes to test programs to make them buildable again.Panu Matilainen2-2/+3
2007-08-05Automake cleanups.Panu Matilainen1-5/+3
2007-07-30Update internal BDB to version 4.6.18.Panu Matilainen1-1/+1
2007-07-25Set libdir /usr/lib vs lib64 directly, drop MARK64 stuffPanu Matilainen1-1/+1
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen2-12/+16