summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2000-06-14- fix: don't count removed files if removed packages is empty set.jbj2-8/+39
2000-06-13More libtool fiddles.jbj2-52/+54
2000-06-12Don't use BSDish typedefs.jbj2-9/+9
2000-06-12Add dbcursor to dbi interface.jbj6-120/+141
2000-06-11Fix db return code handling, majorly horked.jbj4-46/+38
2000-06-09- make librpmio standalone.jbj2-110/+3
2000-06-09Remove dead code.jbj2-163/+0
2000-06-09Move low level support routines to librpmio.jbj12-6082/+12
2000-06-07Sanity (make dist).jbj2-4/+4
2000-06-07- create rpmio directory for librpmio.jbj5-832/+4092
2000-06-06Repair db1 functionality.jbj4-99/+94
2000-06-05- add optflags for i486 and i586.jbj1-0/+3
2000-06-03Add i390 noarch entry.jbj1-7/+13
2000-06-01Move noLang to rpmlib.jbj1-1/+1
2000-06-01Split popt glue into lib/popt{BT,QV}.c.jbj5-148/+371
2000-05-30- mark packaging with version 4 to reflect filename/provide changes.jbj2-4/+7
2000-05-26Remove build modes from rpm, use rpmb and/or popt glue instead.jbj3-18/+39
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