<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libfetch/http.c, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>Synch with head: avoid namespace collisions (r177447), plug resource leak</title>
<updated>2010-01-27T14:54:48Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2010-01-27T14:54:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99221e6464a1d0e4500e8c0a40c45066b79e1f68'/>
<id>urn:sha1:99221e6464a1d0e4500e8c0a40c45066b79e1f68</id>
<content type='text'>
in FTP code (r199801), add support for HTTP (r202613, r202623, r203028).
Also record mergeinfo for previously merged patches (r174752, r174588).

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r186043, 186124, 186241</title>
<updated>2009-01-09T03:42:41Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2009-01-09T03:42:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ae463b6f751785137d82ee25f13c9e106b0149d'/>
<id>urn:sha1:6ae463b6f751785137d82ee25f13c9e106b0149d</id>
<content type='text'>
Add support for If-Modified-Since to fetch with new -i option.
Consistently return 1 on error.
Improve usage and SYNOPSIS.

</content>
</entry>
<entry>
<title>Don't fail mistakenly with -r when we already have the whole file.</title>
<updated>2008-10-24T13:23:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-10-24T13:23:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65ac91542d812e25117ed7ba262f41cc6eef2b5a'/>
<id>urn:sha1:65ac91542d812e25117ed7ba262f41cc6eef2b5a</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC libfetch from HEAD to RELENG_7</title>
<updated>2008-03-07T15:01:52Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2008-03-07T15:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e0aa8060fda0d80bfcf1588edfdaac1eb9f279f'/>
<id>urn:sha1:0e0aa8060fda0d80bfcf1588edfdaac1eb9f279f</id>
<content type='text'>
Approved by:	imp (mentor, implicit), DES
Glanced at by:	des
</content>
</entry>
<entry>
<title>MFC: clean up namespace violations; correct is*() usage; NO_PROXY support</title>
<updated>2008-01-18T13:23:57Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-01-18T13:23:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44e9c0d7618609d3956a130a8eab467f615714b2'/>
<id>urn:sha1:44e9c0d7618609d3956a130a8eab467f615714b2</id>
<content type='text'>
</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>
</feed>
