Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / legacy.c
2011-03-04 Panu MatilainenRemove unused xx error code variable
2010-11-17 Panu MatilainenAvoid enum as function argument for headerConvert()
2010-10-22 Panu MatilainenChange all the legacy interfaces to use the "concrete...
2010-09-21 Panu Matilainenstrrchr() family considered harmful, part 666
2010-03-01 Panu MatilainenLose more ancient compatibility retrofit goo
2009-12-22 Panu MatilainenMove the legacy compatibility goo into legacy.c
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-01-30 Panu MatilainenTry to play nice with OpenPKG (rpm5.org) packages ...
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-10-10 Panu MatilainenYank out legacy.h, make the conversion functions static
2008-10-10 Panu MatilainenAdd headerConvert() "proxy" for performing various...
2008-06-26 Panu MatilainenUnbreak compressFilelist()
2008-06-19 Panu MatilainenUse type-specific headerPut()'s for legacy retrofitting...
2008-06-18 Panu MatilainenConvert legacy retrofits & friends to headerPut()
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-13 Panu MatilainenSimplify providePackageNVR()
2008-06-13 Panu MatilainenConvert legacyRetrofit() to new headerGet()
2008-05-26 Panu MatilainenLeftover debug junk removal
2008-05-26 Panu MatilainenConvert compressFilelist() to new headerGet()
2008-05-26 Panu MatilainenConvert expandFilelist() to new interfaces
2008-04-29 Jindrich NovyMerge branch 'master' of ssh://login.linux.duke.edu...
2008-04-29 Panu MatilainenRemove unused alloca_strdup() define
2008-04-29 Panu MatilainenAllocate directory names on heap in compressFilelist()
2008-04-29 Panu MatilainenAvoid alloca() in legacyRetrofit()
2008-04-10 Panu MatilainenAvoid exporting providePackageNVR() in the library
2008-04-09 Panu MatilainenReplace bunch of wtf evr formatters with headerGetNVR()
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenAvoid compressFilelist() stack overflow in pathological...
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
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-03 Panu MatilainenFix couple of doxygen file paths, remove obsolete comment
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-12-01 Panu MatilainenUse headerIsSource() everywhere for determining package...
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..