summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Add support for weak dependencies:Anas Nashif5-10/+30
2013-02-02Suspend exclusive database lock when scriptlets get calledAnas Nashif6-0/+89
2013-02-02Fix global (DB_PRIVATE) lock codeAnas Nashif1-16/+41
2013-02-02Allow updates to different architecturesAnas Nashif1-1/+2
2013-02-02Extended condition supportAnas Nashif1-3/+23
2013-02-02db ro interruptableAnas Nashif1-2/+4
2013-02-02Support a database-local fsync setting.Anas Nashif1-0/+4
2013-02-02compate name and versionAnas Nashif1-2/+20
2013-02-02Convert output to the current locale.Anas Nashif1-0/+152
2013-01-31Restore legacy behavior on %ghost %config erasure, mostlyPanu Matilainen1-2/+15
2013-01-30Dont skip shared file/dir create if the other one is a ghostPanu Matilainen1-2/+8
2013-01-30Revert the severely broken FA_SKIP on %ghost "fix"Panu Matilainen1-11/+0
2013-01-29Be more careful about skipping shared file/directory creationPanu Matilainen1-1/+13
2012-12-19Handle transaction global pool allocation centrally in rpmtsPool()Panu Matilainen4-16/+16
2012-12-19Clean up fix grabData() error handling in callersPanu Matilainen1-6/+4
2012-12-18Dead code removalPanu Matilainen1-5/+0
2012-12-07Ensure correct return code on malformed signature in packagesPanu Matilainen1-2/+6
2012-11-26Add missing <errno.h> includePanu Matilainen1-0/+1
2012-11-18Add --undefine cli switch for undefining macros (related to RhBug:876308)Panu Matilainen1-0/+10
2012-11-14Account for temporary disk-space requirement on forced replace tooPanu Matilainen1-3/+5
2012-11-14Remove ancient, no longer relevant commentPanu Matilainen1-5/+0
2012-11-14Account for temporary disk-space requirements on updates (ticket #175)Panu Matilainen1-1/+13
2012-11-14Add $RPM_CONFIGDIR/macros.d/ directory to default macro path (RhBug:846679)Panu Matilainen1-0/+1
2012-11-08Add cli-switch to query for license filesPanu Matilainen3-2/+10
2012-11-05Work around Fedora-specific patch to libselinux causing warningsPanu Matilainen1-1/+1
2012-11-05Update library current + age (ie libs are now 3.1.0)Panu Matilainen1-1/+1
2012-11-01Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for nowPanu Matilainen9-113/+133
2012-10-30Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974)Panu Matilainen5-9/+39
2012-10-30Fix missing error on --import on bogus key file (RhBug:869667)Panu Matilainen1-4/+5
2012-10-26Remove transition-time leftover pool unfreezingPanu Matilainen1-8/+0
2012-10-26Eliminate static "misc stuff pool" from rpmfiPanu Matilainen1-13/+6
2012-10-19Dont bother with digest and link comparisons if size differs, part IIPanu Matilainen1-0/+5
2012-10-19Dont bother with %config digests on conflicts if size differsPanu Matilainen1-0/+6
2012-10-09Add lua 5.2 support.Anders F Bjorklund1-2/+12
2012-10-08Don't bother calculating digests of %ghost %config filesPanu Matilainen1-1/+2
2012-10-05Use rpmal lookups for already added obsoletions tooPanu Matilainen1-19/+9
2012-10-05Add a hash + lookup function on obsoletes to rpmalPanu Matilainen2-0/+100
2012-10-05Rename rpmalProvidesHash to rpmalDepHashPanu Matilainen1-6/+6
2012-10-05Avoid changing the file info sets when adding to rpmal file hashPanu Matilainen1-8/+8
2012-10-05Avoid changing the dependency sets when looking up from rpmalPanu Matilainen1-6/+4
2012-10-05Avoid changing the dependency sets when adding to rpmal hashPanu Matilainen1-7/+8
2012-10-05Guard against NULL ds in the rpmds indexed gettersPanu Matilainen1-6/+6
2012-10-05Export the indexed rpmds accessors internallyPanu Matilainen3-9/+46
2012-10-05Add indexed access variants for rpmdsColor() and rpmdsCompare()Panu Matilainen1-13/+20
2012-10-04Be as lazy as possible wrt rpmal hash creationPanu Matilainen1-19/+29
2012-10-02Use rpmal lookups for finding redundancies in the added setPanu Matilainen1-60/+110
2012-10-02Dont bother with rpmRelocateFileList() if relocations have been specifiedPanu Matilainen1-1/+1
2012-10-02Only return non-NULL from rpmalAllSatisfiesDepends() on real matchesPanu Matilainen1-1/+5
2012-10-02Export rpmalAllSatisfiesDepend() internally (again)Panu Matilainen2-1/+10
2012-10-02Pass the newly create ts element instead of header to findPos()Panu Matilainen1-15/+14