summaryrefslogtreecommitdiff
path: root/lib/db2.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-27Doxygen annotations.jbj1-0/+4
2000-05-30- mark packaging with version 4 to reflect filename/provide changes.jbj1-1/+1
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj1-2/+2
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-331/+462
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-3/+3
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/+4
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj1-99/+157
2000-04-08Hash package headers using simple counter.jbj1-3/+3
2000-04-06use hashed access for package headers.jbj1-6/+96
2000-03-31fix: duplicate free in db3.jbj1-12/+24
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj1-28/+80
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj1-58/+64
2000-03-27Compilation with db3.jbj1-205/+202
2000-03-23convert db1 -> db2 on-disk format using --rebuilddb.jbj1-28/+117
2000-03-23- API: change dbi to pass by reference, not value.jbj1-0/+329