summaryrefslogtreecommitdiff
path: root/lib/rpmfi.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Eliminate pgpHashAlgo uses in librpm sidePanu Matilainen1-3/+3
2010-10-22Change rpmfiNew() tag argument to rpmTagValPanu Matilainen1-1/+1
2010-09-28Make RPMFILE_STATE_MISSING part of the rpmfileState enumPanu Matilainen1-1/+1
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-4/+8
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen1-7/+0
2010-09-01Remove the existing %policy directiveSteve Lawrence1-1/+0
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-7/+2
2009-03-27Lose unused/useless Type and tagN fields from rpmfi structPanu Matilainen1-1/+1
2008-12-22Perform relocations from rpmte instead of rpmfiPanu Matilainen1-2/+1
2008-12-11Add public rpmfi function for retrieving digest algorithm of the setPanu Matilainen1-0/+7
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-14/+0
2008-11-27Eliminate silly rpmfiTypeString()Panu Matilainen1-7/+0
2008-11-20Add rpmfiFLang() method for retrieving file language(s)Panu Matilainen1-0/+7
2008-11-19Oops, file modes are needed on erase too to avoid suffixes on directoriesPanu Matilainen1-1/+1
2008-11-18Use finer grained rpmfi creation flags for in rpmteNew()Panu Matilainen1-1/+1
2008-11-18Add preliminary rpmfi flag groupings for base operationsPanu Matilainen1-0/+16
2008-11-18Add control bits for all (relevant) parts of rpmfi dataPanu Matilainen1-8/+21
2008-11-18Nuke useless rpmfiFContext()Panu Matilainen1-7/+0
2008-11-18Remember rpmfi creation flagsPanu Matilainen1-0/+2
2008-11-14Add more flags to control rpmfi creationPanu Matilainen1-0/+2
2008-11-11Add rpmfi get + set methods for file actionsPanu Matilainen1-0/+14
2008-10-30Add couple of new rpmfi flags for file classes and file dependsPanu Matilainen1-0/+2
2008-10-30Turn rpmfiNew() scareMem argument into bitfield of flagsPanu Matilainen1-2/+7
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+9
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-1/+1
2008-06-10Eliminate rpmfiBuildFNames() from the APIPanu Matilainen1-20/+0
2008-06-02Add rpmfiFDigestHex() for converting the binary digest to hexPanu Matilainen1-0/+11
2008-06-02Mark rpmfiMD5() deprecatedPanu Matilainen1-1/+2
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-1/+1
2008-06-02More preliminaries for non-md5 file checksumsPanu Matilainen1-0/+10
2008-05-21Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABIPanu Matilainen1-26/+0
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-9/+9
2008-03-24Remove bogus const from rpmRelocation structPanu Matilainen1-2/+2
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-2/+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-2/+2
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-1/+1
2008-01-30Stick relocation struct to rpmfi, typedef to rpmtypes...Panu Matilainen1-0/+8
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+1
2008-01-02Signedness consistency in rpmfi interface vs internal structuresPanu Matilainen1-7/+7
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+3
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-2/+2
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-3/+3
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-22/+0
2007-12-02Move file action enums to rpmfi where they logically belongPanu Matilainen1-0/+21