1f6614e61e
Start composting the rpmio API. Preliminary (not working) support for HTTP PUT. build.c: Check fd for NULL and use Ferror() for Fopen return. build/parseSpec.c: ditto build/pack.c: Use fdGetFP() rather than fpio->ffileno(). build/parseSpec.c: ditto build/pack.c: Use Stat/Mkdir wrappers. build/pack.c: Do Fflush before fdDup so that writes can remain buffered. lib/install.c: ditto build/parsePrep.c: Skip over URL leadin when writing %prep scriptlet. lib/misc.c: Rewrite to use simpler urlPath(). Restore checks on local fs. lib/rpmchecksig.c: Open with "r+" rather than "w" to avoid truncation. lib/url.c: Do lazy malloc of u->buf in rpmio.c checkResponse(). lib/rpmio.c: Make persist/contentLength per-fd rather than per-url. lib/rpmio.c: Add wr_chunked method for HTTP PUT (still broken). lib/rpmio.c: ftpAbort() should use timedRead. lib/rpmio.c: Add Fflush(). lib/url.c: urlPath() should return something ("/") on url = NULL (paranoia). lib/url.c: urlSplit() should return something ("/") on url w/o path. CVS patchset: 3429 CVS date: 1999/11/18 18:07:46 |
||
---|---|---|
autodeps | ||
build | ||
doc | ||
intl | ||
lib | ||
misc | ||
perl | ||
po | ||
popt | ||
python | ||
rpmio | ||
scripts | ||
tests | ||
tools | ||
.cvsignore | ||
.files | ||
.lclintrc | ||
ABOUT-NLS | ||
CHANGES | ||
COPYING | ||
CREDITS | ||
GROUPS | ||
INSTALL | ||
Makefile.am | ||
README | ||
README.amiga | ||
RPM-PGP-KEY | ||
TODO | ||
acconfig.h | ||
aclocal.m4 | ||
autogen.sh | ||
build.c | ||
build.h | ||
configure.in | ||
convertdb.c | ||
gendiff | ||
install-sh | ||
macros.in | ||
missing | ||
mkinstalldirs | ||
oldrpmdb.c | ||
rpm-qo.c | ||
rpm.c | ||
rpm.magic | ||
rpm.spec | ||
rpm2cpio.c | ||
rpmpopt | ||
rpmrc.in | ||
system.h |
README
This is RPM, the Red Hat Package Manager. The latest releases are always available at: ftp://ftp.rpm.org/pub/rpm Additional RPM documentation (papers, slides, HOWTOs) can also be found at the same site, as well as http://www.rpm.org. There is a mailing list for discussion of RPM issues, rpm-list@redhat.com. To subscribe, send a message to rpm-list-request@redhat.com with the word "subscribe" in the subject line. RPM was originally written by: Erik Troan <ewt@redhat.com> Marc Ewing <marc@redhat.com> See the CREDITS file for a list of folks who have helped us out tremendously. RPM is Copyright (c) 1998 by Red Hat Software, Inc., and may be distributed under the terms of the GPL and LGPL (see the file COPYING for details).