<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/classpath.git/gnu/java/net/local, branch master</title>
<subtitle>git.savannah.gnu.org: git/classpath.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/'/>
<entry>
<title>	* vm/reference/java/net/VMNetworkInterface.java (addresses):</title>
<updated>2006-12-18T21:37:38+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2006-12-18T21:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/commit/?id=9b4f597b755f9a4a660b972e8994dc2ebbd7b4e9'/>
<id>9b4f597b755f9a4a660b972e8994dc2ebbd7b4e9</id>
<content type='text'>
	Genericized.
	(VMNetworkInterface): Updated.
	* java/net/URLClassLoader.java (urls): Genericized.
	(urlinfos): Likewise.
	(addURLImpl): Updated.
	(findClass): Likewise.
	(newInstance): Likewise.
	* java/net/URL.java (ph_cache): Genericized.
	(getURLStreamHandler): Updated.
	* java/net/ResolverCache.java (cache): Genericized.
	(killqueue): Likewise.
	* java/net/NetworkInterface.java (getInetAddresses): Genericized.
	* java/net/MimeTypeMapper.java (mime_types): Genericized.
	(fillFromFile): Likewise.
	(main): Likewise.
	* gnu/java/net/protocol/jar/Handler.java (flat): Genericized.
	* gnu/java/net/protocol/jar/Connection.java (JarFileCache.cache):
	Genericized.
	(JarFileCache.get): Updated.
	* gnu/java/net/protocol/http/SimpleCookieManager.java (cookies):
	Genericized.
	(SimpleCookieManager): Updated.
	(setCookie): Likewise.
	(getCookies): Likewise.
	(addCookies): Likewise.
	* gnu/java/net/protocol/http/Request.java (responseHeaderHandlers):
	Genericized.
	(Request): Updated.
	(createResponseBodyStream): Removed unused variable.
	* gnu/java/net/protocol/http/HTTPURLConnection.java (connect): Remove
	unused variable.
	(getRequestProperties): Genericized.
	* gnu/java/net/protocol/http/HTTPConnection.java
	(handshakeCompletedListeners): Genericized.
	(nonceCounts): Likewise.
	(HTTPConnection): Updated.
	(Pool.connectionPool): Likewise.
	(getNonceCount): Updated.
	(incrementNonce): Likewise.
	* gnu/java/net/protocol/http/Headers.java (headers): Genericized.
	* gnu/java/net/protocol/http/ChunkedInputStream.java (CR, LF): Removed
	unused fields.
	* gnu/java/net/protocol/ftp/FTPURLConnection.java (connect):
	Genericized.
	(getRequestProperties): Likewise.
	(addRequestPropertyValue): Likewise.  Fixed return result.
	* gnu/java/net/protocol/ftp/FTPConnection.java (nameList):
	Genericized.
	* gnu/java/net/local/LocalSocket.java: Fixed imports.
	* gnu/java/net/local/LocalServerSocket.java: Fixed imports.
	* gnu/java/net/loader/URLStreamHandlerCache.java (factoryCache):
	Genericized.
	(add): Updated.
	(get): Likewise.
	* gnu/java/net/loader/URLLoader.java (getClassPath): Genericized.
	* gnu/java/net/loader/JarURLLoader.java (classPath): Genericized.
	(initialize): Updated.
	(getClassPath): Genericized.
	* gnu/java/net/IndexListParser.java (prefixes): Genericized.
	(IndexListParser): Updated.
	(getHeaders): Likewise.
	* gnu/java/net/HeaderFieldHelper.java (headerFieldKeys): Genericized.
	(headerFieldValues): Likewise.
	(HeaderFieldHelper): Updated.
	(getHeaderFieldValueByKey): Likewise.
	(getHeaderFields): Likewise.
	* gnu/java/net/GetLocalHostAction.java: Genericized.
	* gnu/java/net/DefaultContentHandlerFactory.java (imageTypes):
	Genericized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Genericized.
	(VMNetworkInterface): Updated.
	* java/net/URLClassLoader.java (urls): Genericized.
	(urlinfos): Likewise.
	(addURLImpl): Updated.
	(findClass): Likewise.
	(newInstance): Likewise.
	* java/net/URL.java (ph_cache): Genericized.
	(getURLStreamHandler): Updated.
	* java/net/ResolverCache.java (cache): Genericized.
	(killqueue): Likewise.
	* java/net/NetworkInterface.java (getInetAddresses): Genericized.
	* java/net/MimeTypeMapper.java (mime_types): Genericized.
	(fillFromFile): Likewise.
	(main): Likewise.
	* gnu/java/net/protocol/jar/Handler.java (flat): Genericized.
	* gnu/java/net/protocol/jar/Connection.java (JarFileCache.cache):
	Genericized.
	(JarFileCache.get): Updated.
	* gnu/java/net/protocol/http/SimpleCookieManager.java (cookies):
	Genericized.
	(SimpleCookieManager): Updated.
	(setCookie): Likewise.
	(getCookies): Likewise.
	(addCookies): Likewise.
	* gnu/java/net/protocol/http/Request.java (responseHeaderHandlers):
	Genericized.
	(Request): Updated.
	(createResponseBodyStream): Removed unused variable.
	* gnu/java/net/protocol/http/HTTPURLConnection.java (connect): Remove
	unused variable.
	(getRequestProperties): Genericized.
	* gnu/java/net/protocol/http/HTTPConnection.java
	(handshakeCompletedListeners): Genericized.
	(nonceCounts): Likewise.
	(HTTPConnection): Updated.
	(Pool.connectionPool): Likewise.
	(getNonceCount): Updated.
	(incrementNonce): Likewise.
	* gnu/java/net/protocol/http/Headers.java (headers): Genericized.
	* gnu/java/net/protocol/http/ChunkedInputStream.java (CR, LF): Removed
	unused fields.
	* gnu/java/net/protocol/ftp/FTPURLConnection.java (connect):
	Genericized.
	(getRequestProperties): Likewise.
	(addRequestPropertyValue): Likewise.  Fixed return result.
	* gnu/java/net/protocol/ftp/FTPConnection.java (nameList):
	Genericized.
	* gnu/java/net/local/LocalSocket.java: Fixed imports.
	* gnu/java/net/local/LocalServerSocket.java: Fixed imports.
	* gnu/java/net/loader/URLStreamHandlerCache.java (factoryCache):
	Genericized.
	(add): Updated.
	(get): Likewise.
	* gnu/java/net/loader/URLLoader.java (getClassPath): Genericized.
	* gnu/java/net/loader/JarURLLoader.java (classPath): Genericized.
	(initialize): Updated.
	(getClassPath): Genericized.
	* gnu/java/net/IndexListParser.java (prefixes): Genericized.
	(IndexListParser): Updated.
	(getHeaders): Likewise.
	* gnu/java/net/HeaderFieldHelper.java (headerFieldKeys): Genericized.
	(headerFieldValues): Likewise.
	(HeaderFieldHelper): Updated.
	(getHeaderFieldValueByKey): Likewise.
	(getHeaderFields): Likewise.
	* gnu/java/net/GetLocalHostAction.java: Genericized.
	* gnu/java/net/DefaultContentHandlerFactory.java (imageTypes):
	Genericized.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-08-21  Roman Kennke  &lt;kennke@aicas.com&gt;</title>
