summaryrefslogtreecommitdiff
path: root/lib/db3.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-18Consolidate changes into rpmdb.c.jbj1-63/+156
2000-04-17Start composting db interfaces.jbj1-0/+2
2000-04-12Pass key as void *, not char *.jbj1-1/+1
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj1-35/+4
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj1-143/+160
2000-04-08Hash package headers using simple counter.jbj1-15/+44
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-6/+33
2000-04-06use hashed access for package headers.jbj1-13/+113
2000-04-04Permit dboffsets in hex and octal.jbj1-3/+7
2000-04-03Permit db3 paramaters from macro.jbj1-58/+223
2000-03-31db3 configured for testing with (DB_INIT_MPOOL|DB_INIT_CDB|DB_SYSTEM_MEM).jbj1-25/+70
2000-03-31fix: duplicate free in db3.jbj1-8/+18
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj1-26/+75
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj1-61/+67
2000-03-27Compilation with db3.jbj1-0/+420