summaryrefslogtreecommitdiff
path: root/lib/rpmfi_internal.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Push archivePos from rpmfi to fsmPanu Matilainen1-1/+0
2008-11-05Calculate filename buffer len lazily in rpmfiFN() as neededPanu Matilainen1-1/+0
2008-11-05Remove yet more unused fields from rpmfi structPanu Matilainen1-3/+0
2008-11-05Remove fperms and dperms from rpmfi structPanu Matilainen1-2/+0
2008-11-05Use cpioMapFlags type consistently for map flagsPanu Matilainen1-1/+1
2008-11-05Kill off per-file cpio map flagsPanu Matilainen1-1/+0
2008-11-05Remove useless rpmfi->gid and uid "defaults"Panu Matilainen1-2/+0
2008-10-30Move rpmfi color union calculation out of rpmfiNew()Panu Matilainen1-1/+0
2008-10-30Don't bother fetching and storing pre- and posttrans scripts in rpmfiPanu Matilainen1-4/+3
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+2
2008-06-18Lose the remaining hae and hme vectors from rpmfiPanu Matilainen1-2/+0
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+0
2008-06-13Kill off hge() and hfd() vectors in rpmfi_sPanu Matilainen1-2/+0
2008-06-13Unbreak relocations broken by 621e7518418a0e031d302e8681fe0bf81d0c4b72Panu Matilainen1-0/+1
2008-06-09Use 64bit type internally for package archive size & offsetPanu Matilainen1-2/+2
2008-06-02Lose unused fdigests array from rpmfi structPanu Matilainen1-1/+0
2008-06-02More preliminaries for non-md5 file checksumsPanu Matilainen1-0/+1
2008-06-02Rename rpmfi and fsm checksum md5-sum fields to refer to digestPanu Matilainen1-2/+2
2008-04-24Remove bogus const from rpmfi pre- and posttrans membersPanu Matilainen1-4/+4
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-3/+3
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen1-1/+1
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-1/+1
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-1/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-2/+2
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-4/+4
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-3/+3
2007-12-17transaction.c doesn't need fsm.h, rpmfi_internal doesPanu Matilainen1-0/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-4/+4
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-0/+130