Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-09 | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -49/+56 |
2003-10-02 | ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake. | Michael Koch | 1 | -156/+112 |
2003-09-26 | ByteBufferHelper.java: Totally reworked with help from Eric Blake. | Michael Koch | 1 | -229/+77 |
2003-09-25 | ByteBufferHelper.java: New file. | Michael Koch | 4 | -395/+699 |
2003-08-02 | 2003-08-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -138/+251 |
2003-07-13 | FileChannelImpl.java, [...]: Removed. | Michael Koch | 3 | -1/+487 |
2003-06-27 | 2003-06-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 10 | -10/+10 |
2003-06-24 | 2003-06-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+5 |
2003-06-20 | MappedByteFileBuffer.java, [...]: Removed | Michael Koch | 1 | -0/+277 |
2003-06-17 | 2003-06-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -13/+18 |
2003-06-11 | MappedByteBuffer.java, [...]: Removed unneeded imports. | Michael Koch | 4 | -4/+3 |
2003-05-20 | ByteBufferImpl.java, [...]: Moved files to java/nio. | Michael Koch | 22 | -15/+2793 |
2003-05-19 | 2003-05-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+3 |
2003-05-19 | 2003-05-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -3/+4 |
2003-05-14 | 2003-05-14 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2003-05-13 | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+2 |
2003-05-13 | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -140/+161 |
2003-05-12 | ByteBufferImpl.java: Reformatted. | Michael Koch | 6 | -377/+1282 |
2003-05-10 | 2003-05-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -13/+13 |
2003-05-10 | 2003-05-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+8 |
2003-05-02 | 2003-05-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -3/+8 |
2003-03-17 | 2003-03-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |