Age | Commit message (Expand) | Author | Files | Lines |
2000-05-24 | - change popt exec alias in oreder to exec rpm children. | jbj | 1 | -1/+1 |
2000-05-18 | fix: don't change hardlink st_size. | jbj | 2 | -43/+66 |
2000-05-17 | fix prototypes | msw | 1 | -4/+4 |
2000-05-17 | fix prototypes | msw | 1 | -2/+10 |
2000-05-17 | build against glibc 2.2 | msw | 1 | -1/+14 |
2000-05-16 | add calculated nlink field to -qlv output (like ls -al). | jbj | 1 | -6/+27 |
2000-05-16 | fix: (segfault) verify needs rpmdb while query does not. | jbj | 3 | -1/+14 |
2000-05-12 | fix stupid mistakes (alpha segfaults). | jbj | 3 | -10/+13 |
2000-05-12 | Remiver compiler warnings on alpha. | jbj | 3 | -5/+5 |
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 | 12 | -412/+570 |
2000-05-02 | Remove debugging messages. | jbj | 1 | -2/+0 |
2000-05-02 | Add usedbenv (disabled) to use db3 as db1 was used. | jbj | 6 | -245/+292 |
2000-05-01 | Rename db0.c to db1.c, resurrect db2.c (from db3.c). | jbj | 9 | -410/+605 |
2000-04-28 | Don't incrementally link pthreads, causes segfault on (at least) alpha. | jbj | 7 | -101/+214 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified. | jbj | 3 | -86/+133 |
2000-04-27 | Sanity and API clean up. (make dist) | jbj | 9 | -278/+117 |
2000-04-27 | - API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd. | jbj | 12 | -263/+453 |
2000-04-26 | Rip out remaining legacy dbi interfaces. | jbj | 5 | -741/+443 |
2000-04-25 | Sanity. | jbj | 8 | -664/+797 |
2000-04-23 | make db indices as lightweight as possible, with per-dbi config. | jbj | 10 | -1200/+1037 |
2000-04-21 | Typo. | jbj | 1 | -1/+1 |
2000-04-21 | fix: legacy packages required provides EVR/Flags to be added. | jbj | 5 | -68/+76 |
2000-04-19 | Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO. | jbj | 13 | -131/+198 |
2000-04-19 | Data size of index databases now per-index (was always 8 bytes). | jbj | 4 | -123/+215 |
2000-04-18 | Consolidate changes into rpmdb.c. | jbj | 10 | -360/+895 |
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 | 5 | -61/+292 |
2000-04-15 | fix: cpio.c: pre-, not post-, decrement the link count. | jbj | 1 | -13/+12 |
2000-04-13 | add explcit "Provides: name = [epoch:]version-release" to headers. | jbj | 5 | -0/+87 |
2000-04-13 | Sanity (bump release). | jbj | 5 | -148/+99 |
2000-04-13 | Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator). | jbj | 3 | -118/+28 |
2000-04-13 | Insure that EXIT_FAILURE is defined (irix6.5). | jbj | 1 | -0/+4 |
2000-04-13 | The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}. | jbj | 8 | -240/+81 |
2000-04-13 | The death of rpmdbFindBy{Group,TriggeredBy,Header}. | jbj | 8 | -89/+290 |
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 | 2 | -111/+1 |
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 | 10 | -96/+356 |
2000-04-11 | - treat legacy falloc.c as "special" db[01] index for package headers. | jbj | 3 | -264/+57 |
2000-04-11 | make header db a "special" type of index database in db0, hiding falloc.c. | jbj | 8 | -556/+1017 |
2000-04-08 | fix: dbiCloseIndex not called (typo). | jbj | 2 | -17/+13 |
2000-04-08 | Hash package headers using simple counter. | jbj | 8 | -114/+135 |
2000-04-07 | fix: rpmdbCountPackages should pass by reference, not value. | jbj | 1 | -1/+1 |
2000-04-07 | use "rpmdb db" consistently throughout, add doxygen tags. | jbj | 7 | -32/+204 |
2000-04-07 | solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente... | jbj | 1 | -0/+3 |
2000-04-06 | use hashed access for package headers. | jbj | 7 | -61/+552 |
2000-04-04 | Sanity. | jbj | 1 | -1/+1 |
2000-04-04 | Permit dboffsets in hex and octal. | jbj | 6 | -327/+292 |