summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2000-05-24- change popt exec alias in oreder to exec rpm children.jbj1-1/+1
2000-05-18fix: don't change hardlink st_size.jbj2-43/+66
2000-05-17fix prototypesmsw1-4/+4
2000-05-17fix prototypesmsw1-2/+10
2000-05-17build against glibc 2.2msw1-1/+14
2000-05-16add calculated nlink field to -qlv output (like ls -al).jbj1-6/+27
2000-05-16fix: (segfault) verify needs rpmdb while query does not.jbj3-1/+14
2000-05-12fix stupid mistakes (alpha segfaults).jbj3-10/+13
2000-05-12Remiver compiler warnings on alpha.jbj3-5/+5
2000-05-10- include RPM-GPG-KEY in file manifest.jbj1-3/+4
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj12-412/+570
2000-05-02Remove debugging messages.jbj1-2/+0
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj6-245/+292
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj9-410/+605
2000-04-28Don't incrementally link pthreads, causes segfault on (at least) alpha.jbj7-101/+214
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.jbj3-86/+133
2000-04-27Sanity and API clean up. (make dist)jbj9-278/+117
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj12-263/+453
2000-04-26Rip out remaining legacy dbi interfaces.jbj5-741/+443
2000-04-25Sanity.jbj8-664/+797
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj10-1200/+1037
2000-04-21Typo.jbj1-1/+1
2000-04-21fix: legacy packages required provides EVR/Flags to be added.jbj5-68/+76
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj13-131/+198
2000-04-19Data size of index databases now per-index (was always 8 bytes).jbj4-123/+215
2000-04-18Consolidate changes into rpmdb.c.jbj10-360/+895
2000-04-18Eliminate, contents moved to rpmdb.c/rpmdb.h.jbj4-492/+0
2000-04-18Prepare to move contents to rpmdb.c/rpmdb.hjbj3-221/+16
2000-04-17Start composting db interfaces.jbj5-61/+292
2000-04-15fix: cpio.c: pre-, not post-, decrement the link count.jbj1-13/+12
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj5-0/+87
2000-04-13Sanity (bump release).jbj5-148/+99
2000-04-13Remove rpmdbFindByFile from API (and fix RPMDBI_FILE iterator).jbj3-118/+28
2000-04-13Insure that EXIT_FAILURE is defined (irix6.5).jbj1-0/+4
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj8-240/+81
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj8-89/+290
2000-04-12Make sure that match iterators can be called with mi = NULL.jbj1-36/+21
2000-04-12Remove DYING code.jbj2-111/+1
2000-04-12Pass key as void *, not char *.jbj4-4/+4
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj10-96/+356
2000-04-11- treat legacy falloc.c as "special" db[01] index for package headers.jbj3-264/+57
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj8-556/+1017
2000-04-08fix: dbiCloseIndex not called (typo).jbj2-17/+13
2000-04-08Hash package headers using simple counter.jbj8-114/+135
2000-04-07fix: rpmdbCountPackages should pass by reference, not value.jbj1-1/+1
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj7-32/+204
2000-04-07solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente...jbj1-0/+3
2000-04-06use hashed access for package headers.jbj7-61/+552
2000-04-04Sanity.jbj1-1/+1
2000-04-04Permit dboffsets in hex and octal.jbj6-327/+292