summaryrefslogtreecommitdiff
path: root/lib/db2.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj1-881/+0
2001-04-29- more boring lclint annotations and fiddles.jbj1-2/+4
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-4/+2
2001-02-17Merge changes from rpm-4.0.2.jbj1-100/+207
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-2/+6
2000-12-12Sync with rpm-4_0 branch.jbj1-5/+5
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