summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/transport
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in gnu.classpath.* code (mainly the JDWP implementation).Andrew John Hughes2013-03-055-16/+16
* Normalise whitespace.Andrew John Hughes2010-06-036-163/+163
* * gnu/classpath/jdwp/Jdwp.java (notify): Rewrite to callKeith Seitz2007-05-031-6/+10
* Grr. Wrong patch. Ignore the previous version.Keith Seitz2007-03-301-6/+3
* * gnu/classpath/jdwp/event/ThreadStartEvent.java (Event):Keith Seitz2007-03-291-14/+26
* * gnu/classpath/jdwp/Jdwp.java (_initLock): New field.Keith Seitz2006-06-161-1/+5
* * gnu/classpath/jdwp/event/EventManager.java: Update javadoc.Keith Seitz2006-03-092-3/+2
* * gnu/classpath/jdwp/Jdwp.java: Remove unused imports.Keith Seitz2006-03-091-1/+0
* * gnu/classpath/jdwp/transport/ITransport.java (shutdown): New method.Keith Seitz2005-09-033-4/+26
* * gnu/classpath/jdwp/processor/CommandSet.java: New file.Aaron Luchko2005-07-041-1/+12
* * all files: Update for new FSF address.Mark Wielaard2005-07-028-16/+16
* * gnu/classpath/jdwp/transport/JdwpPacket.java (write): New method.Keith Seitz2005-06-304-50/+40
* * gnu/classpath/jdwp/transport/JdwpConnection.java (sendEvent): NewKeith Seitz2005-06-301-2/+36
* * gnu/classpath/jdwp/id/ArrayId.java: New file.Keith Seitz2005-06-148-0/+1272