summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-05Add __fdFileno, fdFileno.Ralf Corsépius1-21/+37
2007-10-05Remove fdFileno.Ralf Corsépius1-11/+0
2007-10-05Make fdFileno an external function.Ralf Corsépius1-4/+1
2007-10-04Stop checking for machine/types.h (Private header of some OSes not supposed t...Ralf Corsépius1-4/+0
2007-10-01Fix minor typo.Ralf Corsépius1-1/+1
2007-10-01Never glob non-local paths in rpmGlob()Panu Matilainen1-1/+2
2007-10-01Remove (unused).Ralf Corsépius1-22/+0
2007-09-22Take out __FILE__, __LINE__ from DBGREFS.Ralf Corsépius2-7/+6
2007-09-21Add fdLink, fdFree, fdNew functions.Ralf Corsépius1-1/+28
2007-09-21Remove fdLink, fdFree, fdNew defines.Ralf Corsépius1-6/+3
2007-09-21Remove fdClose, fdOpen, fdRead, fdWrite defines.Ralf Corsépius1-8/+4
2007-09-21Add fdClose, fdOpen, fdRead, fdWrite functions.Ralf Corsépius1-0/+36
2007-09-21Eliminate fdClose/__fdClose preprocessor games.Ralf Corsépius1-8/+6
2007-09-21Eliminate fdWrite/__fdWrite preprocessor games.Ralf Corsépius1-7/+5
2007-09-21Eliminate fdRead/__fdRead preprocessor games.Ralf Corsépius1-8/+6
2007-09-21Eliminate fdOpen/__fdOpen preprocessor games.Ralf Corsépius1-9/+7
2007-09-21Add another HAVE_ZLIB_H conditional.Ralf Corsépius1-1/+3