Commit Graph

29 Commits

Author SHA1 Message Date
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
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 60b1bd16f2 Working on fix for issue #16 2015-03-29 12:56:23 +02:00
GideonLeGrange cddb19d11f Changed parsing of =var variables to handle multi-line results better 2014-12-22 15:56:35 +02:00
GideonLeGrange 047cd4246b Added trim() to cope with spaces around host nameS 2014-12-22 12:55:59 +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 91b95e8466 Fixed scanning of < and > operators in where clauses. #12 2014-10-07 09:04:27 +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
Gideon le Grange 15c48def68 Fixed quoting in parser 2014-04-14 20:16:55 +02:00
GideonLeGrange c44c02294b More parser fixes and testing 2014-04-14 16:01:52 +02:00
Gideon le Grange 2633088303 Working out ANTLR grammar 2014-04-11 09:01:02 +02:00
GideonLeGrange 500fa4c699 Modified file download example 2014-01-29 11:08:34 +02:00
GideonLeGrange afe511b593 Added support for multi-line results 2014-01-29 11:05:59 +02:00
GideonLeGrange 044e4e76a0 Fixed to not check for router reachability before connecting 2014-01-20 14:48:53 +02:00
GideonLeGrange e87285bd4e Added write example 2013-12-30 14:00:33 +02:00
GideonLeGrange 1d2a896f7e Edited examples 2013-12-30 13:41:06 +02:00
Gideon le Grange fd69b85755 Added anonymous TLS (SSL) support 2013-12-30 08:11:05 +02:00
GideonLeGrange f242144496 Added complex async exmple 2013-12-23 11:52:07 +02:00
GideonLeGrange 8bcfefb042 Fixed small typo 2013-08-30 15:43:50 +02:00
GideonLeGrange 78cfc566ed Fixed small typo 2013-08-30 15:43:29 +02:00
GideonLeGrange 36757f2091 Fixed a bug in the async interface. Wrote an async example 2013-08-30 15:41:29 +02:00
GideonLeGrange 713084cd9d Fixed a bug in the async interface. Wrote an async example 2013-08-30 15:41:04 +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 dddab100f9 Added example 2013-07-12 10:05:08 +02:00
GideonLeGrange 473f303add Small tweaks 2013-07-11 20:42:30 +02:00
GideonLeGrange b617aa12c8 Added some examples, more to follow 2013-07-11 16:57:27 +02:00
GideonLeGrange bfb7acea24 Added some examples, more to follow 2013-07-11 16:56:22 +02:00