| Commit message (Expand) | Author | Age | Files | Lines |
* | Channels.java: Merged coding style with GNU classpath. | Michael Koch | 2004-04-20 | 1 | -2/+2 |
* | Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. | Michael Koch | 2004-04-20 | 42 | -458/+610 |
* | ByteBufferImpl.java, [...]: Made sure all classes are final and removed final... | Michael Koch | 2004-04-20 | 14 | -115/+114 |
* | 2004-03-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-03-18 | 3 | -17/+28 |
* | Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne... | Per Bothner | 2004-03-03 | 2 | -2/+48 |
* | MappedByteBuffer.java: (forceImpl... | Per Bothner | 2004-02-29 | 2 | -47/+103 |
* | FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t... | Per Bothner | 2004-02-29 | 2 | -551/+0 |
* | 2004-02-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-02-28 | 1 | -1/+1 |
* | 2004-02-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-02-26 | 3 | -11/+13 |
* | ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe... | Per Bothner | 2004-02-16 | 5 | -96/+159 |
* | CharViewBufferImpl.java: New convenience constructor. | Per Bothner | 2004-02-16 | 6 | -6/+60 |
* | CharBufferImpl.java: Inline super constructor. | Per Bothner | 2004-02-16 | 12 | -48/+18 |
* | AbstractInterruptibleChannel.java (close): Set closed before calling implClos... | Per Bothner | 2004-02-14 | 1 | -1/+1 |
* | ByteBuffer.java (shiftDown): New helper method. | Per Bothner | 2004-02-08 | 12 | -548/+461 |
* | * gnu/java/net/PlainSocketImpl.java | Mohan Embar | 2004-01-30 | 1 | -3/+6 |
* | FileLockImpl.java: Fixed filename in copyright. | Michael Koch | 2004-01-23 | 2 | -4/+53 |
* | 2004-01-07 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-01-07 | 1 | -5/+5 |
* | * gnu/java/nio/SelectorImpl.java | Mohan Embar | 2003-12-20 | 1 | -2/+9 |
* | ChannelOutputStream.java: New file. | Michael Koch | 2003-12-19 | 1 | -2/+3 |
* | ChannelInputStream.java: New file. | Michael Koch | 2003-12-19 | 2 | -3/+6 |
* | OutputStreamChannel.java: New file. | Michael Koch | 2003-12-19 | 1 | -2/+3 |
* | InputStreamChannel.java: New file. | Michael Koch | 2003-12-19 | 1 | -3/+4 |
* | 2003-12-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-12-02 | 1 | -4/+7 |
* | 2003-11-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-11-11 | 1 | -2/+1 |
* | ByteOrder.java, [...]: Add code to load library with code for native methods ... | Michael Koch | 2003-10-21 | 3 | -0/+31 |
* | 2003-10-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-10-13 | 2 | -3/+8 |
* | 2003-10-12 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-10-12 | 1 | -6/+25 |
* | Channel.java, [...]: Removed redundant modifiers. | Michael Koch | 2003-10-11 | 5 | -8/+8 |
* | 2003-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-10-09 | 3 | -49/+56 |
* | ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake. | Michael Koch | 2003-10-02 | 1 | -156/+112 |
* | ByteBufferHelper.java: Totally reworked with help from Eric Blake. | Michael Koch | 2003-09-26 | 1 | -229/+77 |
* | ByteBufferHelper.java: New file. | Michael Koch | 2003-09-25 | 4 | -395/+699 |
* | 2003-08-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-08-02 | 4 | -138/+251 |
* | FileChannelImpl.java, [...]: Removed. | Michael Koch | 2003-07-13 | 3 | -1/+487 |
* | 2003-06-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-27 | 10 | -10/+10 |
* | 2003-06-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-24 | 1 | -4/+5 |
* | MappedByteFileBuffer.java, [...]: Removed | Michael Koch | 2003-06-20 | 1 | -0/+277 |
* | 2003-06-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-06-17 | 2 | -13/+18 |
* | MappedByteBuffer.java, [...]: Removed unneeded imports. | Michael Koch | 2003-06-11 | 4 | -4/+3 |
* | ByteBufferImpl.java, [...]: Moved files to java/nio. | Michael Koch | 2003-05-20 | 22 | -15/+2793 |
* | 2003-05-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-19 | 1 | -1/+3 |
* | 2003-05-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-19 | 3 | -3/+4 |
* | 2003-05-14 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-14 | 1 | -1/+1 |
* | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-13 | 2 | -2/+2 |
* | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-13 | 1 | -140/+161 |
* | ByteBufferImpl.java: Reformatted. | Michael Koch | 2003-05-12 | 6 | -377/+1282 |
* | 2003-05-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-10 | 6 | -13/+13 |
* | 2003-05-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-10 | 1 | -3/+8 |
* | 2003-05-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-05-02 | 2 | -3/+8 |
* | 2003-03-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2003-03-17 | 1 | -1/+1 |