summaryrefslogtreecommitdiff
path: root/lib/formats.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Add rpmtdFormat() method and enumeration of supported formatsPanu Matilainen1-18/+33
2008-05-21Handle RPM_CHAR_TYPE too in stringFormat()Panu Matilainen1-2/+9
2008-05-21Add stringFormat() for barebones string representationPanu Matilainen1-0/+48
2008-05-21Make formatter functions operate on rpmtd current itemPanu Matilainen1-125/+93
2008-05-16Use rpmTag enumeration for finding tag format func instead of namesPanu Matilainen1-25/+29
2008-05-16Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the APIPanu Matilainen1-2/+19
2008-05-16Push finding of formatter and tag extension functions down to formats.cPanu Matilainen1-0/+29
2008-05-16Make extension formatter functions opaquePanu Matilainen1-28/+28
2008-05-16Eliminate the now unnecessary extension type fieldsPanu Matilainen1-28/+28
2008-05-16Split format and tag extensions to separate tablesPanu Matilainen1-1/+5
2008-05-15Change headerTagTagFunction() to take tag container as argPanu Matilainen1-160/+85
2008-05-12Simplify header extension handlingPanu Matilainen1-13/+7
2008-05-12Move header "default" formats to formats.c along with the rest of 'emPanu Matilainen1-0/+165
2008-05-03Initialize nb before usePanu Matilainen1-1/+1
2008-04-30Rewrite xmlFormat() and remove useless xmlstrlen() and xmlstrcpy()Jindrich Novy1-65/+37
2008-04-16Oops, only free if allocated ;)Panu Matilainen1-2/+4
2008-04-16Plug a memory leak in armorFormat()Panu Matilainen1-1/+4
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-1/+2
2008-04-07Missing rpmstring.h includePanu Matilainen1-0/+1
2008-04-03Simplify message key creation in i18nTag()Jindrich Novy1-13/+6
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-2/+2
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-23/+23
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-5/+7
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-2/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen1-8/+8
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-33/+33
2007-12-19Const pedantryPanu Matilainen1-8/+10
2007-12-15Avoid mixing local malloc with const parameter pointerPanu Matilainen1-5/+6
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-4/+4
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-23/+23
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-18/+20
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-1/+0
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+1
2007-11-26Type pedantery.Ralf Corsépius1-1/+1
2007-11-26Eliminate type "byte"Ralf Corsépius1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-3/+3
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+1
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
2007-11-07Remove unused variablePanu Matilainen1-1/+0
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-13/+12