summaryrefslogtreecommitdiff
path: root/lib/rpmfi_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for nowPanu Matilainen1-0/+35
2012-09-14Make fingerprint struct opaque outside fprint.cPanu Matilainen1-1/+1
2012-09-12Add getters for rpmfi base- and directory name pool id'sPanu Matilainen1-0/+6
2012-09-08Switch file info set base- and dirnames storage to string poolPanu Matilainen1-2/+2
2012-09-07Axe the no longer needed rpmfi string "cache" stuffPanu Matilainen1-7/+0
2012-09-07Use string pool for file set symlinksPanu Matilainen1-2/+2
2012-09-07Replace user- and groupname + file lang caches with a global stringpoolPanu Matilainen1-3/+4
2012-09-07Dont bother with file capability "cache"Panu Matilainen1-2/+1
2012-04-12Change rpmfi replaced size functions to take indexPanu Matilainen1-2/+2
2012-04-12Add rpmfiFooIndex() variants for the conflict handling methodsPanu Matilainen1-0/+10
2012-04-12Make rpmfiFNIndex() safe for callers on different indexesPanu Matilainen1-1/+1
2012-04-04Remove unused scareFlags member from rpmfi structPanu Matilainen1-1/+0
2012-01-11Turn FSM into a blackbox, much like PSM isPanu Matilainen1-5/+0
2012-01-11Eliminate archiveSize member from rpmfiPanu Matilainen1-1/+0
2010-10-22Eliminate pgpHashAlgo uses in librpm sidePanu Matilainen1-2/+2
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen1-0/+9
2010-03-01Rip out more rpm 2.x era relocation leftoversPanu Matilainen1-1/+0
2009-12-22Kill off last remaining uses of _constfree()Panu Matilainen1-12/+12
2009-03-27Tidy up rpmfi struct definition a bitPanu Matilainen1-18/+6
2009-03-27Lose unused/useless Type and tagN fields from rpmfi structPanu Matilainen1-3/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-2/+2
2009-02-05Use per-rpmfi string cache for file capability stringsPanu Matilainen1-1/+2
2008-12-19Add internal rpmfi apis to deal with fingerprints, use themPanu Matilainen1-1/+7
2008-12-11Add (internal) rpmfi accessor for dir indexesPanu Matilainen1-0/+3
2008-12-11Add indexed accessors for rpmfi data, internal only for nowPanu Matilainen1-0/+63
2008-12-10Kill rpmfiUpdateState and free all the rpmfis as soon as file conflict check ...Florian Festi1-3/+0
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-1/+0
2008-12-10Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi ...Florian Festi1-3/+0
2008-12-10Create a new datastructure rpmfs aka File States that contains the informatio...Florian Festi1-23/+0
2008-11-27Eliminate the now unused ts element field of file info setsPanu Matilainen1-2/+0
2008-11-24Move transscripts stuff from rpmfi to rpmtePanu Matilainen1-4/+0
2008-11-24API for accessing and creating fi->replacedFlorian Festi1-2/+12
2008-11-20Use per-rpmfi string cache for symlink targetsPanu Matilainen1-1/+2
2008-11-20Add functions to create and free string cache(s)Panu Matilainen1-0/+1
2008-11-20Use global cache for file languages tooPanu Matilainen1-1/+1
2008-11-20Generalize the user+group string cache + helpersPanu Matilainen1-5/+5
2008-11-19Be more intelligent about storing file user and group namesPanu Matilainen1-2/+8
2008-11-19Add + use internal helper function for getting+setting rpmfi replaced sizesPanu Matilainen1-0/+6
2008-11-19Eliminate unnecessary fi->record fieldPanu Matilainen1-1/+0
2008-11-18Remove useless default flags and action fields from rpmfiPanu Matilainen1-2/+0
2008-11-18Nuke useless rpmfiFContext()Panu Matilainen1-3/+0
2008-11-18Lazy allocation of FSM for file info setsPanu Matilainen1-0/+2
2008-11-18Remove now unnecessary fi->keep_headerPanu Matilainen1-1/+0
2008-11-18Remember rpmfi creation flagsPanu Matilainen1-0/+1
2008-11-17Add + use internal helper function for setting rpmfi file statesPanu Matilainen1-0/+3
2008-11-15Eliminate bogus const from fi->apathPanu Matilainen1-1/+1
2008-11-15Lose useless fsm/rpmfi astriplen fieldPanu Matilainen1-1/+0
2008-11-14Yank rpmfi state update out of rpmtsRun()Panu Matilainen1-0/+3
2008-11-11Cpio flags are only relevant for fsm, get them out of rpmfiPanu Matilainen1-1/+0
2008-11-11Push archivePos from rpmfi to fsmPanu Matilainen1-1/+0