<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libfetch/http.c, branch release/8.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-11-21T06:13:29Z</updated>
<entry>
<title>Create release/8.0.0 for the 8.0-RELEASE.</title>
<updated>2009-11-21T06:13:29Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-11-21T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d3b78df842614c46b116fc5a6f470be637dccd'/>
<id>urn:sha1:a4d3b78df842614c46b116fc5a6f470be637dccd</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.0-RELEASE image.
</content>
</entry>
<entry>
<title>Add support for HTTP 1.1 If-Modified-Since behavior.</title>
<updated>2008-12-15T08:27:44Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2008-12-15T08:27:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f92799f678efdf44f0f4d3322f49498749e4468'/>
<id>urn:sha1:7f92799f678efdf44f0f4d3322f49498749e4468</id>
<content type='text'>
fetch(1) accepts a new argument -i &lt;file&gt; that if specified will cause
the file to be downloaded only if it is more recent than the mtime of
&lt;file&gt;.

libfetch(3) accepts the mtime in the url structure and a flag to
indicate when this behavior is desired.

PR:		bin/87841
Submitted by:	Jukka A. Ukkonen &lt;jau@iki.fi&gt; (partially)
Reviewed by:	des, ru
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Don't fail mistakenly with -r when we already have the whole file.</title>
<updated>2008-10-24T07:56:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-10-24T07:56:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e374393a077a2b9d271673a6812fd3aef8e91ea4'/>
<id>urn:sha1:e374393a077a2b9d271673a6812fd3aef8e91ea4</id>
<content type='text'>
Reviewed by:	des
</content>
</entry>
<entry>
<title>Use memcpy(3) instead of the BSD-specific bcopy(3).</title>
<updated>2008-02-08T09:48:48Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-08T09:48:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=340b079be05504e2f9f4a624511c4e0558158570'/>
<id>urn:sha1:340b079be05504e2f9f4a624511c4e0558158570</id>
<content type='text'>
Submitted by:	Joerg Sonnenberger &lt;joerg@britannica.bec.de&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add necessary cast for tolower() argument.</title>
<updated>2008-02-06T11:39:55Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-02-06T11:39:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79257dd70a02290126060aa7876802653cb5badc'/>
<id>urn:sha1:79257dd70a02290126060aa7876802653cb5badc</id>
<content type='text'>
Submitted by:	Joerg Sonnenberger &lt;joerg@britannica.bec.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>As several people pointed out, I did all the ctype casts the wrong</title>
<updated>2007-12-19T00:26:36Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-12-19T00:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=facd9827942c7e735b3ecafb1e4719f022ab60c8'/>
<id>urn:sha1:facd9827942c7e735b3ecafb1e4719f022ab60c8</id>
<content type='text'>
way (not for the first time...)

Noticed by:	bde, ru ++
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add support for the NO_PROXY / no_proxy environment variable as used by</title>
<updated>2007-12-18T11:03:07Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-12-18T11:03:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62a2681c93b202959570b3ddecdbf40ced6bdebe'/>
<id>urn:sha1:62a2681c93b202959570b3ddecdbf40ced6bdebe</id>
<content type='text'>
lynx, curl etc.  Note that this patch differs significantly from that
in the PR, as the submitter refined it after submitting the PR.

PR:		110388
Submitted by:	Alexander Pohoyda &lt;alexander.pohoyda@gmx.net&gt;
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Old patch I had lying around: correctly cast the argument to is*().</title>
<updated>2007-12-18T10:41:12Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-12-18T10:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=836e34eeae25a1ac5c6f284907308bb68fa8ba3d'/>
<id>urn:sha1:836e34eeae25a1ac5c6f284907308bb68fa8ba3d</id>
<content type='text'>
IWBNI gcc could warn about this the way it warns about printf() abuse.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Clean up namespace violations.</title>
<updated>2007-12-14T10:26:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-12-14T10:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1b37df2d74a8b07c6177e800f47ecaae6f82326'/>
<id>urn:sha1:a1b37df2d74a8b07c6177e800f47ecaae6f82326</id>
<content type='text'>
MFC after:	1 week
</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>
</feed>
