summaryrefslogtreecommitdiff
path: root/lib/manifest.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05upgrade rpm version to 4.14.1upstream/4.14.1.1submit/tizen_base/20210113.025730submit/tizen_base/20210105.160930accepted/tizen/base/tool/20210118.215949biao716.wang1-2/+10
2011-03-16Avoid freeing an unallocated variable (RhBug:688091)Jindrich Novy1-0/+1
2010-10-26Eliminate the sole StringBuf user in librpm sidePanu Matilainen1-7/+6
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen1-1/+1
2010-09-08Fix rpmReadPackageManifest() on non-fpio FD when libio isn't availablePanu Matilainen1-1/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in misc helpersPanu Matilainen1-1/+1
2009-07-14Dont accept '-' in manifests (RhBug:461353)Panu Matilainen1-2/+2
2008-03-07Log message adjustmentsPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2007-12-18Drop bogus const from rpmReadPackageManifest argvptrPanu Matilainen1-3/+3
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-1/+1
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+0
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-2/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-21/+3
2004-10-26Do a consolidated insertion, not a concatenation, in rpmReadManifest.jbj1-10/+22
2004-10-25Use rpmgi glob and manifest load for --package.jbj1-0/+2
2004-10-18Add generalized iterator to rpmlib.jbj1-8/+9
2003-01-23splint fiddles.jbj1-3/+3
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+8
2002-06-21Check S_ISREG explicitly to avoid '?' in ls(1)-like displays.jbj1-1/+3
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-3/+5
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
2001-10-15Explicit branchstate annotations.jbj1-0/+4
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-1/+2
2001-05-05- enough lclint annotations and fiddles already.jbj1-1/+1
2001-05-03- still more boring lclint annotations and fiddles.jbj1-2/+8
2001-04-29- more boring lclint annotations and fiddles.jbj1-2/+2
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-11/+3
2001-04-10Doxygen annotations for config files.jbj1-0/+162