Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / lib / header.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2013-06-07 Ville SkyttäSpelling fixes.
2012-12-19 Panu MatilainenClean up fix grabData() error handling in callers
2012-11-26 Panu MatilainenAdd missing <errno.h> include
2012-10-30 Panu MatilainenHandle partial reads and errors in package IO (RhBug...
2012-04-03 Panu MatilainenValidate negated offsets too in headerVerifyInfo()
2012-04-03 Panu MatilainenSpecifically validate region tag on header import
2012-03-23 Panu MatilainenEliminate broken data end calculation in dataLength()
2012-02-21 Panu MatilainenFlag error in tag container for non-extension tag retrieval
2011-11-30 Panu MatilainenImplement "fast" flag to headerImport()
2011-11-30 Panu MatilainenAdd an enhanced interface for unloading, aka exporting...
2011-11-30 Panu MatilainenUpdate internal callers to use headerImport() instead...
2011-11-30 Panu MatilainenAdd an enhanced interface for loading, aka importing...
2011-11-29 Panu MatilainenConsolidate header alignment calculations to helper...
2011-11-29 Panu MatilainenOptimize string tag length calculations in regionSwab()
2011-11-24 Panu MatilainenFix dribble length calculation on headerLoad()
2011-10-21 Panu MatilainenFix ancient off-by-one at end boundary in string array...
2011-10-20 Panu MatilainenVerify the entire region trailer, not just its offset...
2011-10-04 Panu MatilainenEliminate redundant local variable in headerLoad()
2011-10-03 Panu MatilainenSanity check region length on header load
2011-09-29 Panu MatilainenSanity check region offset range on headerLoad()
2011-09-29 Panu MatilainenSanity check region offset in regionSwab()
2011-05-30 Panu MatilainenEliminate obvious dead NULL-assignment at headerLoad...
2011-05-29 Panu MatilainenA few more dead NULL-assignment eliminations in low...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-24 Panu MatilainenCosmetics: remove redundant/empty doxygen markup, comme...
2011-05-24 Panu MatilainenRemove unused length return variables on doHeaderUnload()
2011-05-24 Panu MatilainenHandle HEADERFLAG_SORTED bit correctly in headerUnsort()
2011-05-24 Panu MatilainenReturn explicit NULL on errors + frees in header code
2011-03-24 Jindrich NovyClean up headerRead()
2011-03-23 Jindrich NovyAvoid timedRead() usage
2011-03-11 Panu MatilainenMark htonll() as "const" function
2010-11-17 Panu MatilainenYet another round of enum-as-function-argument elimination
2010-10-22 Panu MatilainenSwitch lowelevel header internals to use rpm_tagtype_t...
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
2010-09-21 Panu MatilainenUse proper types for tag and format extension functions
2010-09-21 Panu MatilainenUse actual rpmTags in place of the old HEADER_FOO defin...
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-13 Panu MatilainenUnify header creation between headerNew() and headerLoad()
2010-04-21 Panu MatilainenLose the useless header refcounting debug junk
2010-02-24 Panu MatilainenPermit simple strings to be returned argv-style from...
2010-01-05 Panu MatilainenUnconditionally include <netdb.h> where needed instead...
2009-12-22 Panu MatilainenMake header struct really opaque outside header.c
2009-12-22 Panu MatilainenMove htonll() into header.c and make static, not needed...
2009-12-22 Panu MatilainenMove the higher level convenience functions out of...
2009-09-30 Panu MatilainenAdd alternative header iterator method
2009-09-09 Panu MatilainenEliminate unused goo from findEntry()
2009-09-09 Panu MatilainenHandle NULL header in doHeaderUnload()
2009-09-09 Panu MatilainenEliminate pointless increment
2009-09-09 Panu MatilainenEliminate yet more unused calculations from header...
2009-09-09 Panu MatilainenEliminate unused pad calculations from header code
2009-09-09 Panu MatilainenEliminate yet another unused variable in header code
2009-09-09 Panu MatilainenEliminate last remaining leftovers from "8/98 bug"...
2009-09-09 Panu MatilainenEliminate unnecessary variable & related goo from regio...
2009-09-09 Panu MatilainenInitialize diff on declaration where it fits comfortabl...
2009-09-09 Panu MatilainenMove variable to block local scope, not needed elsewhere
2009-09-09 Panu MatilainenRemove unnecessary assignment, diff is block local...
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenRemove unused initialization
2009-09-04 Panu MatilainenFix memleak in headerGetDumber() .. err .. Number()
2009-09-02 Panu MatilainenAdd convenience function for retrieving numeric header...
2009-09-02 Panu MatilainenOops, dont leak memory on invalid types to headerGet...
2009-09-02 Panu MatilainenAdd two new convenience functions for header string...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-03 Panu MatilainenUnify extension + header data getter calling conventions
2009-07-03 Panu MatilainenPass headerGet flags to extensions too (unused for...
2009-07-03 Panu MatilainenEliminate unused calculations originating from the...
2009-07-03 Panu MatilainenRe-enable rdlen vs dl header check
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-03-10 Panu MatilainenDon't return data from headerGet() on regionSwab()...
2009-01-20 Panu MatilainenAdd headerGet() flag to request argv-style NULL-termina...
2009-01-19 Panu MatilainenFix memleak from i18n strings if retrieved with HEADERG...
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2009-01-05 Panu MatilainenRemove unnecessary HEADER_FOOTAG definitions
2008-11-30 Panu MatilainenAdd and use (internal) method for setting header instance
2008-11-12 Panu MatilainenAdd rpmdb record number to headers retrieved from rpmdb
2008-08-07 Panu MatilainenPermit i18nstring in headerPutString()
2008-07-07 Panu MatilainenEliminate couple of timedRead() uses where we control...
2008-07-03 Panu MatilainenChange headerPutString() arg name to match the others
2008-06-19 Panu MatilainenDumb, dumb thinko/leftover from earlier prototype...
2008-06-19 Panu MatilainenAdd type-safe headerPutFoo() methods for supported...
2008-06-18 Panu MatilainenConvert headerAddI18NString() to use headerPut()
2008-06-18 Panu MatilainenSwitch around headerAdd*Entry() family vs headerPut()
2008-06-18 Panu MatilainenSwitch around headerMod() and headerModifyEntry()
2008-06-18 Panu MatilainenStuff legacy compat wrappers out of sight into header_i...
2008-06-18 Panu MatilainenStart shredding legacy cruft out of header code
2008-06-18 Panu MatilainenAdd headerMod() to headerPut() etc family
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-17 Panu MatilainenRename headerRemoveEntry() to headerDel(), add compat...
2008-06-16 Panu MatilainenPreserve headerNext() allocation behavior
2008-06-12 Panu MatilainenDumb thinko in header data allocation
2008-06-11 Panu MatilainenAdd headerGet() flag to force allocation of returned...
2008-06-09 Panu MatilainenChange tag extension returns codes to match headerGet()
2008-06-06 Jindrich NovyHandle RPM_INT64_TYPE in header functions
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenAvoid leaking memory on legacy header interface emulation
2008-05-17 Panu MatilainenMove all i18n string munging into separate function
next