Fix jsdoc, add missing documentation.
[guacamole-common-js.git] / src / main / resources / tunnel.js
2012-08-11 Michael JumperFix jsdoc, add missing documentation.
2012-03-26 Michael JumperChange "Connection does not exist" to more user-friendl...
2012-03-26 Michael JumperAdd error for status code of 0.
2012-03-25 Michael JumperGeneric error messages from status codes.
2012-03-24 Michael JumperDo not use X-Guacamole-Error-Message - use status code...
2012-03-19 Michael JumperIn chained tunnel, clear handlers in old tunnel when...
2012-03-14 Michael JumperProperly handle errors on write as well as read.
2012-03-10 Michael JumperErrors thrown by connect() of a chained tunnel should...
2012-03-10 Michael JumperFixed comment on self reference.
2012-03-10 Michael JumperJSDoc, remove useless onerror initialization.
2012-03-10 Michael JumperOnly chain to next tunnel if no instructions received...
2012-03-09 Michael JumperImplement ChainedTunnel, which wraps an arbitrary list...
2012-03-09 Michael JumperImplement tunnel onerror() for WebSocket.
2012-03-09 Michael JumperImplemented WebSocketTunnel.
2012-03-08 Michael JumperRevert "Removing WebSocket tunnel for stable release...
2012-02-09 Michael JumperMust only check response if readyState >= 2.
2011-12-11 Michael JumperFixes ticket #61 - adds catches where necessary to...
2011-12-10 Michael JumperRemoving WebSocket tunnel for stable release. It will...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
2011-09-16 Michael JumperUpdated comments
2011-09-11 Michael JumperPartial implementation of new format instructions in...
2011-09-11 Michael JumperSupport for new instruction format.
2011-09-02 Michael JumperAutomatically handle relative URLs.
2011-09-01 Michael JumperWorking initial implementation of websocket tunnel.
2011-07-13 Michael JumperFixed message generation logic.
2011-07-13 Michael JumperClient now handles tunnel errors.
2011-07-11 Michael JumperTunnel JSDoc.
2011-07-09 Michael JumperMore JSDoc and cleanup.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-07-04 Michael JumperMigrating to traditional JS handlers.
2011-04-09 Michael JumperError handling, added data submission for connect.
2011-04-08 Michael JumperAdded support for multiple tunnels (tunnel UUID returne...
2011-03-09 Michael JumperRemoved unnecessary (and often ignored) setting of...
2011-03-09 Michael JumperAdded missing semicolons, improved state handling
2011-03-09 Michael JumperAdded disconnect function to tunnel, added automatic...
2011-03-03 Michael JumperExtracted tunnel, mouse, and keyboard handling from...