summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Don't build stubs.c.Ralf Corsépius1-1/+2
2007-10-30Include <assert.h>.Ralf Corsépius1-0/+1
2007-10-30Remove URLMAGIC, URLSANE.Ralf Corsépius1-5/+0
2007-10-30Add URLMAGIC, URLSANE.Ralf Corsépius1-2/+4
2007-10-29Macros don't need rpmio_internalPanu Matilainen1-1/+2
2007-10-29Remove bunch of long-dead macro debug stuffPanu Matilainen1-149/+0
2007-10-29Export rpmio fdGetFILE()Panu Matilainen3-11/+10
2007-10-29Remove leftover commentPanu Matilainen1-2/+0
2007-10-28Eliminate BSD-types.Ralf Corsépius1-1/+1
2007-10-28Eliminate u_short, USHRT_MAX.Ralf Corsépius2-11/+11
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius9-9/+9
2007-10-28Include "rpmio.h" instead of <rpmio.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmhook.h" instead of <rpmhook.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmerr.h" instead of <rpmerr.h>.Ralf Corsépius2-2/+2
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius2-2/+2
2007-10-28Include "argv.h" instead of <argv.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlua.h" instead of <rpmlua.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius9-9/+9
2007-10-28Include "rpmmessages.h" instead of <rpmmessages.h>.Ralf Corsépius8-8/+8
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius3-3/+3
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius2-2/+2
2007-10-27Remove HAVE_VA_LIST_AS_ARRAY.Ralf Corsépius1-13/+0
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen1-1/+2
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-2/+2
2007-10-17Expand AM_CPPFLAGS.Ralf Corsépius1-6/+6
2007-10-17Add tput.Ralf Corsépius1-0/+4
2007-10-10Move pkginc_HEADERS to toplevel Makefile.amRalf Corsépius1-6/+0
2007-10-10Add support for lzma compressed "Sources".Ralf Corsépius2-2/+12
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen2-3/+2
2007-10-09Remove rpmError() and rpmMessage() retrofittingPanu Matilainen2-19/+0
2007-10-09More RPMMESS -> RPMLOG verbosity fixesPanu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen2-3/+3
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen2-4/+4
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen3-30/+30
2007-10-09Hide rpmio vectors from API, only internal needsPanu Matilainen2-146/+146
2007-10-09Remove timedRead() definePanu Matilainen2-1/+8
2007-10-09Remember to remove fdFgets() definition too..Panu Matilainen1-4/+0
2007-10-09Rename __fd*() to fd*() for consistency now that the names are freePanu Matilainen1-38/+38
2007-10-09Remove unused legacy rpmio fd*() interfacesPanu Matilainen2-54/+0
2007-10-09Remove unused rpmio fdFdopen() functionPanu Matilainen2-21/+0
2007-10-09Remove unused rpmio fdFgets() functionPanu Matilainen1-63/+0
2007-10-09Remove bunch of deprecated and unused rpmlog functionsPanu Matilainen2-34/+0
2007-10-09Use enums instead of ints for processing isCompressed ret-val.Ralf Corsépius1-6/+4
2007-10-08Make header files self-contained.Ralf Corsépius1-0/+2
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius10-36/+43
2007-10-08Use 'file' instead of '<file>' to work around include path issues.Ralf Corsépius1-1/+1
2007-10-05Fix minor typo.Ralf Corsépius1-1/+1