summaryrefslogtreecommitdiff
path: root/lib/db1.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-18Consolidate changes into rpmdb.c.jbj1-2/+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-2/+5
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj1-99/+133
2000-04-08Hash package headers using simple counter.jbj1-3/+3
2000-04-06use hashed access for package headers.jbj1-6/+113
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj1-2/+4
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj1-46/+51
2000-03-23- API: change dbi to pass by reference, not value.jbj1-0/+326