aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net
AgeCommit message (Expand)AuthorFilesLines
2004-03-162004-03-16 Norbert Frese <postfach@nfrese.net>Norbert Frese1-2/+2
2004-03-12[multiple changes]Michael Koch1-20/+253
2004-03-122004-03-12 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-03-11HttpURLConnection.java: Fixed typo in javadoc.Michael Koch1-1/+1
2004-02-112004-02-11 Michael Koch <konqueror@gmx.de>Michael Koch6-12/+12
2004-02-03* gnu/java/nio/DatagramChannelImpl.javaMohan Embar1-2/+5
2004-01-30* gnu/java/net/PlainSocketImpl.javaMohan Embar2-5/+17
2004-01-07ServerSocket.java (isBound): Fixed documentation.Michael Koch1-1/+1
2004-01-062004-01-06 Michael Koch <konqueror@gmx.de>Michael Koch1-11/+14
2003-12-312003-12-31 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-0/+4
2003-12-25ServerSocket.java bind (): If InetSocketAddress.getAddress() returns "null" u...Michael Koch1-2/+8
2003-12-202003-12-20 Michael Koch <konqueror@gmx.de>Michael Koch1-228/+0
2003-12-20URLParseError.java: New file.Guilhem Lavaux1-2/+12
2003-12-092003-12-09 Michael Koch <konqueror@gmx.de>Michael Koch3-33/+33
2003-12-042003-12-04 Michael Koch <konqueror@gmx.de>Michael Koch1-58/+30
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar1-5/+5
2003-12-022003-12-02 Michael Koch <konqueror@gmx.de>Michael Koch3-7/+15
2003-11-302003-11-30 Jeff Sturm <jsturm@one-point.com>Michael Koch4-25/+8
2003-11-282003-11-28 Michael Koch <konqueror@gmx.de>Michael Koch4-7/+24
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+26
2003-11-26URLStreamHandler (parseUrl): Fixed URL parsing ('@' should be checked to dist...Guilhem Lavaux1-7/+25
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-42/+31
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch2-113/+172
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch2-14/+29
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-9/+43
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-3/+30
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+5
2003-11-252003-11-25 Michael Koch <konqueror@gmx.de>Michael Koch4-107/+265
2003-11-242003-11-25 Michael Koch <konqueror@gmx.de>Michael Koch2-39/+47
2003-11-192003-11-19 Michael Koch <konqueror@gmx.de>Michael Koch1-48/+135
2003-11-11Font.java, [...]: Removed some redundant obj == null checks.Michael Koch2-2/+2
2003-11-11URLStreamHandler.java (toExternalForm): Print port only if host is printed to...Michael Koch1-4/+6
2003-11-09* java/net/Inet4Address.java (serialVersionUID): Updated.Tom Tromey1-1/+1
2003-10-29Somehow this didnt got commited due to full hard disk.Michael Koch1-6/+2
2003-10-292003-10-29 Michael Koch <konqueror@gmx.de>Michael Koch3-8/+3
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch2-30/+46
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2003-10-11ContentHandlerFactory.java, [...]: Removed redundant modifiers.Michael Koch5-18/+19
2003-10-11NIOSocket.java (setChannel): Initialize impl.Michael Koch1-1/+11
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch1-4/+4
2003-10-022003-10-02 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-13/+28
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch3-18/+45
2003-10-02Fixed a little mistake that got into last commit.Michael Koch1-1/+1
2003-10-022003-10-02 Michael Koch <konqueror@gmx.de>Michael Koch1-7/+13
2003-09-29Fixed little typo.Michael Koch1-1/+1
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch1-13/+52
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch2-51/+59
2003-09-27URL.java (getURLStreamHandler): Compile fixes.Michael Koch1-2/+7
2003-09-27URL.java (getURLStreamHandler): Check if we have to use cache before trying t...Michael Koch1-21/+32
2003-09-25InetAddress.java: Reorder imports, remove implementation comment.Michael Koch2-20/+21