Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / formats.c
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
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmfi.h" instead of <rpmfi.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-20 Panu MatilainenRemove unnecessary include
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenRip out unnecessary selinux babbage.
2007-09-03 Panu MatilainenKill remaining uses of selinux filecontexts in headers..
2007-07-11 Panu MatilainenQuiesce false gcc unused variable warning.
2007-06-18 Panu MatilainenDon't segfault on a header without RPMTAG_NAME (rhbz...
2005-01-26 jbj- add missing #if defined(ENABLE_NLS) (#146184).
2005-01-17 jbjBuild on macosx.
2005-01-04 jbjSplint fiddles.
2004-10-31 jbj- python: remove ".A" from creaky ts.check() tuple...
2004-06-14 jbjTypo.
2004-06-14 jbj- xml: <integer/> instead of <integer>0</integer> markup.
2004-06-14 jbj- xml: use <foo/> markup for empty tags.
2004-04-01 jbjrevert buildtime tie breaking, not the right thing...
2003-12-23 jbj- fix some small memory leaks (valgrind).
2003-12-22 jbjAdd --filecontext, --fscontext, --recontext for 3 sourc...
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
next