summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Eliminate pgpHashAlgo uses in librpm sidePanu Matilainen1-9/+9
2010-10-22Change rpmfiNew() tag argument to rpmTagValPanu Matilainen1-1/+1
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen1-1/+1
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-29/+9
2009-12-22Kill off last remaining uses of _constfree()Panu Matilainen1-11/+12
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts codePanu Matilainen1-12/+12
2009-07-09Unbreak --excludepath (RhBug:409637)Panu Matilainen1-2/+1
2009-03-27Lose unused/useless Type and tagN fields from rpmfi structPanu Matilainen1-17/+7
2009-02-12Only initialize file capability cache if actually neededPanu Matilainen1-1/+1
2009-02-05Use per-rpmfi string cache for file capability stringsPanu Matilainen1-3/+6
2009-01-28Don't throw away modified config files on cross-hash upgrades (rhbz#479869)Panu Matilainen1-2/+2
2009-01-07rpmRelocateFileList() doesn't need rpmte for anything, just file statesPanu Matilainen1-10/+3
2009-01-05Validate + sort relocations in rpmte at create timePanu Matilainen1-126/+38
2009-01-05Split saving relocations to header out of relocateFileList()Panu Matilainen1-28/+24
2009-01-05Split sorting out of relocateFileList()Panu Matilainen1-18/+22
2009-01-05Split RPMTAG_INSTPREFIXES addition out of relocateFileList()Panu Matilainen1-32/+36
2008-12-22Perform relocations from rpmte instead of rpmfiPanu Matilainen1-23/+9
2008-12-19Perform relocations *before* filling out rpmfi structurePanu Matilainen1-25/+9
2008-12-19Avoid a whole lotta shuffling wrt file info headerPanu Matilainen1-27/+11
2008-12-19Ignore rpmfi flags for basenames + dirnamesPanu Matilainen1-2/+2
2008-12-19Sanitize file modes handling in relocationPanu Matilainen1-5/+3
2008-12-19Remove unused file/dir color calculationsPanu Matilainen1-17/+1
2008-12-19Save some trouble by grabbing malloced copy of dir indexesPanu Matilainen1-7/+1
2008-12-19Add internal rpmfi apis to deal with fingerprints, use themPanu Matilainen1-0/+16
2008-12-19Free rpmfi fingerprints in rpmfiFree()Panu Matilainen1-0/+1
2008-12-18Oops, rpmfiFInode() gone missing...Panu Matilainen1-0/+1
2008-12-11Add public rpmfi function for retrieving digest algorithm of the setPanu Matilainen1-0/+5
2008-12-11Add (internal) rpmfi accessor for dir indexesPanu Matilainen1-0/+10
2008-12-11Add indexed accessors for rpmfi data, internal only for nowPanu Matilainen1-66/+103
2008-12-10Kill rpmfiUpdateState and free all the rpmfis as soon as file conflict check ...Florian Festi1-14/+0
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-53/+10
2008-12-10Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi ...Florian Festi1-20/+0
2008-12-10Create a new datastructure rpmfs aka File States that contains the informatio...Florian Festi1-49/+0
2008-11-27Eliminate rpmtsiFi(), use rpmteFI() insteadPanu Matilainen1-1/+0
2008-11-27Eliminate silly rpmfiTypeString()Panu Matilainen1-9/+0
2008-11-25Switch rpmfiUpdateState to the new ->replaced APIFlorian Festi1-22/+13
2008-11-24Move transscripts stuff from rpmfi to rpmtePanu Matilainen1-8/+0
2008-11-24API for accessing and creating fi->replacedFlorian Festi1-0/+40
2008-11-20Use per-rpmfi string cache for symlink targetsPanu Matilainen1-3/+6
2008-11-20Add functions to create and free string cache(s)Panu Matilainen1-1/+19
2008-11-20Use global cache for file languages tooPanu Matilainen1-2/+4
2008-11-20Add rpmfiFLang() method for retrieving file language(s)Panu Matilainen1-0/+9
2008-11-20Generalize the user+group string cache + helpersPanu Matilainen1-27/+31
2008-11-19Be more intelligent about storing file user and group namesPanu Matilainen1-8/+66
2008-11-19Erm, really do lazy allocation of fi->replacedSizesPanu Matilainen1-2/+0
2008-11-19Add + use internal helper function for getting+setting rpmfi replaced sizesPanu Matilainen1-0/+22
2008-11-19Eliminate unnecessary fi->record fieldPanu Matilainen1-2/+1
2008-11-18Add control bits for all (relevant) parts of rpmfi dataPanu Matilainen1-17/+28
2008-11-18Remove useless default flags and action fields from rpmfiPanu Matilainen1-4/+1
2008-11-18Nuke useless rpmfiFContext()Panu Matilainen1-11/+0