summaryrefslogtreecommitdiff
path: root/libjava/java/net/InetAddress.java
AgeCommit message (Expand)Author
2006-11-03InetAddress.java: Removed.Gary Benson
2006-10-032006-10-03 Gary Benson <gbenson@redhat.com>Gary Benson
2006-10-022006-10-02 Gary Benson <gbenson@redhat.com>Gary Benson
2006-09-20InetAddress.java: Mostly merged with Classpath.Gary Benson
2006-09-01InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal...Gary Benson
2006-09-01InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4...Gary Benson
2006-09-01InetAddress.java (getByName, [...]): Only perform security check when DNS loo...Gary Benson
2006-04-07InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley
2005-06-30Update FSF addressKelley Cook
2005-04-282005-04-28 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-26InetAddress.java: Made all hexadecimal numbers lowercase.Michael Koch
2005-04-262005-04-26 Sven de Marothy <sven@physto.se>Sven de Marothy
2005-04-26InetAddress.java: Fixed typos in javadocs.Michael Koch
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch
2005-02-03InetAddress.java (InetAddress): Make a private copy of the address.David Daney
2005-01-09re PR libgcj/17069 (InetAddress.getLocalHost() returns broken InetAddress obj...Michael Koch
2004-11-17InetAddress.java (getCanonicalHostName): Support IPv6 addresses.Michael Koch
2004-11-162004-11-16 Michael Koch <konqueror@gmx.de>Michael Koch
2004-10-18Inet4Address.java: Merged file header and javadocs.Michael Koch
2004-09-30InetAddress.java: Reformatted.Michael Koch
2004-08-13InetAddress.java (loopbackAddress): Renamed from localhostAddress.Bryce McKinlay
2004-04-20Authenticator.java, [...]: Fixed javadocs, coding style and argument names al...Michael Koch
2004-03-202004-03-20 Michael Koch <konqueror@gmx.de>Michael Koch
2004-03-162004-03-16 Norbert Frese <postfach@nfrese.net>Norbert Frese
2003-11-302003-11-30 Jeff Sturm <jsturm@one-point.com>Michael Koch
2003-11-282003-11-28 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-292003-10-29 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-29Fixed little typo.Michael Koch
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch
2003-09-25InetAddress.java: Reorder imports, remove implementation comment.Michael Koch
2003-09-22InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch
2003-06-19HttpURLConnection.java, [...]: Reworked import statements.Michael Koch
2003-06-18InetAddress.java: Reformatted to better match classpath's version.Michael Koch
2003-05-02InetAddress.java: Merged class documentation with classpath.Michael Koch
2003-03-20InetAddress.java, [...]: Merged copyright statements with classpath for easie...Michael Koch
2002-12-07InetAddress.java (toString): Use hostname when not null, don't do an explicit...Mark Wielaard
2002-11-012002-11-01 Michael Koch <konqueror@gmx.de>Michael Koch
2002-10-102002-10-08 Michael Koch <konqueror@gmx.de>Michael Koch
2002-10-052002-10-05 Michael Koch <konqueror@gmx.de>Michael Koch
2002-10-042002-10-04 Michael Koch <konqueror@gmx.de>Michael Koch
2002-10-03InetAddress.java (class InetAddress): Removed final keyword.Michael Koch
2002-01-12InetAddress.java (ANY_IF): moved from ServerSocket.Mark Wielaard
2000-11-03InetAddress.java (addr): Renamed from 'address'.Warren Levy
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy
2000-03-07All files: Updated copyright information.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-06-18natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned Ine...Bryce McKinlay
1999-04-07Initial revisionTom Tromey