Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / formats.c
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-07-11 Panu MatilainenReport config and missinok flags in deptype format...
2011-12-15 Panu MatilainenOops, newlines dont belong in format extension output
2011-11-10 Panu MatilainenDoh, somehow managed to miss the warnings from these...
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-09 Panu MatilainenTake advantage of pgpPrtParams() directly in pgpsigForm...
2011-11-07 Panu MatilainenUse pgpDigParamsAlgo() throughout the codebase
2011-11-07 Panu MatilainenTake advantage of parsePGPSig() in pgpsigFormat() too
2011-10-24 Panu MatilainenSanitize pgpsigFormat()
2011-08-17 Panu MatilainenHandle query format field width centrally in formatValue()
2011-06-01 Panu MatilainenClean up + simplify pgpsigFormat()
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-01-25 Panu MatilainenTeach rpm about post-transaction dependencies
2010-09-28 Panu MatilainenMake RPMFILE_STATE_MISSING part of the rpmfileState...
2010-09-21 Panu MatilainenMove format extension table a bit to avoid unnecessary...
2010-09-21 Panu MatilainenUse proper types for tag and format extension functions
2010-05-28 Panu MatilainenAdd internal helper for formatting file attribute strings
2010-05-28 Panu MatilainenAdd header extension tag RPMTAG_FILESTATUS for file...
2010-05-28 Panu MatilainenAdd internal helper for formatting verify flags
2010-05-19 Panu MatilainenUse pgpValString() for :pgpsig header formatting (RhBug...
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenReport all enabled dependency bits in deptype format...
2010-02-09 Panu MatilainenBah, missing include in commit 121f73bb4932d15e618e82d5...
2010-02-09 Panu MatilainenAdd macro expansion queryformat extension
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-06-01 Panu MatilainenDeal with multiple scriptlet dependency bits in deptype...
2008-12-09 Panu MatilainenAdd "deptype" format extension
2008-11-17 Panu MatilainenMake depflagsFormat() accept any numeric type
2008-11-17 Panu MatilainenSimplify xmlFormat() by taking advantage of rpmtdClass()
2008-11-17 Panu MatilainenMake fflagsFormat() accept any numeric type
2008-11-17 Panu MatilainenMake permsFormat() work with any numeric type
2008-11-17 Panu MatilainenMake triggertypeFormat() work for any numeric type
2008-11-17 Panu MatilainenMake shescapeFormat() to accept any numeric type
2008-11-17 Panu MatilainenTake advantage of rpmtdGetNumber() for date format...
2008-11-17 Panu MatilainenTake advantage of rpmtdGetNumber() for numeric format...
2008-11-17 Panu MatilainenSimplify stringFormat() by using rpmtdGetNumber()
2008-06-07 Panu MatilainenCouple of more 64bit format types
2008-06-07 Panu MatilainenUse inttypes.h formats in stringFormat()
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-21 Panu MatilainenSplit tag extensions out of formats.c
2008-05-21 Panu MatilainenMinor fixes to triggercondsTag()
2008-05-21 Panu MatilainenResurrect triggercondsTag()
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenAdd arraysize format
2008-05-21 Panu MatilainenLose the useless rpmtdToString()
2008-05-21 Panu MatilainenLose padding argument from formatters
2008-05-21 Panu MatilainenTreat all integer types as unsigned in formatting
2008-05-21 Panu MatilainenSimplify xmlFormat()
2008-05-21 Panu MatilainenAdd rpmtdFormat() method and enumeration of supported...
2008-05-21 Panu MatilainenHandle RPM_CHAR_TYPE too in stringFormat()
2008-05-21 Panu MatilainenAdd stringFormat() for barebones string representation
2008-05-21 Panu MatilainenMake formatter functions operate on rpmtd current item
2008-05-16 Panu MatilainenUse rpmTag enumeration for finding tag format func...
2008-05-16 Panu MatilainenEliminate rpmHeaderFormats and rpmHeaderTagExtensions...
2008-05-16 Panu MatilainenPush finding of formatter and tag extension functions...
2008-05-16 Panu MatilainenMake extension formatter functions opaque
2008-05-16 Panu MatilainenEliminate the now unnecessary extension type fields
2008-05-16 Panu MatilainenSplit format and tag extensions to separate tables
2008-05-15 Panu MatilainenChange headerTagTagFunction() to take tag container...
2008-05-12 Panu MatilainenSimplify header extension handling
2008-05-12 Panu MatilainenMove header "default" formats to formats.c along with...
2008-05-03 Panu MatilainenInitialize nb before use
2008-04-30 Jindrich NovyRewrite xmlFormat() and remove useless xmlstrlen()...
2008-04-16 Panu MatilainenOops, only free if allocated ;)
2008-04-16 Panu MatilainenPlug a memory leak in armorFormat()
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-04-07 Panu MatilainenMissing rpmstring.h include
2008-04-03 Jindrich NovySimplify message key creation in i18nTag()
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenUse rpm_flag_t for header generic bitfields (file flags...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenUse size_t, not int for header format padding args
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-19 Panu MatilainenConst pedantry
2007-12-15 Panu MatilainenAvoid mixing local malloc with const parameter pointer
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-11-27 Panu MatilainenMove rpmfiBuildFNames() to rpmfi now that it's possible
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-26 Ralf CorsépiusType pedantery.
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-11-07 Panu MatilainenRemove unused variable
2007-11-02 Peter JonesMerge
next