summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-05Stop messing with fi->fstates allocations in psmPanu Matilainen1-2/+6
2008-11-05Kill off per-file cpio map flagsPanu Matilainen1-1/+0
2008-11-05fi->actions is already initialized earlier in rpmfiNew()Panu Matilainen1-3/+0
2008-11-05fi->actions cannot be non-NULL in rpmfiNew()Panu Matilainen1-2/+1
2008-11-04Fix segfault on relocation (rhbz#468319)Panu Matilainen1-1/+0
2008-10-30Add couple of new rpmfi flags for file classes and file dependsPanu Matilainen1-7/+11
2008-10-30Move rpmfi color union calculation out of rpmfiNew()Panu Matilainen1-6/+5
2008-10-30Don't bother fetching and storing pre- and posttrans scripts in rpmfiPanu Matilainen1-11/+7
2008-10-30Turn rpmfiNew() scareMem argument into bitfield of flagsPanu Matilainen1-6/+6
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+12
2008-09-12Fix indentationPanu Matilainen1-4/+4
2008-06-19Use type-specific headerPut() for the case where it makes sense in relocsPanu Matilainen1-5/+2
2008-06-18Lose the remaining hae and hme vectors from rpmfiPanu Matilainen1-2/+0
2008-06-18Convert file relocation to use headerPut/ModPanu Matilainen1-13/+17
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+0
2008-06-17Eliminate last headerFreeData() in rpmfiPanu Matilainen1-1/+1
2008-06-13Kill off hge() and hfd() vectors in rpmfi_sPanu Matilainen1-18/+11
2008-06-13Lose the remaining hge() uses in rpmfi relocationPanu Matilainen1-30/+28
2008-06-13RPMTAG_FILEFLAGS is not used for anything in relocationsPanu Matilainen1-2/+0
2008-06-13Convert validRelocation parts of relocateFileList() to new headerGet()Panu Matilainen1-17/+24
2008-06-13Unbreak relocations broken by 621e7518418a0e031d302e8681fe0bf81d0c4b72Panu Matilainen1-3/+12
2008-06-12Convert a few hge()'s in relocation code to new headerGet() & friendsPanu Matilainen1-18/+16
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-2/+2
2008-06-12rpmfiNew() doesn't use old hge() anymorePanu Matilainen1-3/+1
2008-06-12Use long archive size always in rpmfiPanu Matilainen1-4/+6
2008-06-12Use HEADERGET_ALLOC instead of manually copying the data in rpmfiNew()Panu Matilainen1-61/+41
2008-06-10Eliminate rpmfiBuildFNames() from the APIPanu Matilainen1-56/+0
2008-06-07Remove unused variablePanu Matilainen1-1/+0
2008-06-02Check that digest type is actually supported before enabling itPanu Matilainen1-1/+1
2008-06-02Make rpmfiNew() use header specified file digest algo if presentPanu Matilainen1-2/+10
2008-06-02Use RPMTAG_FILEDIGESTS instead of MD5S internallyPanu Matilainen1-1/+1
2008-06-02Add rpmfiFDigestHex() for converting the binary digest to hexPanu Matilainen1-0/+11
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-7/+7
2008-06-02Use new style headerGet() + rpmtd iteration for rpmfi digest populationPanu Matilainen1-12/+8
2008-06-02Lose unused fdigests array from rpmfi structPanu Matilainen1-6/+5
2008-06-02Make rpmfiDecideFate() honor rpmfi digest algorithmsPanu Matilainen1-5/+10
2008-06-02Make rpmfiConfigConflict() honor fi digest algorithmPanu Matilainen1-4/+5
2008-06-02Make rpmfiCompare() use rpmfiDigest() instead of rpmfiMD5()Panu Matilainen1-3/+7
2008-06-02Make rpmfi initialization honor used digest lengthPanu Matilainen1-4/+5
2008-06-02More preliminaries for non-md5 file checksumsPanu Matilainen1-3/+19
2008-06-02Rename rpmfi internals to talk about digest rather than md5Panu Matilainen1-20/+20
2008-06-02Rename rpmfi and fsm checksum md5-sum fields to refer to digestPanu Matilainen1-12/+12
2008-05-21Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABIPanu Matilainen1-146/+0
2008-04-30Lazily copy basenames in relocation if neededPanu Matilainen1-19/+34
2008-04-30Simplify relocation directory name manipulationPanu Matilainen1-9/+3
2008-04-30Allocate relocation dirnames on heap, not stackPanu Matilainen1-5/+13
2008-04-30Begin untangling relocation alloca()'sPanu Matilainen1-2/+6
2008-04-25Reduce alloca() use in relocateFileList()Panu Matilainen1-5/+7
2008-04-24Remove bogus const from rpmfi pre- and posttrans membersPanu Matilainen1-4/+4
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-17/+1