<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libjava/java/net/InetAddress.java, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>InetAddress.java: Removed.</title>
<updated>2006-11-03T10:16:04+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-11-03T10:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=adefdaca2d8aa874f3e1f5b8be2736355292b6a4'/>
<id>adefdaca2d8aa874f3e1f5b8be2736355292b6a4</id>
<content type='text'>
2006-11-03  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java: Removed.
	* java/net/natInetAddressNoNet.cc: Likewise.
	* java/net/natInetAddressPosix.cc: Likewise.
	* java/net/natInetAddressWin32.cc: Likewise.
	* java/net/VMInetAddress.java (getLocalHostname,
	lookupInaddrAny, getHostByAddr, getHostByName,
	aton): Replace glue methods with native ones.
	* java/net/natVMInetAddressNoNet.cc: New file.
	* java/net/natVMInetAddressPosix.cc: Likewise.
	* java/net/natVMInetAddressWin32.cc: Likewise.
	* Makefile.am, configure.ac: Reflect the above.
	* sources.am, Makefile.in, configure: Rebuilt.

	* java/net/natVMNetworkInterfaceWin32.cc
	(winsock2GetRealNetworkInterfaces): Create InetAddress
	objects using InetAddress.getByAddress.
	* gnu/java/net/natPlainSocketImplWin32.cc
	(accept, getOption): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplWin32.cc
	(peekData, receive, getOption): Likewise.

From-SVN: r118451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-11-03  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java: Removed.
	* java/net/natInetAddressNoNet.cc: Likewise.
	* java/net/natInetAddressPosix.cc: Likewise.
	* java/net/natInetAddressWin32.cc: Likewise.
	* java/net/VMInetAddress.java (getLocalHostname,
	lookupInaddrAny, getHostByAddr, getHostByName,
	aton): Replace glue methods with native ones.
	* java/net/natVMInetAddressNoNet.cc: New file.
	* java/net/natVMInetAddressPosix.cc: Likewise.
	* java/net/natVMInetAddressWin32.cc: Likewise.
	* Makefile.am, configure.ac: Reflect the above.
	* sources.am, Makefile.in, configure: Rebuilt.

	* java/net/natVMNetworkInterfaceWin32.cc
	(winsock2GetRealNetworkInterfaces): Create InetAddress
	objects using InetAddress.getByAddress.
	* gnu/java/net/natPlainSocketImplWin32.cc
	(accept, getOption): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplWin32.cc
	(peekData, receive, getOption): Likewise.

From-SVN: r118451
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-10-03  Gary Benson  &lt;gbenson@redhat.com&gt;</title>
<updated>2006-10-03T10:27:28+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-10-03T10:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=704312e73831c41151ce20d4d0dbe5803671f25e'/>
<id>704312e73831c41151ce20d4d0dbe5803671f25e</id>
<content type='text'>
	* java/net/InetAddress.java
	(&lt;clinit&gt;): Reorder the static initializers.

From-SVN: r117394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/net/InetAddress.java
	(&lt;clinit&gt;): Reorder the static initializers.

From-SVN: r117394
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-10-02  Gary Benson  &lt;gbenson@redhat.com&gt;</title>
<updated>2006-10-02T10:54:43+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-10-02T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=93a8f49bfad3672fa3ae104b5ff9f086652794e1'/>
<id>93a8f49bfad3672fa3ae104b5ff9f086652794e1</id>
<content type='text'>
	* java/net/InetAddress.java
	(checkConnect): Reinstated.
	(loopbackAddress): Ensure initialized from non-null object.

From-SVN: r117370
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/net/InetAddress.java
	(checkConnect): Reinstated.
	(loopbackAddress): Ensure initialized from non-null object.

From-SVN: r117370
</pre>
</div>
</content>
</entry>
<entry>
<title>InetAddress.java: Mostly merged with Classpath.</title>
<updated>2006-09-20T07:55:26+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-09-20T07:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=aac8697859d550b39baf967900578ee47259c419'/>
<id>aac8697859d550b39baf967900578ee47259c419</id>
<content type='text'>
2006-09-20  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java: Mostly merged with Classpath.
	* java/net/VMInetAddress.java: New file.
	* sources.am, Makefile.in: Rebuilt.

	* java/net/natVMNetworkInterfacePosix.cc
	(getInterfaces): Create InetAddress objects using
	InetAddress.getByAddress.
	* gnu/java/net/natPlainSocketImplPosix.cc
	(accept, getOption): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplPosix.cc
	(peekData, receive, getLocalAddress): Likewise.

