summaryrefslogtreecommitdiff
path: root/lib/db1.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-27Doxygen annotations.jbj1-0/+8
2000-08-04- fix: -Va broken, make db cursors per-iterator, not per-dbi.jbj1-1/+4
2000-07-29- re-resurrect firstkey/nextkey python bindings for up2date compatibility.jbj1-4/+2
2000-07-07lclint fiddles.jbj1-10/+15
2000-06-20- API: uncouple fadio from rest of rpmio.jbj1-1/+1
2000-06-12Add dbcursor to dbi interface.jbj1-3/+3
2000-06-09Move low level support routines to librpmio.jbj1-1/+1
2000-06-06Repair db1 functionality.jbj1-53/+49
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-9/+9
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj1-42/+52
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-0/+482
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-477/+0
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/+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