<updated>2006-08-21T09:40:13+00:00</updated>
<author>
<name>Roman Kennke</name>
<email>roman@kennke.org</email>
</author>
<published>2006-08-21T09:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/commit/?id=7810507ad2be975eaa270e6131d261c570f64660'/>
<id>7810507ad2be975eaa270e6131d261c570f64660</id>
<content type='text'>
	* gnu/java/net/local/LocalSocketImpl.java
	Only load native lib if this is supported by runtime.
	* native/jni/java-net/local.c
	Include config.h unconditionally.
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c
	Include config.h unconditionally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* gnu/java/net/local/LocalSocketImpl.java
	Only load native lib if this is supported by runtime.
	* native/jni/java-net/local.c
	Include config.h unconditionally.
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c
	Include config.h unconditionally.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-07-11  Roman Kennke  &lt;kennke@aicas.com&gt;</title>
<updated>2006-07-11T19:50:20+00:00</updated>
<author>
<name>Roman Kennke</name>
<email>roman@kennke.org</email>
</author>
<published>2006-07-11T19:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/commit/?id=f0027b9395306c056647ed4bf63732a11c8f4c24'/>
<id>f0027b9395306c056647ed4bf63732a11c8f4c24</id>
<content type='text'>
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c
	(available): Pass fd as argument and avoid JNI class/field
	lookup.
	(read): Likewise.
	(write): Likewise.
	* include/gnu_java_net_local_LocalSocketImpl.h:
	Regenerated.
	* gnu/java/net/local/LocalSocketImpl.h
	(available): Pass fd as argument and avoid JNI class/field
	lookup.
	(read): Likewise.
	(write): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c
	(available): Pass fd as argument and avoid JNI class/field
	lookup.
	(read): Likewise.
	(write): Likewise.
	* include/gnu_java_net_local_LocalSocketImpl.h:
	Regenerated.
	* gnu/java/net/local/LocalSocketImpl.h
	(available): Pass fd as argument and avoid JNI class/field
	lookup.
	(read): Likewise.
	(write): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-06-28  Roman Kennke  &lt;kennke@aicas.com&gt;</title>
