summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-01Eliminate all the now unnecessary fsm->ix save-and-restoresPanu Matilainen1-14/+0
2012-10-01Pass file index as argument to fsm fsmMapPath()Panu Matilainen1-10/+9
2012-10-01Pass file index as argument to fsm fsmCommit()Panu Matilainen1-6/+6
2012-10-01Pass file index as argument to fsm writeFile()Panu Matilainen1-5/+6
2012-10-01Eliminate current hardlink set from fsm structPanu Matilainen1-8/+11
2012-10-01Pinpoint the one place where fsm->li is modified on real purposePanu Matilainen1-26/+27
2012-10-01Avoid using fsm->li directly when creating pending hard linksPanu Matilainen1-8/+9
2012-10-01Avoid using/modifying fsm->li when committing hardlinksPanu Matilainen1-6/+7
2012-10-01Avoid using/modifying fsm->li when writing links to payloadPanu Matilainen1-13/+14
2012-10-01Avoid using/modifying fsm->li when freeing hard link setsPanu Matilainen1-4/+6
2012-10-01Avoid using/modifying fsm->li on hard link checkingPanu Matilainen1-4/+4
2012-10-01Move hardlink saving out of fsmInit()Panu Matilainen1-5/+6
2012-10-01Free hardlink sets centrally in fsmFree()Panu Matilainen1-11/+3
2012-10-01Filter out skipped files on hardlink checkingPanu Matilainen1-2/+4
2012-09-28Simplify fpLookupSubdir() a bitPanu Matilainen1-33/+22
2012-09-27Minimally resurrect fpLookupSubdir() functionalityPanu Matilainen1-27/+21