summaryrefslogtreecommitdiff
path: root/libjava/java/net/InetAddress.java
Commit message (Expand)AuthorAgeFilesLines
* InetAddress.java: Removed.Gary Benson2006-11-031-819/+0
* 2006-10-03 Gary Benson <gbenson@redhat.com>Gary Benson2006-10-031-18/+18
* 2006-10-02 Gary Benson <gbenson@redhat.com>Gary Benson2006-10-021-2/+8
* InetAddress.java: Mostly merged with Classpath.Gary Benson2006-09-201-295/+332
* InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal...Gary Benson2006-09-011-24/+12
* InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4...Gary Benson2006-09-011-25/+16
* InetAddress.java (getByName, [...]): Only perform security check when DNS loo...Gary Benson2006-09-011-10/+12
* InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley2006-04-071-0/+3
* Update FSF addressKelley Cook2005-06-301-2/+2
* 2005-04-28 Michael Koch <konqueror@gmx.de>Michael Koch2005-04-281-3/+3
* InetAddress.java: Made all hexadecimal numbers lowercase.Michael Koch2005-04-261-9/+10
* 2005-04-26 Sven de Marothy <sven@physto.se>Sven de Marothy2005-04-261-1/+1
* InetAddress.java: Fixed typos in javadocs.Michael Koch2005-04-261-6/+6
* 2005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch2005-04-191-5/+23
* InetAddress.java (InetAddress): Make a private copy of the address.David Daney2005-02-031-1/+1
* re PR libgcj/17069 (InetAddress.getLocalHost() returns broken InetAddress obj...Michael Koch2005-01-091-1/+3
* InetAddress.java (getCanonicalHostName): Support IPv6 addresses.Michael Koch2004-11-171-2/+8
* 2004-11-16 Michael Koch <konqueror@gmx.de>Michael Koch2004-11-161-3/+3
* Inet4Address.java: Merged file header and javadocs.Michael Koch2004-10-181-9/+4
* InetAddress.java: Reformatted.Michael Koch2004-09-301-32/+23
* InetAddress.java (loopbackAddress): Renamed from localhostAddress.Bryce McKinlay2004-08-131-11/+22
* Authenticator.java, [...]: Fixed javadocs, coding style and argument names al...Michael Koch2004-04-201-82/+69
* 2004-03-20 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-201-1/+9
* 2004-03-16 Norbert Frese <postfach@nfrese.net>Norbert Frese2004-03-161-2/+2
* 2003-11-30 Jeff Sturm <jsturm@one-point.com>Michael Koch2003-11-301-18/+3
* 2003-11-28 Michael Koch <konqueror@gmx.de>Michael Koch2003-11-281-2/+17
* 2003-10-29 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-291-2/+1
* 2003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-021-13/+26
* Fixed little typo.Michael Koch2003-09-291-1/+1
* 2003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch2003-09-291-13/+52
* InetAddress.java, URL.java: Reformated.Michael Koch2003-09-291-48/+55
* InetAddress.java: Reorder imports, remove implementation comment.Michael Koch2003-09-251-10/+7
* InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch2003-09-221-53/+87
* HttpURLConnection.java, [...]: Reworked import statements.Michael Koch2003-06-191-61/+55
* InetAddress.java: Reformatted to better match classpath's version.Michael Koch2003-06-181-13/+43
* InetAddress.java: Merged class documentation with classpath.Michael Koch2003-05-021-6/+14
* InetAddress.java, [...]: Merged copyright statements with classpath for easie...Michael Koch2003-03-201-8/+36
* InetAddress.java (toString): Use hostname when not null, don't do an explicit...Mark Wielaard2002-12-071-7/+8
* 2002-11-01 Michael Koch <konqueror@gmx.de>Michael Koch2002-11-011-28/+158
* 2002-10-08 Michael Koch <konqueror@gmx.de>Michael Koch2002-10-101-5/+118
* 2002-10-05 Michael Koch <konqueror@gmx.de>Michael Koch2002-10-051-1/+17
* 2002-10-04 Michael Koch <konqueror@gmx.de>Michael Koch2002-10-041-2/+39
* InetAddress.java (class InetAddress): Removed final keyword.Michael Koch2002-10-031-2/+24
* InetAddress.java (ANY_IF): moved from ServerSocket.Mark Wielaard2002-01-121-0/+4
* InetAddress.java (addr): Renamed from 'address'.Warren Levy2000-11-031-19/+64
* PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy2000-06-271-2/+2
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
* natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned Ine...Bryce McKinlay1999-06-181-2/+3
* Initial revisionTom Tromey1999-04-071-0/+255