summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-06-16Lose the useless tag data type fields from rpmdsPanu Matilainen1-17/+5
2008-06-16Use PRIu64 for file size formatter in queriesPanu Matilainen1-4/+5
2008-06-16Doxygen parameter name mismatchPanu Matilainen1-1/+1
2008-06-13Deprecate headerGetEntry() and headerGetEntryMinMemory()Panu Matilainen1-2/+4
2008-06-13Convert rpmtsSolve() to new headerGet()Panu Matilainen1-6/+9
2008-06-13Kill off hge() and hfd() vectors in rpmfi_sPanu Matilainen2-20/+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 Matilainen2-3/+13
2008-06-13Simplify providePackageNVR()Panu Matilainen1-30/+19
2008-06-13hfd with FORCEFREE is just _free()Panu Matilainen1-3/+1
2008-06-13Convert rpmpsmStage() to new headerGet()Panu Matilainen1-14/+22
2008-06-13Convert runImmedTriggers() to use new headerGet()Panu Matilainen1-17/+12
2008-06-13Minimally convert handleOneTrigger() to use new headerGet()Panu Matilainen1-23/+18
2008-06-13Convert legacyRetrofit() to new headerGet()Panu Matilainen1-3/+4
2008-06-13Minimally convert handleInstInstalledFiles() to new headerGet()Panu Matilainen1-4/+5
2008-06-13Minimally convert rpmdbFindFpList() to use new headerGet()Panu Matilainen1-8/+11
2008-06-13Minimally convert rpmdsNew() to use new headerGet()Panu Matilainen1-24/+21
2008-06-12Convert a few hge()'s in relocation code to new headerGet() & friendsPanu Matilainen1-18/+16
2008-06-12Make fssizes tag extension 64bitPanu Matilainen2-16/+16
2008-06-12Change rpmGetFilesystemUsage() size args to rpm_loff_tPanu Matilainen2-5/+5
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen4-6/+7
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-12Add more 64bit size tags + tag extensions for converting from old valuesPanu Matilainen2-0/+21
2008-06-12Move 32 to 64 bit tag conversion to helper functionPanu Matilainen1-27/+36
2008-06-12Use HEADERGET_ALLOC instead of manual copy in longfilesizesTag()Panu Matilainen1-20/+15
2008-06-12Use HEADERGET_ALLOC instead of manually copying the data in rpmfiNew()Panu Matilainen1-61/+41
2008-06-12Dumb thinko in header data allocationPanu Matilainen1-3/+2
2008-06-11Use rpm_loff_t in printFileInfo()Jindrich Novy1-5/+5
2008-06-11Add headerGet() flag to force allocation of returned dataPanu Matilainen2-11/+41
2008-06-11Make rpmps generic number field 64bit, rename getter methodPanu Matilainen2-24/+26
2008-06-11Enable rpmDoDigest() to pass large file sizesPanu Matilainen1-1/+1
2008-06-10Add new tag extension to retrieve filesizes as 64bit typesPanu Matilainen1-0/+43
2008-06-10Minimally convert rpmfiBuildFNames() to new headerGet()Panu Matilainen1-16/+23
2008-06-10Callers are now well known, require non-NULL argumentsPanu Matilainen1-7/+4
2008-06-10rpmtsUpdateDSI now uses rpm_loff_t for fileSizeJindrich Novy2-9/+9
2008-06-10Use 64bit data types in diskspaceInfo_sJindrich Novy1-6/+6
2008-06-10Create RPMTAG_LONGFILESIZES to hold 64bit filesizesJindrich Novy1-0/+1
2008-06-10Eliminate rpmfiBuildFNames() from the APIPanu Matilainen3-76/+71
2008-06-10Eliminate rpmfiBuildFNames() use in psmPanu Matilainen1-5/+11
2008-06-10Add RPMTAG_ORIGFILENAMES tag extensionPanu Matilainen2-0/+16
2008-06-10Use rpmFileHasSuffix() instead of doing it manuallyPanu Matilainen1-3/+2
2008-06-10Convert psm rpmInstallSourcePackage() to new headerGet()Panu Matilainen1-4/+5
2008-06-10Convert psm markReplacedFiles() to new headerGet() interfacePanu Matilainen1-8/+9
2008-06-10Use nlink_t for hardlink count typesPanu Matilainen1-7/+7
2008-06-09Change tag extension returns codes to match headerGet()Panu Matilainen2-34/+32
2008-06-09Use 64bit type internally for printing size when reading sig headerPanu Matilainen1-4/+4
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen4-6/+6