Commit Graph

52 Commits

Author SHA1 Message Date
clairtonluz 9b75364617 replacing Closeable to AutoCloseable 2015-04-27 19:55:14 -03:00
clairtonluz 018c3a9380 implementation of the try-with-resource added in Java 7 to close the connection automatically 2015-04-25 10:41:29 -03:00
GideonLeGrange d86e59c340 Removed getTimeout() until somebody wants it. Don't want bloat 2015-03-30 16:47:35 +02:00
GideonLeGrange b02bf2eaee Removed old debug printf and improved disconnect() 2015-03-30 16:27:21 +02:00
Gideon le Grange afeeec67db Some cleanups. Fixed timeout corner case in #16 2015-03-29 23:14:32 +02:00
Gideon le Grange 6a73b28b59 Added command timeouts as requested in #16 2015-03-29 22:40:01 +02:00
Gideon le Grange c297aba43e Added command timeouts as requested in #16 2015-03-29 22:34:42 +02:00
Gideon le Grange 9aa06f3380 Working on fix for issue #16 2015-03-29 13:06:34 +02:00
Gideon le Grange 5d05b76fe8 Working on fix for issue #16 2015-03-29 13:05:50 +02:00
Gideon le Grange 60b1bd16f2 Working on fix for issue #16 2015-03-29 12:56:23 +02:00
Gideon le Grange ae639d323f Fixed bug #18 - login with empty username 2015-03-28 17:03:05 +02:00
GideonLeGrange cddb19d11f Changed parsing of =var variables to handle multi-line results better 2014-12-22 15:56:35 +02:00
GideonLeGrange 2a450e260c Changed parsing of =var variables to handle multi-line results better 2014-12-22 15:41:02 +02:00
GideonLeGrange 047cd4246b Added trim() to cope with spaces around host nameS 2014-12-22 12:55:59 +02:00
GideonLeGrange 57534fac63 Temp debugging to hunt #14, will remove in 2.0.3 2014-11-26 09:45:53 +02:00
Gideon le Grange 746e37f6cd Fixed bug #13 - Processor thread not stopped on disconnect 2014-11-17 22:35:48 +02:00
Gideon le Grange 00275d61a4 Fixed regression to #7 caused by fix for #11 2014-10-08 06:08:19 +02:00
Gideon le Grange 935c76ae34 Fixed bug #11 2014-10-08 04:40:27 +02:00
Gideon le Grange 8ce5fce77f Cleanups 2014-10-07 15:39:07 +02:00
Gideon le Grange ee10dddb81 Cleanups 2014-10-07 15:38:16 +02:00
Gideon le Grange 82befa76fc Added != support to parser. #11 2014-10-07 11:37:27 +02:00
Gideon le Grange 196131dac1 Added != support to scanner. #11 2014-10-07 11:18:27 +02:00
Gideon le Grange 91b95e8466 Fixed scanning of < and > operators in where clauses. #12 2014-10-07 09:04:27 +02:00
GideonLeGrange 2e431894bf Some small cleanups and refactoring. Fixed minor potential concurrency issue 2014-09-08 13:10:18 +02:00
GideonLeGrange 9f8b97d421 Code documentation fixes 2014-08-29 08:26:59 +02:00
GideonLeGrange 3d04b20dca Created version 2.0.0 branch to fix a few non-backwards compatibile problems.
- Added error() and completed() to ResultListener
- Removed ResponseListener
- Refactored internals and examples to account for these changes.
2014-06-23 11:19:15 +02:00
GideonLeGrange 6503eefa38 Fixed issue #7 2014-04-24 14:51:58 +02:00
Gideon le Grange 16eb6cb17e Fixed scanner bug causing .id=*nn values not to be scanned correctly. 2014-04-21 20:36:59 +02:00
Gideon le Grange 15c48def68 Fixed quoting in parser 2014-04-14 20:16:55 +02:00
GideonLeGrange a78ad48d39 Slight scanner and parser error handling improvements 2014-04-14 16:19:20 +02:00
GideonLeGrange 10f88ad9f0 Slight scanner and parser error handling improvements 2014-04-14 16:19:03 +02:00
GideonLeGrange c44c02294b More parser fixes and testing 2014-04-14 16:01:52 +02:00
GideonLeGrange b5eb058f25 Slight scanner and parser error handling improvements 2014-04-14 14:52:47 +02:00
GideonLeGrange 99fa3149fd Re-wrote scanning and parsing to handle problems from issues #3 and #4 2014-04-14 14:43:03 +02:00
GideonLeGrange 7c73559bb1 Re-wrote scanning and parsing to handle problems from issues #3 and #4 2014-04-14 14:42:51 +02:00
Gideon le Grange 2633088303 Working out ANTLR grammar 2014-04-11 09:01:02 +02:00
GideonLeGrange afe511b593 Added support for multi-line results 2014-01-29 11:05:59 +02:00
GideonLeGrange e1caaf2b31 Fixed to not check for router reachability before connecting 2014-01-20 15:43:42 +02:00
GideonLeGrange 044e4e76a0 Fixed to not check for router reachability before connecting 2014-01-20 14:48:53 +02:00
Gideon le Grange fd69b85755 Added anonymous TLS (SSL) support 2013-12-30 08:11:05 +02:00
Gideon le Grange e3569a49af Fixed class/package problem 2013-12-28 16:06:58 +02:00
GideonLeGrange f242144496 Added complex async exmple 2013-12-23 11:52:07 +02:00
GideonLeGrange daf1ff9518 Refactored to split public API from implementation 2013-12-23 11:37:14 +02:00
GideonLeGrange 93e5eda09d Refactored to split public API from implementation 2013-12-23 11:36:22 +02:00
GideonLeGrange 713084cd9d Fixed a bug in the async interface. Wrote an async example 2013-08-30 15:41:04 +02:00
Gideon le Grange 266bbd8005 Testing Jenkins 2013-08-09 10:57:18 +02:00
GideonLeGrange 9b4d15fc84 Removed Result from plublic API, it was just a Map anyway. Fixed small synchronization bug 2013-08-09 10:19:26 +02:00
GideonLeGrange d11e439fde Changed interface to no longer be dependent on all sorts of weird classes 2013-07-14 16:17:43 +02:00
GideonLeGrange 1fad1ec9e9 Removed forgotten debug print 2013-07-12 11:22:49 +02:00
GideonLeGrange 900ce2f91c Fixed possible race condition in short-lived synchrynous commands 2013-07-12 10:28:55 +02:00