<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libfetch/fetch.c, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-06-29T15:51:27Z</updated>
<entry>
<title>Fix -Wunsequenced warning.</title>
<updated>2013-06-29T15:51:27Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2013-06-29T15:51:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9bc22394d885aba91d8cd52655c1a8d183bc0ead'/>
<id>urn:sha1:9bc22394d885aba91d8cd52655c1a8d183bc0ead</id>
<content type='text'>
Submitted by:	dt71@gmx.com
</content>
</entry>
<entry>
<title>Support percent-encoded user and password</title>
<updated>2012-04-11T15:42:02Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-04-11T15:42:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fa391997a4860bc3b33bea3682cea3a0b077508'/>
<id>urn:sha1:0fa391997a4860bc3b33bea3682cea3a0b077508</id>
<content type='text'>
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encoded, to avoid ambiguity with the use
of those characters as URL component separators.

Reviewed by:    rstone@
MFC after:	1 month
</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>1. Update fetch to consistently return 1 on error, as the man page states,</title>
<updated>2008-12-17T18:00:18Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2008-12-17T18:00:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e8f612b68750f8015ea0fd1a9511db4967d7a0c7'/>
<id>urn:sha1:e8f612b68750f8015ea0fd1a9511db4967d7a0c7</id>
<content type='text'>
   rather than usually returning 1 but in a few instances using a sysexits(3)
   return value.

2. Remove a few unused variables from libfetch.

PR:		docs/122470  (1, only)
Reviewed by:	des
</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/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>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/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/commit/?id=a1b37df2d74a8b07c6177e800f47ecaae6f82326'/>
<id>urn:sha1:a1b37df2d74a8b07c6177e800f47ecaae6f82326</id>
<content type='text'>
MFC after:	1 week
</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>style(9): add parentheses to sizeof even when not strictly required.</title>
<updated>2003-01-28T08:04:40Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-01-28T08:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=930105c1e9a553c4faa1364d56f79f3fbdd383fb'/>
<id>urn:sha1:930105c1e9a553c4faa1364d56f79f3fbdd383fb</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
</feed>
