Age | Commit message (Expand) | Author | Files | Lines |
2005-01-07 | re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) | Michael Koch | 9 | -2/+30 |
2004-11-24 | 2004-11-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+12 |
2004-11-24 | 2004-11-24 Jeroen Frijters <address@bogus.example.com> | Jeroen Frijters | 2 | -37/+105 |
2004-11-24 | NIOServerSocket.java: Added email to @author tag. | Michael Koch | 5 | -60/+89 |
2004-11-24 | DirectByteBufferImpl.java, [...]: Reformatted. | Michael Koch | 2 | -134/+134 |
2004-11-21 | 2004-11-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+31 |
2004-11-18 | StackTraceElement.java: Made final. | Jeroen Frijters | 1 | -0/+5 |
2004-11-17 | 2004-11-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+9 |
2004-11-16 | BufferedReader.java, [...]: Fixed javadocs all over. | Michael Koch | 2 | -5/+19 |
2004-11-06 | URLClassLoader.java (URLClassLoader): Now package-private. | Tom Tromey | 1 | -12/+8 |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 9 | -20/+20 |
2004-10-18 | 2004-10-18 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -2/+3 |
2004-10-18 | [multiple changes] | Michael Koch | 1 | -1/+2 |
2004-10-16 | UTF_16.java, [...]: Cleanup. | Michael Koch | 5 | -7/+11 |
2004-09-21 | ByteBuffer.java (hashCode): Implemented. | Sven de Marothy | 7 | -14/+124 |
2004-08-30 | [multiple changes] | Andreas Tobler | 7 | -7/+7 |
2004-07-17 | 2004-07-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -12/+4 |
2004-07-09 | Buffer.java, [...]: Fixed javadocs all over. | Dalibor Topic | 24 | -278/+519 |
2004-05-30 | 2004-05-30 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -20/+39 |
2004-05-04 | 2004-05-04 Michael Koch <konqueror@gmx.de> | Michael Koch | 7 | -167/+132 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+12 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -6/+12 |
2004-04-20 | Channels.java: Merged coding style with GNU classpath. | Michael Koch | 1 | -2/+2 |
2004-04-20 | Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. | Michael Koch | 42 | -458/+610 |
2004-04-20 | ByteBufferImpl.java, [...]: Made sure all classes are final and removed final... | Michael Koch | 14 | -115/+114 |
2004-03-18 | 2004-03-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -17/+28 |
2004-03-03 | Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne... | Per Bothner | 2 | -2/+48 |
2004-02-29 | MappedByteBuffer.java: (forceImpl... | Per Bothner | 2 | -47/+103 |
2004-02-29 | FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t... | Per Bothner | 2 | -551/+0 |
2004-02-28 | 2004-02-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-02-26 | 2004-02-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -11/+13 |
2004-02-16 | ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe... | Per Bothner | 5 | -96/+159 |
2004-02-16 | CharViewBufferImpl.java: New convenience constructor. | Per Bothner | 6 | -6/+60 |
2004-02-16 | CharBufferImpl.java: Inline super constructor. | Per Bothner | 12 | -48/+18 |
2004-02-14 | AbstractInterruptibleChannel.java (close): Set closed before calling implClos... | Per Bothner | 1 | -1/+1 |
2004-02-08 | ByteBuffer.java (shiftDown): New helper method. | Per Bothner | 12 | -548/+461 |
2004-01-30 | * gnu/java/net/PlainSocketImpl.java | Mohan Embar | 1 | -3/+6 |
2004-01-23 | FileLockImpl.java: Fixed filename in copyright. | Michael Koch | 2 | -4/+53 |
2004-01-07 | 2004-01-07 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -5/+5 |
2003-12-20 | * gnu/java/nio/SelectorImpl.java | Mohan Embar | 1 | -2/+9 |
2003-12-19 | ChannelOutputStream.java: New file. | Michael Koch | 1 | -2/+3 |
2003-12-19 | ChannelInputStream.java: New file. | Michael Koch | 2 | -3/+6 |
2003-12-19 | OutputStreamChannel.java: New file. | Michael Koch | 1 | -2/+3 |
2003-12-19 | InputStreamChannel.java: New file. | Michael Koch | 1 | -3/+4 |
2003-12-02 | 2003-12-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+7 |
2003-11-11 | 2003-11-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+1 |
2003-10-21 | ByteOrder.java, [...]: Add code to load library with code for native methods ... | Michael Koch | 3 | -0/+31 |
2003-10-13 | 2003-10-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -3/+8 |
2003-10-12 | 2003-10-12 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -6/+25 |
2003-10-11 | Channel.java, [...]: Removed redundant modifiers. | Michael Koch | 5 | -8/+8 |