Age | Commit message (Expand) | Author | Files | Lines |
2000-04-18 | Eliminate, contents moved to rpmdb.c/rpmdb.h. | jbj | 4 | -492/+0 |
2000-04-18 | Prepare to move contents to rpmdb.c/rpmdb.h | jbj | 3 | -221/+16 |
2000-04-17 | Start composting db interfaces. | jbj | 6 | -91/+322 |
2000-04-15 | fix: cpio.c: pre-, not post-, decrement the link count. | jbj | 2 | -13/+14 |
2000-04-13 | add explcit "Provides: name = [epoch:]version-release" to headers. | jbj | 22 | -343/+506 |
2000-04-13 | Sanity (bump release). | jbj | 21 | -1502/+1308 |
2000-04-13 | Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator). | jbj | 4 | -147/+57 |
2000-04-13 | Insure that EXIT_FAILURE is defined (irix6.5). | jbj | 2 | -0/+8 |
2000-04-13 | The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}. | jbj | 9 | -282/+118 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 13 | -182/+372 |
2000-04-12 | Convert to rpm-3.1 API. | jbj | 2 | -26/+180 |
2000-04-12 | Make sure that match iterators can be called with mi = NULL. | jbj | 1 | -36/+21 |
2000-04-12 | Remove DYING code. | jbj | 3 | -141/+3 |
2000-04-12 | Pass key as void *, not char *. | jbj | 4 | -4/+4 |
2000-04-12 | API: pass *SearchIndex() length of key (0 will use strlen(key)). | jbj | 26 | -1105/+1464 |
2000-04-11 | - treat legacy falloc.c as "special" db[01] index for package headers. | jbj | 19 | -1314/+917 |
2000-04-11 | make header db a "special" type of index database in db0, hiding falloc.c. | jbj | 9 | -583/+1044 |
2000-04-08 | fix: dbiCloseIndex not called (typo). | jbj | 6 | -48/+65 |
2000-04-08 | Hash package headers using simple counter. | jbj | 9 | -156/+172 |
2000-04-07 | fix: rpmdbCountPackages should pass by reference, not value. | jbj | 2 | -2/+2 |
2000-04-07 | use "rpmdb db" consistently throughout, add doxygen tags. | jbj | 22 | -932/+1189 |
2000-04-07 | solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente... | jbj | 2 | -0/+4 |
2000-04-06 | use hashed access for package headers. | jbj | 24 | -416/+914 |
2000-04-04 | Sanity. | jbj | 17 | -1163/+1362 |
2000-04-04 | Permit dboffsets in hex and octal. | jbj | 6 | -327/+292 |
2000-04-03 | Sanity. | jbj | 16 | -620/+626 |
2000-04-03 | Add variable to control dbenv teardown on close. | jbj | 1 | -0/+2 |
2000-04-03 | Permit db3 paramaters from macro. | jbj | 1 | -58/+223 |
2000-04-03 | Indicate that dbenv should be trashed after a rebuild. | jbj | 1 | -0/+2 |
2000-04-03 | Replace individual dbi pointers with an array. | jbj | 1 | -1/+72 |
2000-04-03 | Prefer db3. | jbj | 1 | -2/+2 |
2000-04-03 | Bump popt sub-package version. | jbj | 1 | -1/+1 |
2000-03-31 | Get the database permissions right. | jbj | 1 | -1/+1 |
2000-03-31 | As erik mentioned, here is a patch. It makes it so packages don't get searched | jbj | 1 | -0/+5 |
2000-03-31 | - try for db3 DB_INIT_CDB model. | jbj | 15 | -4098/+4102 |
2000-03-31 | db3 configured for testing with (DB_INIT_MPOOL|DB_INIT_CDB|DB_SYSTEM_MEM). | jbj | 1 | -25/+70 |
2000-03-31 | fix: duplicate free in db3. | jbj | 2 | -20/+42 |
2000-03-30 | Mostly functional db2 interface, db3 still has problems. | jbj | 10 | -360/+487 |
2000-03-30 | fix: move free after error message that needs data. | jbj | 1 | -1/+2 |
2000-03-27 | add db3 to the pile, isolate all with incremental link and vectors. | jbj | 14 | -680/+491 |
2000-03-27 | Compilation with db3. | jbj | 7 | -215/+736 |
2000-03-26 | Add --preferdb for now to permit testing db0/db1/db2. | jbj | 22 | -3634/+3614 |
2000-03-24 | Bump version to next release. | jbj | 2 | -3/+3 |
2000-03-24 | Sanity. | jbj | 1 | -1/+2 |
2000-03-24 | Sanity. | jbj | 13 | -2275/+2472 |
2000-03-23 | convert db1 -> db2 on-disk format using --rebuilddb. | jbj | 6 | -66/+226 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 43 | -778/+2523 |
2000-03-18 | Typo. | jbj | 1 | -1/+1 |
2000-03-17 | configure noarch compatibility in rpmrc for ia64. | jbj | 2 | -1/+6 |
2000-03-16 | configure.in fiddles for BSD systems (Patrick Schoo). | jbj | 2 | -2/+6 |