| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix bug in parsing CIRC events.HEADmaster | Karsten Loesing | 2009-05-25 |
| | | | | | | | Asynchronous CIRC events don't contain a path when circuits have only been launched. Don't try to parse the path for these events. Instead, pass an empty string. | ||
| * | Fix bug that prevented postDescriptor from working | Sebastian Hahn | 2009-03-26 |
| | | | | | | | Karsten noticed that postDescriptor doesn't work as intended. This was caused by flushing too early inside sendAndWaitForResponse. We need to wait until the escaped output has been written, too. | ||
| * | Change the gitignore file to also include Eclipse specific directories. | Sebastian Hahn | 2009-02-11 |
| | | | | | .classpath and .project aren't tracked. | ||
| * | Add the LICENSE file back for jtorctl, and remove $ID$ entries from files. | Sebastian Hahn | 2009-02-05 |
| | | | | | Cleaning up after the git conversion. The LICENSE file got lost, and $ID$ in a file doesn't make sense anymore. | ||
| * | Add a .gitignore file for jtorctl | Nick Mathewson | 2009-01-29 |
| | | |||
| * | heh. Don't forget to import an exception, or the compiler might remind you. | Sebastian Hahn | 2008-08-18 |
| | | |||
| * | Throw a CancellationException when getResponse is interrupted. | Sebastian Hahn | 2008-08-18 |
| | | |||
| * | updated changelog, removed some unnecessary casts | Sebastian Hahn | 2008-07-13 |
| | | |||
| * | Make Karsten, the compiler and myself happy again. | Sebastian Hahn | 2008-07-11 |
| | | |||
| * | Add Generics to java part of torctl. Waiter.response is no longer an Object | Sebastian Hahn | 2008-07-11 |
| | | |||
| * | r14101@catbus: nickm | 2007-08-08 16:43:33 -0400 | Nick Mathewson | 2007-08-08 |
| | | | | | | From Karsten: drop TorControlConnection0.java, and merge TorControlConnection1 into TorControlConnection. | ||
| * | add some readme files to indicate that we broke the java torctl | Roger Dingledine | 2007-08-02 |
| | | | | | | | library, and the old obsolete python torctl library, with our recent patches. | ||
| * | Make java controller code handle config optiions that are set to their ↵ | Nick Mathewson | 2007-05-18 |
| | | | | | defaults. Fixes bug 408. | ||
| * | r12551@catbus: nickm | 2007-04-29 22:35:30 -0400 | Nick Mathewson | 2007-04-30 |
| | | | | | | Avoid another exception when shutting down from torctl. | ||
| * | r12549@catbus: nickm | 2007-04-29 22:31:04 -0400 | Nick Mathewson | 2007-04-30 |
| | | | | | | Patch to torctl from Karsten Loesing to handle shutdown a little better; also fix some warnings from javac. | ||
| * | torctl: Apply patch from Karsten Loesing to fix several bugs when sending a ↵ | Nick Mathewson | 2006-12-25 |
| | | | | | signal that closes tor, or when tor shuts down on its own. | ||
| * | Patch from Karsten Loesing: fix imports in Bytes.java | Nick Mathewson | 2006-09-19 |
| | | |||
| * | patch from Maxim Katcharov: handle trailing spaces correctly in splitStr. | Nick Mathewson | 2006-09-10 |
| | | |||
| * | Patch from Karsten Loesing: add missing space to SIGNAL command in java ↵ | Nick Mathewson | 2006-08-17 |
| | | | | | controller library. | ||
| * | Remove duplicate ConfigEntry class. (Patch from Karsten Loesing.) | Nick Mathewson | 2006-08-11 |
| | | |||
| * | Implement resetConf in controller libraries | Nick Mathewson | 2005-09-27 |
| | | |||
| * | Fix a couple of bugs found by Oliver Rau in Java libs. | Nick Mathewson | 2005-09-18 |
| | | |||
| * | remove unused import | Nick Mathewson | 2005-07-24 |
| | | |||
| * | Merge doc patches and a bugfix from Mark Melahn | Nick Mathewson | 2005-07-23 |
| | | |||
| * | make v0 connections handle lists of event names. | Nick Mathewson | 2005-07-20 |
| | | |||
| * | fix debugging and listenforevents API a littlev0.1 | Nick Mathewson | 2005-07-20 |
| | | |||
| * | Add a new (untested) set of debugging functions | Nick Mathewson | 2005-07-20 |
| | | |||
| * | fix most torctl issues; move rest into TODO | Nick Mathewson | 2005-07-14 |
| | | |||
| * | Tweak jaa control lib interface: make launchThread unneeded, add stub ↵ | Nick Mathewson | 2005-07-11 |
| | | | | | implementation for EventHandler. | ||
| * | Finish making new (v1) controller logic and multiplexing logic work in ↵ | Nick Mathewson | 2005-06-24 |
| | | | | | Python and Java controllers. Try out example code a bit. | ||
| * | Fix some-but-not-all compile errors in demo code | Nick Mathewson | 2005-06-23 |
| | | |||
| * | Implement (modulo bugs) v1 control protocol in java | Nick Mathewson | 2005-06-23 |
| | | |||
| * | Refactor java tor control library to split out v0 protocol | Nick Mathewson | 2005-06-21 |
| | | |||
| * | Oops. I guess I would probably get more comments about this clever ↵ | Nick Mathewson | 2005-06-04 |
| controller API/demo stuff if I actually committed it to CVS. Here then. | |||
