<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sysinstall/http.c, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-11-01T02:05:05Z</updated>
<entry>
<title>debugMsg() should end with "\n".</title>
<updated>2002-11-01T02:05:05Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2002-11-01T02:05:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b46e66a5a5e484be8ca38294fa204c6902f00b61'/>
<id>urn:sha1:b46e66a5a5e484be8ca38294fa204c6902f00b61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 'GET' method instaed of 'HEAD', since some proxy server doesn't work</title>
<updated>2001-11-25T00:50:57Z</updated>
<author>
<name>Makoto Matsushita</name>
<email>matusita@FreeBSD.org</email>
</author>
<published>2001-11-25T00:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34e80be88b0f2b03df7b70ce1c0b309d02297885'/>
<id>urn:sha1:34e80be88b0f2b03df7b70ce1c0b309d02297885</id>
<content type='text'>
with 'HEAD' method.

Actually, when http.c was born, it used 'GET' method.  This was changed
with revision 1.4 (which was submitted as PR: 21449).  I've confirmed
to Philipp Mergenthaler &lt;philipp.mergenthaler@stud.uni-karlsruhe.de&gt;,
the submitter of PR: 21449, and it's absolutely OK that we can use
GET method.

Add missing 'FreeBSD' tag, and copyright notice.  This file is originally
submitted by PR: 11316; I've contacted to the PR originator to submit it.

PR:		32238
Submitted by:	Christoph Weber-Fahr &lt;christoph.weber-fahr@arcor.de&gt; (patch),
	and Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt; (copyright)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Enable the same path deduction as for ftp install (great for snapshot tests)</title>
<updated>2000-12-06T00:47:54Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-12-06T00:47:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3796819e5cbefd6a0381c88f3e4678ff9b984e1d'/>
<id>urn:sha1:3796819e5cbefd6a0381c88f3e4678ff9b984e1d</id>
<content type='text'>
Allow user to change proxy server
Allow user to change ftp path

Submitted by:	pho
</content>
</entry>
<entry>
<title>Fix the http proxy fetch code.</title>
<updated>2000-09-25T20:19:43Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-09-25T20:19:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd7064a7941fcb28c0158e3b0306083f385c36f6'/>
<id>urn:sha1:bd7064a7941fcb28c0158e3b0306083f385c36f6</id>
<content type='text'>
Submitted by:	Philipp Mergenthaler &lt;p@i609.hadiko.de&gt;
PR:		21449
</content>
</entry>
<entry>
<title>IPv6 support.</title>
<updated>2000-07-14T08:33:10Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-07-14T08:33:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2931df8a4022208f929437b3bad7a8c39b27ef7e'/>
<id>urn:sha1:2931df8a4022208f929437b3bad7a8c39b27ef7e</id>
<content type='text'>
IPv6 configuration is only done by rtsol.  Does someone really
need manual configuration? :-)
You can specify IPv6 DNS server as well.
We have only one server ftp7.jp.freebsd.org that speaks IPv6
in this time.  ftp7.jp speaks IPv4 as well and also listed as
Japan #7.

Approved by:	jkh
</content>
</entry>
<entry>
<title>o Fix http proxy code for various extentions and deal with FTP archive</title>
<updated>2000-01-25T05:56:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-25T05:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c79868244597c4d883a946d02c2dc741e2ec8935'/>
<id>urn:sha1:c79868244597c4d883a946d02c2dc741e2ec8935</id>
<content type='text'>
  format changes.

o Make anonymous ftp setup more analy retentive.

PR:		16070
Submitted by:	Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt;
</content>
</entry>
<entry>
<title>Add new code for HTTP proxy support.</title>
<updated>2000-01-04T04:50:59Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-04T04:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45d6a801a4e81f87af1ffce9653ff358fc3104cc'/>
<id>urn:sha1:45d6a801a4e81f87af1ffce9653ff358fc3104cc</id>
<content type='text'>
Submitted by:	Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt;
PR:		11316
</content>
</entry>
</feed>