<updated>2006-06-28T18:28:33+00:00</updated>
<author>
<name>Roman Kennke</name>
<email>roman@kennke.org</email>
</author>
<published>2006-06-28T18:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/commit/?id=823253efc205ac53d49c1a4860c1f1d1d056424c'/>
<id>823253efc205ac53d49c1a4860c1f1d1d056424c</id>
<content type='text'>
	* gnu/java/net/local/LocalSocket.java
	(setSoTimeout): Don't throw exception and ignore request.
	(getSoTimeout): Don't throw exception and always return 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* gnu/java/net/local/LocalSocket.java
	(setSoTimeout): Don't throw exception and ignore request.
	(getSoTimeout): Don't throw exception and always return 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-16  Casey Marshall  &lt;csm@gnu.org&gt;</title>
<updated>2006-04-16T21:54:09+00:00</updated>
<author>
<name>Casey Marshall</name>
<email>csm@gnu.org</email>
</author>
<published>2006-04-16T21:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/classpath.git/commit/?id=0299478674d2218168968af00a90c01099ebc617'/>
<id>0299478674d2218168968af00a90c01099ebc617</id>
<content type='text'>
	* configure.ac (--enable-local-sockets): new enable argument.
	(ENABLE_LOCAL_SOCKETS): new define.
	* native/jni/java-net/Makefile.am (local_sources): new variable.
	(lib_javanet_la_SOURCES): append `local_sources.'
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c,
	* native/jni/java-net/local.c,
	* native/jni/java-net/local.h,
	* include/gnu_java_net_local_LocalSocketImpl.h,
	* gnu/java/net/local/LocalServerSocket.java,
	* gnu/java/net/local/LocalSocket.java,
	* gnu/java/net/local/LocalSocketAddress.java,
	* gnu/java/net/local/LocalSocketImpl.java: new files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* configure.ac (--enable-local-sockets): new enable argument.
	(ENABLE_LOCAL_SOCKETS): new define.
	* native/jni/java-net/Makefile.am (local_sources): new variable.
	(lib_javanet_la_SOURCES): append `local_sources.'
	* native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c,
	* native/jni/java-net/local.c,
	* native/jni/java-net/local.h,
	* include/gnu_java_net_local_LocalSocketImpl.h,
	* gnu/java/net/local/LocalServerSocket.java,
	* gnu/java/net/local/LocalSocket.java,
	* gnu/java/net/local/LocalSocketAddress.java,
	* gnu/java/net/local/LocalSocketImpl.java: new files.
</pre>
</div>
</content>
</entry>
</feed>
