summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-04-12Convert to rpm-3.1 API.jbj2-26/+180
2000-04-12Make sure that match iterators can be called with mi = NULL.jbj1-36/+21
2000-04-12Remove DYING code.jbj3-141/+3
2000-04-12Pass key as void *, not char *.jbj4-4/+4
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj26-1105/+1464
2000-04-11- treat legacy falloc.c as "special" db[01] index for package headers.jbj19-1314/+917
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj9-583/+1044
2000-04-08fix: dbiCloseIndex not called (typo).jbj6-48/+65
2000-04-08Hash package headers using simple counter.jbj9-156/+172
2000-04-07fix: rpmdbCountPackages should pass by reference, not value.jbj2-2/+2
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj22-932/+1189
2000-04-07solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente...jbj2-0/+4
2000-04-06use hashed access for package headers.jbj24-416/+914
2000-04-04Sanity.jbj17-1163/+1362
2000-04-04Permit dboffsets in hex and octal.jbj6-327/+292
2000-04-03Sanity.jbj16-620/+626
2000-04-03Add variable to control dbenv teardown on close.jbj1-0/+2
2000-04-03Permit db3 paramaters from macro.jbj1-58/+223
2000-04-03Indicate that dbenv should be trashed after a rebuild.jbj1-0/+2
2000-04-03Replace individual dbi pointers with an array.jbj1-1/+72
2000-04-03Prefer db3.jbj1-2/+2
2000-04-03Bump popt sub-package version.jbj1-1/+1
2000-03-31Get the database permissions right.jbj1-1/+1
2000-03-31As erik mentioned, here is a patch. It makes it so packages don't get searchedjbj1-0/+5
2000-03-31- try for db3 DB_INIT_CDB model.jbj15-4098/+4102
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.jbj2-20/+42
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj10-360/+487
2000-03-30fix: move free after error message that needs data.jbj1-1/+2
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj14-680/+491
2000-03-27Compilation with db3.jbj7-215/+736
2000-03-26Add --preferdb for now to permit testing db0/db1/db2.jbj22-3634/+3614
2000-03-24Bump version to next release.jbj2-3/+3
2000-03-24Sanity.jbj1-1/+2
2000-03-24Sanity.jbj13-2275/+2472
2000-03-23convert db1 -> db2 on-disk format using --rebuilddb.jbj6-66/+226
2000-03-23- API: change dbi to pass by reference, not value.jbj43-778/+2523
2000-03-18Typo.jbj1-1/+1
2000-03-17configure noarch compatibility in rpmrc for ia64.jbj2-1/+6
2000-03-16configure.in fiddles for BSD systems (Patrick Schoo).jbj2-2/+6
2000-03-15- fix: noLibio = 0 on Red Hat 4.x and 5.x.jbj3-3/+5
2000-03-14Add note that -L paths may have to be used.jbj1-0/+1
2000-03-13use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.jbj2-1/+2
2000-03-13Start rpm-3.1 development.jbj3-40/+7
2000-03-11Red Hat 4.2 has not __set_errno.jbj1-0/+8
2000-03-11Red Hat 5.2 has not __PMT.jbj1-1/+1
2000-03-11Sanity (penultimate rpm-3.0.4).jbj15-18/+22
2000-03-11fix: use glibc 2.1 glob/fnmatch everywhere.jbj6-315/+182
2000-03-10Update portability routines from glibc-2.1.jbj3-105/+424
2000-03-10Portability.jbj3-4/+8