summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Move tufdio under rpmio/ where it belongs..Panu Matilainen2-0/+169
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen6-7/+8
2007-11-07Remove .splintrc's in the treePanu Matilainen1-59/+0
2007-11-02MergePeter Jones12-813/+558
2007-11-02- Fix segfault in %{lua:...}'s rpm_printPeter Jones1-3/+2
2007-11-02Eliminate macro struct internals from the APIPanu Matilainen2-16/+21
2007-11-02Meh, actually add the base64 files..Panu Matilainen2-0/+283
2007-11-02Remove tinvPanu Matilainen2-516/+0
2007-11-02Resurrect tax from NSS switchoverPanu Matilainen1-38/+3
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen7-243/+251
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