allow rpm to custom systemd installation
[platform/upstream/rpm.git] / lib / header.h
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 MatilainenAdd an enhanced interface for loading, aka importing...
2010-11-17 Panu MatilainenYet another round of enum-as-function-argument elimination
2010-11-17 Panu MatilainenAvoid enum as function argument for headerConvert()
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
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-01 Panu MatilainenPassed-in values are const for every headerPutType...
2009-09-30 Panu MatilainenAdd alternative header iterator method
2009-09-02 Panu MatilainenDeprecate headerGetColor(), implement using headerGetNu...
2009-09-02 Panu MatilainenAdd convenience function for retrieving numeric header...
2009-09-02 Panu MatilainenDeprecate headerNVR() and friends
2009-09-02 Panu MatilainenAdd two new convenience functions for header string...
2009-01-20 Panu MatilainenAdd a bit of documentation for headerGet() flags
2009-01-20 Panu MatilainenAdd headerGet() flag to request argv-style NULL-termina...
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2008-11-12 Panu MatilainenAdd rpmdb record number to headers retrieved from rpmdb
2008-10-10 Panu MatilainenAdd headerConvert() "proxy" for performing various...
2008-07-08 Panu MatilainenShove header legacy interfaces into rpmlegacy.h
2008-07-03 Panu MatilainenChange headerPutString() arg name to match the others
2008-06-19 Panu MatilainenAdd type-safe headerPutFoo() methods for supported...
2008-06-18 Panu MatilainenGroup legacy interfaces at the end of header.h
2008-06-18 Panu MatilainenSwitch around headerAdd*Entry() family vs headerPut()
2008-06-18 Panu MatilainenSwitch around headerMod() and headerModifyEntry()
2008-06-18 Panu MatilainenAdd headerMod() to headerPut() etc family
2008-06-17 Panu MatilainenRename headerRemoveEntry() to headerDel(), add compat...
2008-06-13 Panu MatilainenDeprecate headerGetEntry() and headerGetEntryMinMemory()
2008-06-11 Panu MatilainenAdd headerGet() flag to force allocation of returned...
2008-05-26 Panu MatilainenTreat epoch as unsigned integer
2008-05-26 Panu MatilainenDeprecate headerNextIterator()
2008-05-22 Panu MatilainenRemove some leftover doxygen @todo markers
2008-05-21 Panu MatilainenEliminate rpmTagTable internals from API/ABI completely
2008-05-17 Panu MatilainenAdd HEADERGET_RAW flag to disable i18n lookups
2008-05-17 Panu MatilainenPush header getter flags down to internal helpers
2008-05-17 Panu MatilainenOops, thinko/typo in headerGetFlags
2008-05-17 Panu MatilainenAdd typedefs for header get/put flags, use instead...
2008-05-16 Panu MatilainenRemove unused hRET_s and HE_s definitions for good
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-14 Panu MatilainenTeach headerGet() to retrieve extension tags if enabled...
2008-05-14 Panu MatilainenTeach rpm tag table about extensions
2008-05-13 Panu MatilainenAdd headerPut() for adding data to headers through...
2008-05-13 Panu MatilainenConvert header tag iterator to use rpmtd
2008-05-13 Panu MatilainenConvert headerGetEntry() internals to use rpmtd for...
2008-05-13 Panu MatilainenNew "tag data" container struct + some basic methods...
2008-05-12 Panu MatilainenPush extension defaults one level deeper into headerFor...
2008-05-12 Panu MatilainenSimplify header extension handling
2008-05-12 Panu MatilainenMove headerVerifyInfo() to header.[ch] where it logical...
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-12 Panu MatilainenAdd simpler headerFormat() function, deprecate headerSp...
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-11 jbjRip alGetHeader() out of depends.c.
2001-11-01 jbj- depends.c: availablePackage is (almost) opaque.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-15 jbj- use only header methods, routines are now static.
2001-10-15 jbjExplicit branchstate annotations.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-07-20 jbj- fix: yet another segfault from bad metadata prevented.
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-28 jbj- fix: sanity checks on #tags (<65K) and offset (<16Mb...
2001-06-19 jbj- finalize per-header methods, accessing headerFoo...
2001-06-19 jbj- preliminary abstraction to support per-header methods.
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-11 jbj- harden rpmdb iterators from damaged header instance...
2001-05-07 jbj- use internal db-3.2.9 sources to build by default.
2001-05-06 jbj- fix: specfile queries with BuildArch: (#27589).
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-02-09 jbjfix: make a copy of retrieved header before loading.
2001-01-29 jbjCommit to install file state machine.
2001-01-26 jbjlclint annotations.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-15 jbjSanity.
2000-11-07 jbj- load headers as single contiguous region.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
2000-02-22 jbjAnother attempt to get i18n lookaside functional.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-04 jbjdumb cpp's want white space around lclint annotations...
1999-09-30 jbjHPUX groks not long long.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-09-17 jbjlclint annotations.
next