summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
Commit message (Expand)AuthorAgeFilesLines
* Add %mutable and %noupdate update policies (#152)pavlinas_p122Pavlina Moravcova Varekova2017-04-191-0/+136
* In old packages, zero-length files have zeros for digest (RhBug:1352222)Panu Matilainen2017-04-041-0/+8
* Reindent rpmfi.c bits and pieces to common rpm stylePanu Matilainen2017-04-041-58/+57
* Refactor copy-paste hex to binary conversion to helper functionPanu Matilainen2017-04-041-35/+31
* Make test for zero-length digest more obviousPanu Matilainen2017-04-041-1/+1
* Use separate locally scoped variables for different tasksPanu Matilainen2017-04-041-3/+2
* File signature length is not needed if not retrieving file signaturesPanu Matilainen2017-04-041-2/+1
* Fix linear search fallback case in rpmfnFindFN()Panu Matilainen2016-11-081-1/+1
* Export file verification as a rpmfiles/rpmfi methodPanu Matilainen2016-10-271-0/+5
* Make nextfuncs static, should've always been that wayPanu Matilainen2016-10-241-1/+1
* Eliminate deprecated rpmfi functionsPanu Matilainen2016-10-241-21/+0
* Spelling fixesVille Skyttä2016-06-041-1/+1
* Add back support for _noPayloadPrefixFlorian Festi2016-04-011-1/+1
* Better error handling of rename() failure (rhbz:1177479)Lubos Kardos2016-03-311-1/+4
* Revert "Fix check for file capabilities"Florian Festi2016-01-281-5/+2
* Make length check aware of the string array typesFlorian Festi2016-01-281-1/+2
* Add error messages if bogus file data was foundFlorian Festi2016-01-271-1/+3
* Fix check for file capabilitiesFlorian Festi2016-01-271-2/+5
* Also check the length of the file classesFlorian Festi2015-12-041-1/+1
* Add check for the length of tag data while reading file attributesFlorian Festi2015-11-301-5/+8
* Check for the expected number of entries when loading file attributesFlorian Festi2015-11-271-10/+23
* Check for expected number of entries in tag2poolFlorian Festi2015-11-271-9/+21
* Overwrite a file if it is not marked as config any more.Lubos Kardos2015-10-211-0/+12
* Add support for file signatures to rpmfi and rpmfilesfin@linux.vnet.ibm.com2015-08-121-1/+43
* Add rpmfilesFindPrefix() to find files with given prefix.Lubos Kardos2015-02-051-1/+67
* Handle %ghost file in payload (RhBug:1156497)Panu Matilainen2014-10-281-0/+4
* Generic support for skipping items inside file info iteratorPanu Matilainen2014-10-281-1/+4
* Fix archive size tag missing cpio trailer size (RhBug:1142949)Panu Matilainen2014-09-181-1/+1
* Handle ancient payloads without ./ prefix again (RhBug:1122004)Panu Matilainen2014-08-151-5/+14
* Fix handling of hardlinks during rpmbuildFlorian Festi2014-06-301-0/+1
* Fix two off by one bugs breaking hardlinks in buildsFlorian Festi2014-04-111-2/+2
* Minimally resurrect fine-grained progress callbacks on installPanu Matilainen2014-04-031-1/+8
* Utilize rpmfiStat() in rpmfiArchiveWriteHeader() tooPanu Matilainen2014-03-181-38/+3
* Add rpmfilesStat() and iterator counterpart APIPanu Matilainen2014-03-181-0/+55
* Eliminate redundant rpmfiFLinks() call, cleanupPanu Matilainen2014-03-181-5/+1
* Skip over symlink target data in payload automaticallyPanu Matilainen2014-03-181-7/+10
* Only regular files can have hardlinksPanu Matilainen2014-03-181-3/+2
* Make cpio and stripped archive reading more similarPanu Matilainen2014-03-181-12/+11
* Grab file count on entry to iterReadArchiveNext()Panu Matilainen2014-03-181-2/+1
* Dont bother checking for NULL "self"Panu Matilainen2014-03-181-1/+1
* Avoid using rpmfi methods inside fi->next, part 2Panu Matilainen2014-03-181-7/+3
* Unbreak reading of the new stripped format payloadPanu Matilainen2014-03-181-4/+4
* rpmfiArchiveHasContentFlorian Festi2014-03-111-0/+20
* Add iterator to loop over the hard linked files in several different waysFlorian Festi2014-03-111-21/+83
* Add internal rpmfiFound() helper function to match rpmfiSetFound()Panu Matilainen2014-01-311-1/+6
* Move the check for missing files to iterReadArchiveNext()Florian Festi2014-01-311-1/+20
* Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpm...Florian Festi2014-01-311-0/+58
* Rename CPIOERR_* to RPMERR_* as they are not all related to cpio or the archiveFlorian Festi2014-01-311-8/+8
* Clarify + document rpmfiles directory vs file indexPanu Matilainen2013-12-121-7/+7
* Fix memory leak on packages with no filesPanu Matilainen2013-11-261-2/+1