Age | Commit message (Expand) | Author | Files | Lines |
2000-08-27 | Doxygen annotations. | jbj | 1 | -0/+8 |
2000-08-04 | - fix: -Va broken, make db cursors per-iterator, not per-dbi. | jbj | 1 | -1/+4 |
2000-07-29 | - re-resurrect firstkey/nextkey python bindings for up2date compatibility. | jbj | 1 | -4/+2 |
2000-07-07 | lclint fiddles. | jbj | 1 | -10/+15 |
2000-06-20 | - API: uncouple fadio from rest of rpmio. | jbj | 1 | -1/+1 |
2000-06-12 | Add dbcursor to dbi interface. | jbj | 1 | -3/+3 |
2000-06-09 | Move low level support routines to librpmio. | jbj | 1 | -1/+1 |
2000-06-06 | Repair db1 functionality. | jbj | 1 | -53/+49 |
2000-05-07 | Repair rebuilddb lossage, removing debug messages and final copy on user msgs. | jbj | 1 | -9/+9 |
2000-05-02 | Add usedbenv (disabled) to use db3 as db1 was used. | jbj | 1 | -42/+52 |
2000-05-01 | Rename db0.c to db1.c, resurrect db2.c (from db3.c). | jbj | 1 | -0/+482 |
2000-04-23 | make db indices as lightweight as possible, with per-dbi config. | jbj | 1 | -477/+0 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 1 | -3/+3 |
2000-04-18 | Consolidate changes into rpmdb.c. | jbj | 1 | -2/+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 | -2/+5 |
2000-04-11 | make header db a "special" type of index database in db0, hiding falloc.c. | jbj | 1 | -99/+133 |
2000-04-08 | Hash package headers using simple counter. | jbj | 1 | -3/+3 |
2000-04-06 | use hashed access for package headers. | jbj | 1 | -6/+113 |
2000-03-30 | Mostly functional db2 interface, db3 still has problems. | jbj | 1 | -2/+4 |
2000-03-27 | add db3 to the pile, isolate all with incremental link and vectors. | jbj | 1 | -46/+51 |
2000-03-23 | - API: change dbi to pass by reference, not value. | jbj | 1 | -0/+326 |