summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix bug in parsing CIRC events.HEADmasterKarsten Loesing2009-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 workingSebastian Hahn2009-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 Hahn2009-02-11
| | | | .classpath and .project aren't tracked.
* Add the LICENSE file back for jtorctl, and remove $ID$ entries from files.Sebastian Hahn2009-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 jtorctlNick Mathewson2009-01-29
|
* heh. Don't forget to import an exception, or the compiler might remind you.Sebastian Hahn2008-08-18
|
* Throw a CancellationException when getResponse is interrupted.Sebastian Hahn2008-08-18
|
* updated changelog, removed some unnecessary castsSebastian Hahn2008-07-13
|
* Make Karsten, the compiler and myself happy again.Sebastian Hahn2008-07-11
|
* Add Generics to java part of torctl. Waiter.response is no longer an ObjectSebastian Hahn2008-07-11
|
* r14101@catbus: nickm | 2007-08-08 16:43:33 -0400Nick Mathewson2007-08-08
| | | | | From Karsten: drop TorControlConnection0.java, and merge TorControlConnection1 into TorControlConnection.
* add some readme files to indicate that we broke the java torctlRoger Dingledine2007-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 Mathewson2007-05-18
| | | | defaults. Fixes bug 408.
* r12551@catbus: nickm | 2007-04-29 22:35:30 -0400Nick Mathewson2007-04-30
| | | | | Avoid another exception when shutting down from torctl.
* r12549@catbus: nickm | 2007-04-29 22:31:04 -0400Nick Mathewson2007-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 Mathewson2006-12-25
| | | | signal that closes tor, or when tor shuts down on its own.
* Patch from Karsten Loesing: fix imports in Bytes.javaNick Mathewson2006-09-19
|
* patch from Maxim Katcharov: handle trailing spaces correctly in splitStr.Nick Mathewson2006-09-10
|
* Patch from Karsten Loesing: add missing space to SIGNAL command in java ↵Nick Mathewson2006-08-17
| | | | controller library.
* Remove duplicate ConfigEntry class. (Patch from Karsten Loesing.)Nick Mathewson2006-08-11
|
* Implement resetConf in controller librariesNick Mathewson2005-09-27
|
* Fix a couple of bugs found by Oliver Rau in Java libs.Nick Mathewson2005-09-18
|
* remove unused importNick Mathewson2005-07-24
|
* Merge doc patches and a bugfix from Mark MelahnNick Mathewson2005-07-23
|
* make v0 connections handle lists of event names.Nick Mathewson2005-07-20
|
* fix debugging and listenforevents API a littlev0.1Nick Mathewson2005-07-20
|
* Add a new (untested) set of debugging functionsNick Mathewson2005-07-20
|
* fix most torctl issues; move rest into TODONick Mathewson2005-07-14
|
* Tweak jaa control lib interface: make launchThread unneeded, add stub ↵Nick Mathewson2005-07-11
| | | | implementation for EventHandler.
* Finish making new (v1) controller logic and multiplexing logic work in ↵Nick Mathewson2005-06-24
| | | | Python and Java controllers. Try out example code a bit.
* Fix some-but-not-all compile errors in demo codeNick Mathewson2005-06-23
|
* Implement (modulo bugs) v1 control protocol in javaNick Mathewson2005-06-23
|
* Refactor java tor control library to split out v0 protocolNick Mathewson2005-06-21
|
* Oops. I guess I would probably get more comments about this clever ↵Nick Mathewson2005-06-04
controller API/demo stuff if I actually committed it to CVS. Here then.