Age | Commit message (Expand) | Author | Files | Lines |
2002-09-25 | 2002-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 9 | -32/+275 |
2002-09-25 | 2002-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -29/+477 |
2002-09-25 | 2002-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 13 | -205/+497 |
2002-09-21 | 2002-09-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -13/+179 |
2002-09-18 | Matcher.java, [...]: Merge with classpath, new files. | Michael Koch | 1 | -3/+1 |
2002-09-17 | natNetworkInterface.cc: Removed unneed and yet wrong includes. | Michael Koch | 1 | -4/+3 |
2002-09-17 | NetworkInterface.java: New file. | Michael Koch | 2 | -0/+372 |
2002-09-16 | URLClassLoader.java (findClass): Code source for a class from a jar is not ne... | Tom Tromey | 1 | -2/+2 |
2002-09-16 | natPlainSocketImpl.cc: fixed typo. | Adam Megacz | 1 | -0/+1 |
2002-09-16 | natPlainSocketImpl.cc: #ifdef-shielded socket timeouts, which don't work on W... | Adam Megacz | 1 | -1/+3 |
2002-09-14 | natPlainDatagramSocket.cc: removed #include <ws2tcpip.h>; the mingw header is... | Adam Megacz | 1 | -1/+0 |
2002-09-13 | DatagramPacket.java (DatagramPacket): Added linebreak for 80 chars per line. | Michael Koch | 5 | -8/+15 |
2002-09-12 | 2002-09-12 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -30/+354 |
2002-09-11 | 2002-09-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -5/+248 |
2002-09-10 | 2002-09-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -12/+105 |
2002-09-07 | natPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS. | Adam Megacz | 1 | -0/+1 |
2002-09-04 | 2002-09-04 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -22/+374 |
2002-09-04 | SocketOptions.java: added static variables to be JDK 1.4 compatible (SO_BROAD... | Michael Koch | 1 | -1/+34 |
2002-09-02 | DatagramPacket.java, [...]: re-indented documentation. | Michael Koch | 2 | -259/+258 |
2002-08-30 | JarURLConnection.java (getCertificates): New method from Classpath. | Tom Tromey | 10 | -15/+361 |
2002-08-29 | DatagramPacket.java: updated to JDK 1.4 API new methods are... | Michael Koch | 1 | -0/+71 |
2002-08-28 | InetSocketAddress.java: Added some documentation and argument checks for the ... | Michael Koch | 2 | -0/+92 |
2002-08-28 | Authenticator.java: added some documentation. | Michael Koch | 1 | -3/+31 |
2002-08-27 | BindException.java, [...]: add/update of some @since/@deprecated | Michael Koch | 14 | -10/+51 |
2002-08-27 | natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New define. | Tony Kimball | 2 | -13/+11 |
2002-08-23 | URLConnection.java, [...]: Added implementation of getHeaderFields(). | Michael Koch | 2 | -0/+25 |
2002-08-21 | Makefile.in: Rebuilt. | Tom Tromey | 5 | -63/+270 |
2002-08-21 | Authenticator.java: updated JDK 1.4 | Michael Koch | 2 | -0/+60 |
2002-08-20 | URISyntaxException.java: New file. | Michael Koch | 3 | -0/+262 |
2002-07-27 | Authenticator.java: New version from Classpath. | Tom Tromey | 2 | -8/+9 |
2002-06-25 | natPlainDatagramSocketImpl.cc (BooleanClass): Removed. | Tom Tromey | 1 | -6/+2 |
2002-06-18 | natPlainDatagramSocketImpl.cc (receive): Check bounds of argument to FD_SET. | Jeff Sturm | 2 | -4/+11 |
2002-06-15 | AbstractMethodError.java: Re-merged with Classpath. | Tom Tromey | 8 | -339/+237 |
2002-05-02 | natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present. | Jerome Marc | 1 | -0/+12 |
2002-04-15 | natPlainDatagramSocketImpl.cc (close): Set timeout to 0. | Mark Wielaard | 2 | -0/+2 |
2002-03-29 | natPlainDatagramSocketImpl.cc (close): New function. | Tom Tromey | 2 | -2/+10 |
2002-03-28 | * java/net/PlainDatagramSocketImpl.java | Jeff Sturm | 4 | -31/+54 |
2002-03-23 | * java/nat/natPlainSocketImpl.cc (write): Abort loop on error. | Jeff Sturm | 1 | -0/+2 |
2002-03-11 | posix.h: Add multiple include header protection. | Bryce McKinlay | 1 | -1/+0 |
2002-03-11 | natPlainSocketImpl.cc: Added #include <platform.h>. | Adam Megacz | 1 | -1/+1 |
2002-03-10 | Win32Process.java: Added comment. | Tom Tromey | 2 | -1/+10 |
2002-03-09 | natPlainSocketImpl.cc (read, [...]): Formatting fixed. | Adam Megacz | 1 | -4/+7 |
2002-03-08 | natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea... | Adam Megacz | 1 | -3/+37 |
2002-03-07 | natPlainSocketImpl.cc (_Jv_recv): Removed. | Bryce McKinlay | 1 | -10/+1 |
2002-02-28 | natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'. | Adam Megacz | 1 | -3/+4 |
2002-02-25 | natPlainDatagramSocketImpl.cc: whops; removed 'make' typo. | Adam Megacz | 1 | -1/+1 |
2002-02-25 | natPlainDatagramSocketImpl.cc: Updated #includes for Win32... | Adam Megacz | 1 | -6/+8 |
2002-02-22 | URL.java (getPath): New JDK 1.3 method. | Per Bothner | 2 | -19/+42 |
2002-02-18 | natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST. | Bryce McKinlay | 1 | -1/+5 |
2002-02-14 | [multiple changes] | Mark Wielaard | 2 | -55/+115 |