summaryrefslogtreecommitdiff
path: root/lib/legacy.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen1-5/+3
2009-01-30Try to play nice with OpenPKG (rpm5.org) packages (rhbz#478907)Panu Matilainen1-8/+2
2008-10-30Change all in-tree rpmdsNew() uses to non-scarememPanu Matilainen1-1/+1
2008-10-10Yank out legacy.h, make the conversion functions staticPanu Matilainen1-7/+3
2008-10-10Add headerConvert() "proxy" for performing various conversions on header dataPanu Matilainen1-0/+24
2008-06-26Unbreak compressFilelist()Panu Matilainen1-9/+11
2008-06-19Use type-specific headerPut()'s for legacy retrofitting stuffPanu Matilainen1-28/+11
2008-06-18Convert legacy retrofits & friends to headerPut()Panu Matilainen1-21/+32
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-9/+7
2008-06-13Simplify providePackageNVR()Panu Matilainen1-30/+19
2008-06-13Convert legacyRetrofit() to new headerGet()Panu Matilainen1-3/+4
2008-05-26Leftover debug junk removalPanu Matilainen1-2/+0
2008-05-26Convert compressFilelist() to new headerGet()Panu Matilainen1-19/+20
2008-05-26Convert expandFilelist() to new interfacesPanu Matilainen1-12/+9
2008-04-29Remove unused alloca_strdup() definePanu Matilainen1-2/+0
2008-04-29Allocate directory names on heap in compressFilelist()Panu Matilainen1-6/+8
2008-04-29Avoid alloca() in legacyRetrofit()Panu Matilainen1-1/+2
2008-04-10Avoid exporting providePackageNVR() in the libraryPanu Matilainen1-1/+1
2008-04-09Replace bunch of wtf evr formatters with headerGetNVR()Panu Matilainen1-14/+5
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-2/+2
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-0/+2
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-3/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2008-01-02Avoid compressFilelist() stack overflow in pathological casesPanu Matilainen1-3/+6
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-1/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-6/+6
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-2/+2
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-5/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-03Fix couple of doxygen file paths, remove obsolete commentPanu Matilainen1-8/+1
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-55/+1
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-0/+324