Age | Commit message (Expand) | Author | Files | Lines |
2000-05-07 | Repair rebuilddb lossage, removing debug messages and final copy on user msgs. | jbj | 28 | -2525/+3255 |
2000-05-02 | Don't do initdb, as we don't know what dbapi to use. | jbj | 2 | -3/+5 |
2000-05-02 | don't call these header munges on null headers | msw | 1 | -5/+3 |
2000-05-02 | compress filelist, fixup provides | msw | 1 | -0/+5 |
2000-05-02 | installplatform: typo. | jbj | 3 | -3/+3 |
2000-05-02 | fix: don't generate sparc6464 names when creating platform directories. | jbj | 1 | -1/+1 |
2000-05-02 | Sanity (make dist). | jbj | 14 | -199/+199 |
2000-05-02 | Remove debugging messages. | jbj | 1 | -2/+0 |
2000-05-02 | Add usedbenv (disabled) to use db3 as db1 was used. | jbj | 22 | -1191/+1231 |
2000-05-01 | Rename db0.c to db1.c, resurrect db2.c (from db3.c). | jbj | 32 | -1593/+1982 |
2000-04-28 | Don't incrementally link pthreads, causes segfault on (at least) alpha. | jbj | 23 | -877/+1192 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified. | jbj | 19 | -819/+872 |
2000-04-27 | Sanity and API clean up. (make dist) | jbj | 24 | -2643/+2297 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd. | jbj | 17 | -384/+570 |
2000-04-26 | Rip out remaining legacy dbi interfaces. | jbj | 6 | -794/+496 |
2000-04-25 | Fix popt/po/tr.po addition. | jbj | 2 | -6/+3 |
2000-04-25 | Sanity (rebuild to check autoconf configuration in dist-7.0). | jbj | 17 | -2390/+3214 |
2000-04-25 | fix configure check | msw | 1 | -1/+1 |
2000-04-25 | Sanity. | jbj | 12 | -766/+915 |
2000-04-25 | a little more work on the rpm module | msw | 2 | -32/+39 |
2000-04-24 | Add Turkish translation (Fatih Demir <kabalak@gmx.net>) | jbj | 1 | -0/+359 |
2000-04-23 | make db indices as lightweight as possible, with per-dbi config. | jbj | 19 | -1386/+1379 |
2000-04-21 | Typo. | jbj | 15 | -18/+18 |
2000-04-21 | Sanity. | jbj | 15 | -487/+487 |
2000-04-21 | fix: legacy packages required provides EVR/Flags to be added. | jbj | 7 | -109/+144 |
2000-04-20 | Sanity (build 0.8). | jbj | 1 | -1/+1 |
2000-04-20 | Sanity (re-adding rpm-python). | jbj | 14 | -749/+749 |
2000-04-20 | match iterator support | msw | 2 | -23/+173 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 17 | -197/+267 |
2000-04-19 | Sanity. | jbj | 16 | -1062/+1182 |
2000-04-19 | Hi! | jbj | 8 | -42/+103 |
2000-04-19 | Data size of index databases now per-index (was always 8 bytes). | jbj | 5 | -142/+234 |
2000-04-18 | Consolidate changes into rpmdb.c. | jbj | 12 | -434/+972 |
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 |