<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libfetch/fetch.h, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-07-20T00:29:41Z</updated>
<entry>
<title>MFC: r267131, r267132, r267133, r268493, r268671</title>
<updated>2014-07-20T00:29:41Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-07-20T00:29:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=525e7e22a1d1253a97bdeb88ace2c68230684ecf'/>
<id>urn:sha1:525e7e22a1d1253a97bdeb88ace2c68230684ecf</id>
<content type='text'>
Use NULL instead of 0 (Patch by Sascha Wildner &lt;saw at online.de&gt; for Dragonfly)
Remove unnecessary semicolons (Patch by Sascha Wildner &lt;saw at online.de&gt; for Dragonfly)
Add support for arbitrary http requests [1]
Support EAGAIN in fetch_writev

Submitted by:	Alex Hornung &lt;alex at alexhornung.com&gt; [1]
Reviewed by:	des
</content>
</entry>
<entry>
<title>latin1 -&gt; utf8</title>
<updated>2011-10-19T11:43:51Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-10-19T11:43:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=578153f1baebab6c3b2e4ff3ee0cb55d275996b7'/>
<id>urn:sha1:578153f1baebab6c3b2e4ff3ee0cb55d275996b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright dates and strip my middle name.</title>
<updated>2011-09-27T18:57:26Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-09-27T18:57:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6337341d81b73968f691c7a62d4d3209d16b7fa5'/>
<id>urn:sha1:6337341d81b73968f691c7a62d4d3209d16b7fa5</id>
<content type='text'>
</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/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>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/commit/?id=2cbbf9dac9829e7e3d2e1f150dc78901b67829ae'/>
<id>urn:sha1:2cbbf9dac9829e7e3d2e1f150dc78901b67829ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Surround prototypes with __BEGIN_DECLS / __END_DECLS.</title>
<updated>2002-07-22T16:11:39Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-07-22T16:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=190c185e2295421a0657be7e69798bedd29db4aa'/>
<id>urn:sha1:190c185e2295421a0657be7e69798bedd29db4aa</id>
<content type='text'>
PR:		misc/40399
MFC after:	3 days
</content>
</entry>
<entry>
<title>Reindent, and add parentheses to return statements.  Some functions in</title>
<updated>2002-02-05T22:13:51Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-05T22:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e19e6098b3beddfc5475b44809c28d8a4e800025'/>
<id>urn:sha1:e19e6098b3beddfc5475b44809c28d8a4e800025</id>
<content type='text'>
ftp.c and http.c now have exceedingly long lines due to deep nesting;
this will be corrected by reorganizing the code in a later revision.
</content>
</entry>
<entry>
<title>Introduce a fetchDebug global.  Change the DEBUG macro so it only runs the</title>
<updated>2001-12-09T15:05:19Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-12-09T15:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7eb2f34d73badc8703f376f737e23a4986083b2c'/>
<id>urn:sha1:7eb2f34d73badc8703f376f737e23a4986083b2c</id>
<content type='text'>
debugging code if fetchDebug is set.

PR:		bin/32615
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add rudimentary support for an authentication callback function.</title>
<updated>2001-05-26T19:37:15Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-05-26T19:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6490b215b31ab049cd10a3f77632ca04b24fe3a7'/>
<id>urn:sha1:6490b215b31ab049cd10a3f77632ca04b24fe3a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply 'const' liberally.</title>
<updated>2001-04-24T00:06:21Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2001-04-24T00:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38c7e4a631ce968b02e4a08944aabad9b57844e8'/>
<id>urn:sha1:38c7e4a631ce968b02e4a08944aabad9b57844e8</id>
<content type='text'>
Fix some other minor glitches.
</content>
</entry>
</feed>