From-SVN: r117075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-09-20  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java: Mostly merged with Classpath.
	* java/net/VMInetAddress.java: New file.
	* sources.am, Makefile.in: Rebuilt.

	* java/net/natVMNetworkInterfacePosix.cc
	(getInterfaces): Create InetAddress objects using
	InetAddress.getByAddress.
	* gnu/java/net/natPlainSocketImplPosix.cc
	(accept, getOption): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplPosix.cc
	(peekData, receive, getLocalAddress): Likewise.

From-SVN: r117075
</pre>
</div>
</content>
</entry>
<entry>
<title>InetAddress.java (getLocalHost): Refactor to avoid security check if getLocalHostname() fails and to provide...</title>
<updated>2006-09-01T15:38:00+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-09-01T15:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=69afd3217ed5b3a232363a518bb1e2174e8797fc'/>
<id>69afd3217ed5b3a232363a518bb1e2174e8797fc</id>
<content type='text'>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getLocalHost): Refactor to avoid
	security check if getLocalHostname() fails and to provide more
	meaningful exceptions it the security check fails.

From-SVN: r116627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getLocalHost): Refactor to avoid
	security check if getLocalHostname() fails and to provide more
	meaningful exceptions it the security check fails.

From-SVN: r116627
</pre>
</div>
</content>
</entry>
<entry>
<title>InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4-mapped IPv6 addresses.</title>
<updated>2006-09-01T13:30:50+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-09-01T13:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=39aa3581c4e83d5c54196ae2f332b3a7d62e4ec8'/>
<id>39aa3581c4e83d5c54196ae2f332b3a7d62e4ec8</id>
<content type='text'>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getByAddress): Create Inet4Address
	objects when passed IPv4-mapped IPv6 addresses.
	(getByName, getAllByName): Defer to the above to ensure that the
	correct Inet*Address objects are returned.

From-SVN: r116622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getByAddress): Create Inet4Address
	objects when passed IPv4-mapped IPv6 addresses.
	(getByName, getAllByName): Defer to the above to ensure that the
	correct Inet*Address objects are returned.

From-SVN: r116622
</pre>
</div>
</content>
</entry>
<entry>
<title>InetAddress.java (getByName, [...]): Only perform security check when DNS lookups are required.</title>
<updated>2006-09-01T10:06:13+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-09-01T10:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=7229b95cc036b978a526c77395c028320621765f'/>
<id>7229b95cc036b978a526c77395c028320621765f</id>
<content type='text'>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getByName, getAllByName):
	Only perform security check when DNS lookups are required.

From-SVN: r116621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-09-01  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/net/InetAddress.java (getByName, getAllByName):
	Only perform security check when DNS lookups are required.

From-SVN: r116621
</pre>
</div>
</content>
</entry>
<entry>
<title>InetAddress.java: Throw an UnknownHostException if lookup fails.</title>
<updated>2006-04-07T15:42:07+00:00</updated>
<author>
<name>Andrew Haley</name>
<email>aph@redhat.com</email>
</author>
<published>2006-04-07T15:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=544c479db3108ec43654e2cea7fe1f0046df83ef'/>
<id>544c479db3108ec43654e2cea7fe1f0046df83ef</id>
<content type='text'>
2006-04-07  Andrew Haley  &lt;aph@redhat.com&gt;

        * java/net/InetAddress.java: Throw an UnknownHostException if
        lookup fails.

From-SVN: r112754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-04-07  Andrew Haley  &lt;aph@redhat.com&gt;

        * java/net/InetAddress.java: Throw an UnknownHostException if
        lookup fails.

From-SVN: r112754
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address</title>
<updated>2005-06-30T03:22:09+00:00</updated>
<author>
<name>Kelley Cook</name>
<email>kcook@gcc.gnu.org</email>
</author>
<published>2005-06-30T03:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=917b04f4923bdb692362b09ce5c4730d073c4c00'/>
<id>917b04f4923bdb692362b09ce5c4730d073c4c00</id>
<content type='text'>
From-SVN: r101453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r101453
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-28  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2005-04-28T21:02:40+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2005-04-28T21:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=e5d149869aa8ac4ae107421712685fe06bd0aac1'/>
<id>e5d149869aa8ac4ae107421712685fe06bd0aac1</id>
<content type='text'>
	* java/net/InetAddress.java
	(aton): Fixed javadoc.
	(lookup): Likewise.

From-SVN: r98941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/net/InetAddress.java
	(aton): Fixed javadoc.
	(lookup): Likewise.

From-SVN: r98941
</pre>
</div>
</content>
</entry>
</feed>
