<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/fetch, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-10-04T17:27:10Z</updated>
<entry>
<title>MFH r225815: document that passive mode is the default</title>
<updated>2011-10-04T17:27:10Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-10-04T17:27:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e8803c53509e98720f7605c1486f4340756622c9'/>
<id>urn:sha1:e8803c53509e98720f7605c1486f4340756622c9</id>
<content type='text'>
MFH r225982: convert to UTF-8

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFH r225805: use fseeko(2) instead of fseek(2).</title>
<updated>2011-09-27T19:08:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-09-27T19:08:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af92235d5bc7fda31429a5e2603345134fb47b08'/>
<id>urn:sha1:af92235d5bc7fda31429a5e2603345134fb47b08</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFH r225800: finally fix resume mode with non-cooperating server.</title>
<updated>2011-09-27T17:04:13Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-09-27T17:04:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24326684de1f1bf80206dfb1da324bfaa35af0af'/>
<id>urn:sha1:24326684de1f1bf80206dfb1da324bfaa35af0af</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>When resuming an HTTP download, we failed to verify that the range</title>
<updated>2011-09-15T22:50:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-09-15T22:50:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a17e51c1085e32cd1f292be50393bbfbbd2a3f90'/>
<id>urn:sha1:a17e51c1085e32cd1f292be50393bbfbbd2a3f90</id>
<content type='text'>
returned by the server matched what we requested, and blindly appended
what we received to what we already had.  This could go two ways: if the
delivered offset was higher than expected, the local file would contain
duplicate data, while if it was lower than expected, there would be data
missing from the middle of the file.  Furthermore, if the transfer was
interrupted again, each subsequent attempt would compound the error.
Fix the first problem by restarting the transfer from scratch if there
is a gap, and the second by explicitly seeking to the correct location
in the local file so as to overwrite any duplicated data.

PR:		bin/117277
Approved by:	re (kib)
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Fixed static linkage.</title>
<updated>2010-02-26T09:41:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2010-02-26T09:41:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c59ee18a21806fa0b69457f81988615e6119d795'/>
<id>urn:sha1:c59ee18a21806fa0b69457f81988615e6119d795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>Treat an empty argument as an error, instead of fetching the</title>
<updated>2009-12-30T23:01:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2009-12-30T23:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8181961a73713b0271006526b2b10fe2dde73e27'/>
<id>urn:sha1:8181961a73713b0271006526b2b10fe2dde73e27</id>
<content type='text'>
contents of the root directory.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Revert most part of 200420 as requested, as more review and polish is</title>
<updated>2009-12-13T03:14:06Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-13T03:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=821df508e882ca532bec415852399c6558f22f7a'/>
<id>urn:sha1:821df508e882ca532bec415852399c6558f22f7a</id>
<content type='text'>
needed.
</content>
</entry>
<entry>
<title>Remove unneeded header includes from usr.bin/ except contributed code.</title>
<updated>2009-12-11T23:35:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f2d322192a3949db6e0f0b4bad4c763abc52bed'/>
<id>urn:sha1:6f2d322192a3949db6e0f0b4bad4c763abc52bed</id>
<content type='text'>
Tested with:	make universe
</content>
</entry>
<entry>
<title>The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because</title>
<updated>2009-01-17T13:34:56Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2009-01-17T13:34:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3187195884be3a9dceb490521b7cc70af93b2f4d'/>
<id>urn:sha1:3187195884be3a9dceb490521b7cc70af93b2f4d</id>
<content type='text'>
T_secs already had a non-zero default.  Unbreak by moving the default to
ftp_timeout / http_timeout.

Submitted by:	Christoph Mallon &lt;christoph.mallon@gmx.de&gt;
MFC after:	2 weeks
</content>
</entry>
</feed>
