<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libfetch/http.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Handle temporary redirects (HTTP status code 307)</title>
<updated>2007-05-08T19:28:03Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-05-08T19:28:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd84225739720c24bb94c7d8e3bf4e1d6b089aad'/>
<id>urn:sha1:cd84225739720c24bb94c7d8e3bf4e1d6b089aad</id>
<content type='text'>
PR:		kern/112515
Submitted by:	Ryan C. Gordon &lt;icculus@icculus.org&gt;
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Ignore HTTP_PROXY if it is defined but empty.  This was already handled</title>
<updated>2005-08-24T12:28:05Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-08-24T12:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2738229eb8e75c7a89ff0ef9b0ea3a83e7696eee'/>
<id>urn:sha1:2738229eb8e75c7a89ff0ef9b0ea3a83e7696eee</id>
<content type='text'>
correctly in the case of FTP_PROXY, because an empty FTP_PROXY has a
specific meaning ("don't use any proxy at all for ftp, even if HTTP_PROXY
is defined"), while an empty HTTP_PROXY has no meaning at all.

PR:		bin/85185
Submitted by:	Conall O'Brien &lt;conallob=freebsd@maths.tcd.ie&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush</title>
<updated>2005-03-02T19:09:28Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2005-03-02T19:09:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=448980e7042f277523d2f5d7a11e7c5e94e2fcbf'/>
<id>urn:sha1:448980e7042f277523d2f5d7a11e7c5e94e2fcbf</id>
<content type='text'>
any pending HTTP request rather than calling shutdown(2) with SHUT_WR.
This makes libfetch (and thus fetch(1)) work again with Squid proxies
configured to not allow half-closed connections.

Reported by:	Pawel Worach (pawel.worach AT telia DOT com)
</content>
</entry>
<entry>
<title>Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips</title>
<updated>2005-02-16T00:22:20Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2005-02-16T00:22:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=20a2a51bc39969d728bff09b75b1ec7f0bc2541e'/>
<id>urn:sha1:20a2a51bc39969d728bff09b75b1ec7f0bc2541e</id>
<content type='text'>
necessary to establish each connection.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2004-09-21T18:35:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-09-21T18:35:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2cbbf9dac9829e7e3d2e1f150dc78901b67829ae'/>
<id>urn:sha1:2cbbf9dac9829e7e3d2e1f150dc78901b67829ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to allocate space for the terminating NUL when converting to</title>
<updated>2004-08-07T20:23:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-07T20:23:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=264a4c03fcc802281a3c9faaf72a509ae2ad7b94'/>
<id>urn:sha1:264a4c03fcc802281a3c9faaf72a509ae2ad7b94</id>
<content type='text'>
base 64.

PR:		misc/70022
Submitted by:	Herve Masson &lt;herve-bsdbt@mindstep.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Slight tweak to previous commit: don't forget to call _http_seterr() if</title>
<updated>2004-02-11T09:35:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:35:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d3d90ad0a1c4c2692ea2a394007e53171115e98'/>
<id>urn:sha1:4d3d90ad0a1c4c2692ea2a394007e53171115e98</id>
<content type='text'>
we get a genuine 416 reply.
</content>
</entry>
<entry>
<title>When restarting a transfer that has already completed, the server will</title>
<updated>2004-02-11T09:31:39Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5e12145468bf8a6f64609c4f789d628855c451b'/>
<id>urn:sha1:b5e12145468bf8a6f64609c4f789d628855c451b</id>
<content type='text'>
reply with a 416 error code (requested range not satisfiable) because
we ask it to start at the end of the file.  Handle this gracefully by
considering a 416 reply a success if the requested offset exactly
matches the length of the file and the requested length is zero.
</content>
</entry>
<entry>
<title>Re-wrap some comments.</title>
<updated>2004-02-11T09:23:35Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-11T09:23:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2576e45915eccf1f4348787f23c56b2624417256'/>
<id>urn:sha1:2576e45915eccf1f4348787f23c56b2624417256</id>
<content type='text'>
</content>
</entry>
</feed>
