summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-11-17Make depflagsFormat() accept any numeric typePanu Matilainen1-5/+3
2008-11-17Simplify xmlFormat() by taking advantage of rpmtdClass()Panu Matilainen1-10/+4
2008-11-17Make fflagsFormat() accept any numeric typePanu Matilainen1-3/+2
2008-11-17Make permsFormat() work with any numeric typePanu Matilainen1-2/+2
2008-11-17Make triggertypeFormat() work for any numeric typePanu Matilainen1-12/+14
2008-11-17Make shescapeFormat() to accept any numeric typePanu Matilainen1-3/+3
2008-11-17Take advantage of rpmtdGetNumber() for date format specifiersPanu Matilainen1-6/+3
2008-11-17Take advantage of rpmtdGetNumber() for numeric format specifiersPanu Matilainen1-20/+15
2008-11-17Simplify stringFormat() by using rpmtdGetNumber()Panu Matilainen1-20/+5
2008-11-17Add rpmtdGetNumber() for getting numeric values from tag containerPanu Matilainen2-0/+37
2008-11-17Introduce rpm tag "classes"Panu Matilainen4-0/+57
2008-11-15Use rpmpsmNew() + rpmpsmFree() instead of manually doing the samePanu Matilainen1-14/+4
2008-11-15Eliminate bogus const from fi->apathPanu Matilainen2-2/+2
2008-11-15Eliminate match iterator from psm structPanu Matilainen1-15/+16
2008-11-15Lose useless fsm/rpmfi astriplen fieldPanu Matilainen3-6/+1
2008-11-14Add more flags to control rpmfi creationPanu Matilainen2-3/+9
2008-11-14Yank rpmfi state update out of rpmtsRun()Panu Matilainen3-40/+47
2008-11-14Move open + close of files during install to separate functionsPanu Matilainen3-71/+55
2008-11-14Fix capability verificationPanu Matilainen1-4/+26
2008-11-13Filter out mtime difference of shared files on verify (rhbz#426672, #444661)Panu Matilainen1-2/+5
2008-11-13Move ts and preferred color fetching out of the loopPanu Matilainen1-4/+3
2008-11-12Remove unused fsm subbuf fieldPanu Matilainen1-1/+0
2008-11-12Don't bother retrieving db offset for erase elementsPanu Matilainen2-4/+3
2008-11-12Take advantage of headerGetInstance() in removePackage()Panu Matilainen1-6/+5
2008-11-12Take advantage of headerGetInstance() in rpmtePanu Matilainen4-26/+13
2008-11-12Grab rpmfi record from header on rpmfiNew()Panu Matilainen2-2/+1
2008-11-12Add rpmdb record number to headers retrieved from rpmdbPanu Matilainen4-0/+15
2008-11-11Convert obvious bits of rpmtsRun() to use rpmfiFAction()Panu Matilainen1-2/+2
2008-11-11Convert skipFiles() to rpmfi(Set)FAction()Panu Matilainen1-9/+8
2008-11-11Convert handleOverlappedFiles() to rpmfi(Set)Faction()Panu Matilainen1-23/+26
2008-11-11Convert handleRmvdInstalledFiles() to rpmfiSetFAction()Panu Matilainen1-1/+2
2008-11-11Convert handleInstInstalledFiles() to rpmfi(Set)Faction()Panu Matilainen1-5/+5
2008-11-11Add rpmfi get + set methods for file actionsPanu Matilainen2-0/+32
2008-11-11Remove unnecessary initializationPanu Matilainen1-3/+0
2008-11-11Move file action calculations to rpmfiNew() where possiblePanu Matilainen2-3/+11
2008-11-11Cpio flags are only relevant for fsm, get them out of rpmfiPanu Matilainen4-13/+16
2008-11-11Figure out cpio mapflags in rpmfiNew()Panu Matilainen3-30/+14
2008-11-11Push archivePos from rpmfi to fsmPanu Matilainen4-7/+6
2008-11-07Reset return values to zero + NULL's on not found in hash GetEntry()Panu Matilainen1-7/+5
2008-11-07Rename doLookup to fpLookup to get rid of one function just calling the otherFlorian Festi1-9/+3
2008-11-07cleanup fpLookupSubdirFlorian Festi1-21/+18
2008-11-07Reverse hash GetEntry() return code vs found/not foundPanu Matilainen3-5/+5
2008-11-05Nuke the ugly hardwired "known arch" list from label parsingPanu Matilainen3-29/+15
2008-11-05Calculate filename buffer len lazily in rpmfiFN() as neededPanu Matilainen2-17/+13
2008-11-05Remove yet more unused fields from rpmfi structPanu Matilainen2-6/+0
2008-11-05Remove fperms and dperms from rpmfi structPanu Matilainen3-8/+6
2008-11-05Use cpioMapFlags type consistently for map flagsPanu Matilainen2-2/+2
2008-11-05Stop messing with fi->fstates allocations in psmPanu Matilainen2-9/+6
2008-11-05Kill off per-file cpio map flagsPanu Matilainen4-5/+1
2008-11-05Remove unused variablePanu Matilainen1-1/+0