remove unnecessary import in Persistent.java
[org.ibex.io.git] / src / org / ibex / io / Stream.java
2007-07-22 adamfix "limit" and "skip" logic in io (still not very...
2007-07-08 adamallow a digest in Stream
2007-07-05 adammassive bugfixes in stream library
2007-07-05 adammassive rewrite of io library
2007-07-05 adammostly intert changes, cleanup of Stream
2007-07-05 adameliminate logging in Connection class
2007-07-05 adamremove blocker nonsense from org.ibex.io
2007-07-05 adamquick fix; may be buggy
2007-03-17 adamadd Stream.append(String)
2007-02-28 adamimprove exception handling
2006-07-09 adamhacks to support resin-based connections
2006-01-17 adamremember to put newlines in the log
2005-02-23 adamadded transcribe(StringBuffer)
2005-02-21 adamadded Stream.transcribe(), some fixups
2005-02-21 adamadded Stream.appendStream()
2005-01-04 adamlicensing update to APSL 2.0
2004-12-28 adamsemantically neutral rearrangement to make OpenJava...
2004-10-30 adamexperimental thread-killing capabilities in Stream
2004-10-30 adamadded getLocalAddress() and print()
2004-09-12 adamfixed a bug that left sockets in the CLOSE_WAIT state
2004-07-21 adamconsume an arbitrary number of line-ending CRs
2004-07-20 adamadded autoflushing
2004-07-13 adamstream doesnt need ibex.net
2004-07-08 adaminitial import