summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-20Support explicitly asking from rpmdb cleanup + termination.Panu Matilainen2-7/+21
2007-07-16Update internal BDB to version 4.5.20Panu Matilainen1-1/+1
2007-07-16Use binary search for looking up tag values + types.Panu Matilainen2-24/+223
2007-07-16Duh, forgot to bring in RPM_MASK_TYPE definitionPanu Matilainen1-1/+2
2007-07-16Use simple and stoopid linear tagType lookup for now.Panu Matilainen1-18/+7
2007-07-16Automatic return types for header tags.Panu Matilainen2-1/+15
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen4-8/+8
2007-07-12Avoid discarding constPanu Matilainen1-2/+2
2007-07-11b64decode() len paramenter is unsigned size type, use it...Panu Matilainen1-2/+2
2007-07-11Add missing include for mergesortPanu Matilainen1-0/+1
2007-07-11More char ptr signedness fixes..Panu Matilainen1-1/+1
2007-07-11More char ptr signedness fixes.Panu Matilainen1-6/+6
2007-07-10Cast dbenv error call method set to void* to fix compiler warnings.Panu Matilainen1-2/+2