Age | Commit message (Expand) | Author | Files | Lines |
2000-08-27 | Doxygen annotations. | jbj | 1 | -1/+11 |
2000-08-23 | lclint additions. | jbj | 1 | -2/+2 |
2000-08-04 | - fix: -Va broken, make db cursors per-iterator, not per-dbi. | jbj | 1 | -3/+10 |
2000-07-07 | lclint fiddles. | jbj | 1 | -21/+38 |
2000-06-12 | Add dbcursor to dbi interface. | jbj | 1 | -23/+14 |
2000-06-11 | Fix db return code handling, majorly horked. | jbj | 1 | -3/+14 |
2000-06-06 | Repair db1 functionality. | jbj | 1 | -8/+5 |
2000-05-12 | fix stupid mistakes (alpha segfaults). | jbj | 1 | -1/+1 |
2000-05-10 | - include RPM-GPG-KEY in file manifest. | jbj | 1 | -3/+4 |
2000-05-07 | Repair rebuilddb lossage, removing debug messages and final copy on user msgs. | jbj | 1 | -32/+57 |
2000-05-02 | Add usedbenv (disabled) to use db3 as db1 was used. | jbj | 1 | -24/+37 |
2000-05-01 | Rename db0.c to db1.c, resurrect db2.c (from db3.c). | jbj | 1 | -15/+42 |
2000-04-28 | Don't incrementally link pthreads, causes segfault on (at least) alpha. | jbj | 1 | -11/+20 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd. | jbj | 1 | -4/+4 |
2000-04-26 | Rip out remaining legacy dbi interfaces. | jbj | 1 | -262/+16 |
2000-04-25 | Sanity. | jbj | 1 | -355/+436 |
2000-04-23 | make db indices as lightweight as possible, with per-dbi config. | jbj | 1 | -178/+435 |
2000-04-21 | fix: legacy packages required provides EVR/Flags to be added. | jbj | 1 | -31/+22 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 1 | -10/+17 |
2000-04-19 | Data size of index databases now per-index (was always 8 bytes). | jbj | 1 | -70/+123 |
2000-04-18 | Consolidate changes into rpmdb.c. | jbj | 1 | -63/+156 |
2000-04-17 | Start composting db interfaces. | jbj | 1 | -0/+2 |
2000-04-12 | Pass key as void *, not char *. | jbj | 1 | -1/+1 |
2000-04-12 | API: pass *SearchIndex() length of key (0 will use strlen(key)). | jbj | 1 | -35/+4 |
2000-04-11 | make header db a "special" type of index database in db0, hiding falloc.c. | jbj | 1 | -143/+160 |
2000-04-08 | Hash package headers using simple counter. | jbj | 1 | -15/+44 |
2000-04-07 | use "rpmdb db" consistently throughout, add doxygen tags. | jbj | 1 | -6/+33 |
2000-04-06 | use hashed access for package headers. | jbj | 1 | -13/+113 |
2000-04-04 | Permit dboffsets in hex and octal. | jbj | 1 | -3/+7 |
2000-04-03 | Permit db3 paramaters from macro. | jbj | 1 | -58/+223 |
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 | 1 | -8/+18 |
2000-03-30 | Mostly functional db2 interface, db3 still has problems. | jbj | 1 | -26/+75 |
2000-03-27 | add db3 to the pile, isolate all with incremental link and vectors. | jbj | 1 | -61/+67 |
2000-03-27 | Compilation with db3. | jbj | 1 | -0/+420 |