This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git.


    from 854e188  GUACAMOLE-929: Merge update copyright date to 2020.
     add eaa291a  Add documentation for 1.1.0.
     add b9e1ced  Add Google Analytics tracking code to 1.1.0 documentation.
     add 2a2ec84  Merge add documentation for 1.1.0.

No new revisions were added by this update.

Summary of changes:
 .../guacamole-common-js/ArrayBufferReader.js.html  |  136 +
 .../guacamole-common-js/ArrayBufferWriter.js.html  |  184 +
 .../AudioContextFactory.js.html                    |  140 +
 doc/1.1.0/guacamole-common-js/AudioPlayer.js.html  |  566 ++
 .../guacamole-common-js/AudioRecorder.js.html      |  632 ++
 doc/1.1.0/guacamole-common-js/BlobReader.js.html   |  188 +
 doc/1.1.0/guacamole-common-js/BlobWriter.js.html   |  306 +
 doc/1.1.0/guacamole-common-js/Client.js.html       | 1751 ++++
 .../guacamole-common-js/DataURIReader.js.html      |  144 +
 doc/1.1.0/guacamole-common-js/Display.js.html      | 1543 ++++
 .../Guacamole.ArrayBufferReader.html               |  456 +
 .../Guacamole.ArrayBufferWriter.html               |  758 ++
 .../Guacamole.AudioContextFactory.html             |  341 +
 .../guacamole-common-js/Guacamole.AudioPlayer.html |  734 ++
 .../Guacamole.AudioRecorder.html                   |  828 ++
 .../guacamole-common-js/Guacamole.BlobReader.html  |  700 ++
 .../guacamole-common-js/Guacamole.BlobWriter.html  | 1073 +++
 .../Guacamole.ChainedTunnel.html                   | 1527 ++++
 .../guacamole-common-js/Guacamole.Client.html      | 5195 +++++++++++
 .../Guacamole.DataURIReader.html                   |  435 +
 .../Guacamole.Display.VisibleLayer.html            | 6600 ++++++++++++++
 .../guacamole-common-js/Guacamole.Display.html     | 9066 ++++++++++++++++++++
 .../guacamole-common-js/Guacamole.HTTPTunnel.html  | 1609 ++++
 .../guacamole-common-js/Guacamole.InputSink.html   |  380 +
 .../guacamole-common-js/Guacamole.InputStream.html |  716 ++
 .../guacamole-common-js/Guacamole.IntegerPool.html |  504 ++
 .../guacamole-common-js/Guacamole.JSONReader.html  |  678 ++
 .../Guacamole.Keyboard.ModifierState.html          |  705 ++
 .../guacamole-common-js/Guacamole.Keyboard.html    | 1666 ++++
 .../guacamole-common-js/Guacamole.Layer.Pixel.html |  554 ++
 doc/1.1.0/guacamole-common-js/Guacamole.Layer.html | 5716 ++++++++++++
 .../guacamole-common-js/Guacamole.Mouse.State.html | 1069 +++
 .../Guacamole.Mouse.Touchpad.html                  |  914 ++
 .../Guacamole.Mouse.Touchscreen.html               |  980 +++
 doc/1.1.0/guacamole-common-js/Guacamole.Mouse.html | 1286 +++
 .../guacamole-common-js/Guacamole.Object.html      | 1120 +++
 .../Guacamole.OnScreenKeyboard.Key.html            |  656 ++
 .../Guacamole.OnScreenKeyboard.Layout.html         |  687 ++
 .../Guacamole.OnScreenKeyboard.html                |  986 +++
 .../Guacamole.OutputStream.html                    |  692 ++
 .../guacamole-common-js/Guacamole.Parser.html      |  484 ++
 .../Guacamole.RawAudioFormat.html                  |  621 ++
 .../Guacamole.RawAudioPlayer.html                  |  638 ++
 .../Guacamole.RawAudioRecorder.html                |  814 ++
 .../Guacamole.SessionRecording.html                | 1715 ++++
 .../Guacamole.StaticHTTPTunnel.html                | 1611 ++++
 .../guacamole-common-js/Guacamole.Status.html      |  606 ++
 .../Guacamole.StringReader.html                    |  456 +
 .../Guacamole.StringWriter.html                    |  595 ++
 .../guacamole-common-js/Guacamole.Tunnel.html      | 1545 ++++
 .../guacamole-common-js/Guacamole.VideoPlayer.html |  756 ++
 .../Guacamole.WebSocketTunnel.html                 | 1511 ++++
 doc/1.1.0/guacamole-common-js/Guacamole.html       |  332 +
 doc/1.1.0/guacamole-common-js/InputSink.js.html    |  189 +
 doc/1.1.0/guacamole-common-js/InputStream.js.html  |  131 +
 doc/1.1.0/guacamole-common-js/IntegerPool.js.html  |  137 +
 doc/1.1.0/guacamole-common-js/JSONReader.js.html   |  175 +
 doc/1.1.0/guacamole-common-js/Keyboard.js.html     | 1574 ++++
 doc/1.1.0/guacamole-common-js/Layer.js.html        | 1039 +++
 doc/1.1.0/guacamole-common-js/Mouse.js.html        | 1148 +++
 doc/1.1.0/guacamole-common-js/Namespace.js.html    |   87 +
 doc/1.1.0/guacamole-common-js/Object.js.html       |  271 +
 .../guacamole-common-js/OnScreenKeyboard.js.html   | 1004 +++
 doc/1.1.0/guacamole-common-js/OutputStream.js.html |  129 +
 doc/1.1.0/guacamole-common-js/Parser.js.html       |  217 +
 .../guacamole-common-js/RawAudioFormat.js.html     |  207 +
 .../guacamole-common-js/SessionRecording.js.html   |  880 ++
 doc/1.1.0/guacamole-common-js/Status.js.html       |  379 +
 doc/1.1.0/guacamole-common-js/StringReader.js.html |  227 +
 doc/1.1.0/guacamole-common-js/StringWriter.js.html |  252 +
 doc/1.1.0/guacamole-common-js/Tunnel.js.html       | 1445 ++++
 doc/1.1.0/guacamole-common-js/Version.js.html      |   91 +
 doc/1.1.0/guacamole-common-js/VideoPlayer.js.html  |  169 +
 .../fonts/OpenSans-Bold-webfont.eot                |  Bin
 .../fonts/OpenSans-Bold-webfont.svg                |    0
 .../fonts/OpenSans-Bold-webfont.woff               |  Bin
 .../fonts/OpenSans-BoldItalic-webfont.eot          |  Bin
 .../fonts/OpenSans-BoldItalic-webfont.svg          |    0
 .../fonts/OpenSans-BoldItalic-webfont.woff         |  Bin
 .../fonts/OpenSans-Italic-webfont.eot              |  Bin
 .../fonts/OpenSans-Italic-webfont.svg              |    0
 .../fonts/OpenSans-Italic-webfont.woff             |  Bin
 .../fonts/OpenSans-Light-webfont.eot               |  Bin
 .../fonts/OpenSans-Light-webfont.svg               |    0
 .../fonts/OpenSans-Light-webfont.woff              |  Bin
 .../fonts/OpenSans-LightItalic-webfont.eot         |  Bin
 .../fonts/OpenSans-LightItalic-webfont.svg         |    0
 .../fonts/OpenSans-LightItalic-webfont.woff        |  Bin
 .../fonts/OpenSans-Regular-webfont.eot             |  Bin
 .../fonts/OpenSans-Regular-webfont.svg             |    0
 .../fonts/OpenSans-Regular-webfont.woff            |  Bin
 doc/1.1.0/guacamole-common-js/index.html           |   75 +
 .../guacamole-common-js/scripts/linenumber.js      |    0
 .../scripts/prettify/Apache-License-2.0.txt        |    0
 .../scripts/prettify/lang-css.js                   |    0
 .../scripts/prettify/prettify.js                   |    0
 .../guacamole-common-js/styles/jsdoc-default.css   |    0
 .../guacamole-common-js/styles/prettify-jsdoc.css  |    0
 .../styles/prettify-tomorrow.css                   |    0
 doc/1.1.0/guacamole-common/allclasses-frame.html   |   77 +
 doc/1.1.0/guacamole-common/allclasses-noframe.html |   77 +
 doc/1.1.0/guacamole-common/constant-values.html    |  200 +
 doc/1.1.0/guacamole-common/deprecated-list.html    |  136 +
 doc/1.1.0/guacamole-common/help-doc.html           |  241 +
 doc/1.1.0/guacamole-common/index-all.html          | 1459 ++++
 doc/1.1.0/guacamole-common/index.html              |   76 +
 .../guacamole/GuacamoleClientBadTypeException.html |  389 +
 .../apache/guacamole/GuacamoleClientException.html |  389 +
 .../guacamole/GuacamoleClientOverrunException.html |  391 +
 .../guacamole/GuacamoleClientTimeoutException.html |  388 +
 .../guacamole/GuacamoleClientTooManyException.html |  390 +
 .../GuacamoleConnectionClosedException.html        |  391 +
 .../org/apache/guacamole/GuacamoleException.html   |  419 +
 .../GuacamoleResourceClosedException.html          |  389 +
 .../GuacamoleResourceConflictException.html        |  390 +
 .../GuacamoleResourceNotFoundException.html        |  391 +
 .../guacamole/GuacamoleSecurityException.html      |  393 +
 .../guacamole/GuacamoleServerBusyException.html    |  389 +
 .../apache/guacamole/GuacamoleServerException.html |  389 +
 .../guacamole/GuacamoleSessionClosedException.html |  389 +
 .../GuacamoleSessionConflictException.html         |  389 +
 .../GuacamoleSessionTimeoutException.html          |  389 +
 .../guacamole/GuacamoleUnauthorizedException.html  |  395 +
 .../guacamole/GuacamoleUnsupportedException.html   |  389 +
 .../guacamole/GuacamoleUpstreamException.html      |  390 +
 .../GuacamoleUpstreamNotFoundException.html        |  389 +
 .../GuacamoleUpstreamTimeoutException.html         |  391 +
 .../GuacamoleUpstreamUnavailableException.html     |  393 +
 .../class-use/GuacamoleClientBadTypeException.html |  136 +
 .../class-use/GuacamoleClientException.html        |  240 +
 .../class-use/GuacamoleClientOverrunException.html |  136 +
 .../class-use/GuacamoleClientTimeoutException.html |  136 +
 .../class-use/GuacamoleClientTooManyException.html |  136 +
 .../GuacamoleConnectionClosedException.html        |  136 +
 .../guacamole/class-use/GuacamoleException.html    |  684 ++
 .../GuacamoleResourceClosedException.html          |  136 +
 .../GuacamoleResourceConflictException.html        |  136 +
 .../GuacamoleResourceNotFoundException.html        |  136 +
 .../class-use/GuacamoleSecurityException.html      |  184 +
 .../class-use/GuacamoleServerBusyException.html    |  136 +
 .../class-use/GuacamoleServerException.html        |  197 +
 .../class-use/GuacamoleSessionClosedException.html |  136 +
 .../GuacamoleSessionConflictException.html         |  136 +
 .../GuacamoleSessionTimeoutException.html          |  136 +
 .../class-use/GuacamoleUnauthorizedException.html  |  136 +
 .../class-use/GuacamoleUnsupportedException.html   |  136 +
 .../class-use/GuacamoleUpstreamException.html      |  252 +
 .../GuacamoleUpstreamNotFoundException.html        |  136 +
 .../GuacamoleUpstreamTimeoutException.html         |  136 +
 .../GuacamoleUpstreamUnavailableException.html     |  136 +
 .../org/apache/guacamole/io/GuacamoleReader.html   |  312 +
 .../org/apache/guacamole/io/GuacamoleWriter.html   |  312 +
 .../apache/guacamole/io/ReaderGuacamoleReader.html |  381 +
 .../apache/guacamole/io/WriterGuacamoleWriter.html |  381 +
 .../guacamole/io/class-use/GuacamoleReader.html    |  299 +
 .../guacamole/io/class-use/GuacamoleWriter.html    |  299 +
 .../io/class-use/ReaderGuacamoleReader.html        |  136 +
 .../io/class-use/WriterGuacamoleWriter.html        |  136 +
 .../org/apache/guacamole/io/package-frame.html     |   37 +
 .../org/apache/guacamole/io/package-summary.html   |  198 +
 .../org/apache/guacamole/io/package-tree.html      |  155 +
 .../org/apache/guacamole/io/package-use.html       |  241 +
 .../guacamole/net/AbstractGuacamoleTunnel.html     |  506 ++
 .../guacamole/net/DelegatingGuacamoleTunnel.html   |  549 ++
 .../org/apache/guacamole/net/GuacamoleSocket.html  |  320 +
 .../org/apache/guacamole/net/GuacamoleTunnel.html  |  489 ++
 .../apache/guacamole/net/InetGuacamoleSocket.html  |  402 +
 .../apache/guacamole/net/SSLGuacamoleSocket.html   |  402 +
 .../guacamole/net/SimpleGuacamoleTunnel.html       |  356 +
 .../net/class-use/AbstractGuacamoleTunnel.html     |  181 +
 .../net/class-use/DelegatingGuacamoleTunnel.html   |  136 +
 .../guacamole/net/class-use/GuacamoleSocket.html   |  318 +
 .../guacamole/net/class-use/GuacamoleTunnel.html   |  292 +
 .../net/class-use/InetGuacamoleSocket.html         |  136 +
 .../net/class-use/SSLGuacamoleSocket.html          |  136 +
 .../net/class-use/SimpleGuacamoleTunnel.html       |  136 +
 .../org/apache/guacamole/net/package-frame.html    |   40 +
 .../org/apache/guacamole/net/package-summary.html  |  219 +
 .../org/apache/guacamole/net/package-tree.html     |  161 +
 .../org/apache/guacamole/net/package-use.html      |  256 +
 .../org/apache/guacamole/package-frame.html        |   52 +
 .../org/apache/guacamole/package-summary.html      |  318 +
 .../org/apache/guacamole/package-tree.html         |  193 +
 .../org/apache/guacamole/package-use.html          |  326 +
 .../protocol/ConfiguredGuacamoleSocket.html        |  516 ++
 .../protocol/FailoverGuacamoleSocket.html          |  452 +
 .../protocol/FilteredGuacamoleReader.html          |  387 +
 .../protocol/FilteredGuacamoleSocket.html          |  404 +
 .../protocol/FilteredGuacamoleWriter.html          |  387 +
 .../protocol/GuacamoleClientInformation.html       |  510 ++
 .../guacamole/protocol/GuacamoleConfiguration.html |  529 ++
 .../apache/guacamole/protocol/GuacamoleFilter.html |  256 +
 .../guacamole/protocol/GuacamoleInstruction.html   |  380 +
 .../apache/guacamole/protocol/GuacamoleParser.html |  479 ++
 .../protocol/GuacamoleProtocolCapability.html      |  413 +
 .../protocol/GuacamoleProtocolVersion.html         |  532 ++
 .../apache/guacamole/protocol/GuacamoleStatus.html |  759 ++
 .../class-use/ConfiguredGuacamoleSocket.html       |  136 +
 .../class-use/FailoverGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleReader.html         |  136 +
 .../class-use/FilteredGuacamoleSocket.html         |  136 +
 .../class-use/FilteredGuacamoleWriter.html         |  136 +
 .../class-use/GuacamoleClientInformation.html      |  182 +
 .../protocol/class-use/GuacamoleConfiguration.html |  213 +
 .../protocol/class-use/GuacamoleFilter.html        |  196 +
 .../protocol/class-use/GuacamoleInstruction.html   |  262 +
 .../protocol/class-use/GuacamoleParser.html        |  136 +
 .../class-use/GuacamoleProtocolCapability.html     |  187 +
 .../class-use/GuacamoleProtocolVersion.html        |  241 +
 .../protocol/class-use/GuacamoleStatus.html        |  306 +
 .../apache/guacamole/protocol/package-frame.html   |   49 +
 .../apache/guacamole/protocol/package-summary.html |  270 +
 .../apache/guacamole/protocol/package-tree.html    |  175 +
 .../org/apache/guacamole/protocol/package-use.html |  258 +
 .../servlet/GuacamoleHTTPTunnelServlet.html        |  606 ++
 .../class-use/GuacamoleHTTPTunnelServlet.html      |  136 +
 .../apache/guacamole/servlet/package-frame.html    |   31 +
 .../apache/guacamole/servlet/package-summary.html  |  168 +
 .../org/apache/guacamole/servlet/package-tree.html |  157 +
 .../org/apache/guacamole/servlet/package-use.html  |  136 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  369 +
 .../GuacamoleWebSocketTunnelEndpoint.html          |  136 +
 .../apache/guacamole/websocket/package-frame.html  |   31 +
 .../guacamole/websocket/package-summary.html       |  157 +
 .../apache/guacamole/websocket/package-tree.html   |  153 +
 .../apache/guacamole/websocket/package-use.html    |  136 +
 doc/1.1.0/guacamole-common/overview-frame.html     |   37 +
 doc/1.1.0/guacamole-common/overview-summary.html   |  184 +
 doc/1.1.0/guacamole-common/overview-tree.html      |  253 +
 doc/{1.0.0 => 1.1.0}/guacamole-common/package-list |    0
 .../guacamole-common}/script.js                    |    0
 doc/1.1.0/guacamole-common/serialized-form.html    |  318 +
 .../guacamole-common}/stylesheet.css               |    0
 doc/1.1.0/guacamole-ext/allclasses-frame.html      |  149 +
 doc/1.1.0/guacamole-ext/allclasses-noframe.html    |  149 +
 doc/1.1.0/guacamole-ext/constant-values.html       |  280 +
 doc/1.1.0/guacamole-ext/deprecated-list.html       |  298 +
 doc/1.1.0/guacamole-ext/help-doc.html              |  241 +
 doc/1.1.0/guacamole-ext/index-all.html             | 3432 ++++++++
 doc/1.1.0/guacamole-ext/index.html                 |   76 +
 .../apache/guacamole/environment/Environment.html  |  504 ++
 .../guacamole/environment/LocalEnvironment.html    |  530 ++
 .../environment/class-use/Environment.html         |  180 +
 .../environment/class-use/LocalEnvironment.html    |  136 +
 .../guacamole/environment/package-frame.html       |   35 +
 .../guacamole/environment/package-summary.html     |  176 +
 .../apache/guacamole/environment/package-tree.html |  153 +
 .../apache/guacamole/environment/package-use.html  |  172 +
 .../org/apache/guacamole/form/BooleanField.html    |  293 +
 .../org/apache/guacamole/form/DateField.html       |  402 +
 .../org/apache/guacamole/form/EmailField.html      |  284 +
 .../org/apache/guacamole/form/EnumField.html       |  288 +
 .../org/apache/guacamole/form/Field.Type.html      |  522 ++
 .../org/apache/guacamole/form/Field.html           |  473 +
 .../org/apache/guacamole/form/FieldOption.html     |  376 +
 .../org/apache/guacamole/form/Form.html            |  382 +
 .../org/apache/guacamole/form/LanguageField.html   |  334 +
 .../org/apache/guacamole/form/MultilineField.html  |  284 +
 .../org/apache/guacamole/form/NumericField.html    |  356 +
 .../org/apache/guacamole/form/PasswordField.html   |  285 +
 .../guacamole/form/TerminalColorSchemeField.html   |  286 +
 .../org/apache/guacamole/form/TextField.html       |  354 +
 .../org/apache/guacamole/form/TimeField.html       |  402 +
 .../org/apache/guacamole/form/TimeZoneField.html   |  332 +
 .../org/apache/guacamole/form/UsernameField.html   |  285 +
 .../guacamole/form/class-use/BooleanField.html     |  136 +
 .../apache/guacamole/form/class-use/DateField.html |  136 +
 .../guacamole/form/class-use/EmailField.html       |  136 +
 .../apache/guacamole/form/class-use/EnumField.html |  136 +
 .../guacamole/form/class-use/Field.Type.html       |  136 +
 .../org/apache/guacamole/form/class-use/Field.html |  406 +
 .../guacamole/form/class-use/FieldOption.html      |  136 +
 .../org/apache/guacamole/form/class-use/Form.html  |  341 +
 .../guacamole/form/class-use/LanguageField.html    |  136 +
 .../guacamole/form/class-use/MultilineField.html   |  136 +
 .../guacamole/form/class-use/NumericField.html     |  136 +
 .../guacamole/form/class-use/PasswordField.html    |  136 +
 .../form/class-use/TerminalColorSchemeField.html   |  136 +
 .../apache/guacamole/form/class-use/TextField.html |  136 +
 .../apache/guacamole/form/class-use/TimeField.html |  136 +
 .../guacamole/form/class-use/TimeZoneField.html    |  136 +
 .../guacamole/form/class-use/UsernameField.html    |  136 +
 .../org/apache/guacamole/form/package-frame.html   |   47 +
 .../org/apache/guacamole/form/package-summary.html |  267 +
 .../org/apache/guacamole/form/package-tree.html    |  168 +
 .../org/apache/guacamole/form/package-use.html     |  242 +
 .../apache/guacamole/language/Translatable.html    |  247 +
 .../guacamole/language/TranslatableMessage.html    |  355 +
 .../guacamole/language/class-use/Translatable.html |  136 +
 .../language/class-use/TranslatableMessage.html    |  180 +
 .../apache/guacamole/language/package-frame.html   |   35 +
 .../apache/guacamole/language/package-summary.html |  177 +
 .../apache/guacamole/language/package-tree.html    |  153 +
 .../org/apache/guacamole/language/package-use.html |  173 +
 .../net/auth/AbstractActiveConnection.html         |  608 ++
 .../net/auth/AbstractAuthenticatedUser.html        |  376 +
 .../net/auth/AbstractAuthenticationProvider.html   |  660 ++
 .../guacamole/net/auth/AbstractConnection.html     |  500 ++
 .../net/auth/AbstractConnectionGroup.html          |  479 ++
 .../guacamole/net/auth/AbstractIdentifiable.html   |  365 +
 .../guacamole/net/auth/AbstractSharingProfile.html |  527 ++
 .../apache/guacamole/net/auth/AbstractUser.html    |  773 ++
 .../guacamole/net/auth/AbstractUserContext.html    |  865 ++
 .../guacamole/net/auth/AbstractUserGroup.html      |  681 ++
 .../guacamole/net/auth/ActiveConnection.html       |  600 ++
 .../apache/guacamole/net/auth/ActivityRecord.html  |  337 +
 .../auth/ActivityRecordSet.SortableProperty.html   |  352 +
 .../guacamole/net/auth/ActivityRecordSet.html      |  381 +
 .../org/apache/guacamole/net/auth/Attributes.html  |  283 +
 .../guacamole/net/auth/AuthenticatedUser.html      |  375 +
 .../guacamole/net/auth/AuthenticationProvider.html |  551 ++
 .../org/apache/guacamole/net/auth/Connectable.html |  335 +
 .../org/apache/guacamole/net/auth/Connection.html  |  468 +
 .../guacamole/net/auth/ConnectionGroup.Type.html   |  371 +
 .../apache/guacamole/net/auth/ConnectionGroup.html |  451 +
 .../guacamole/net/auth/ConnectionRecord.html       |  331 +
 .../guacamole/net/auth/ConnectionRecordSet.html    |  229 +
 .../org/apache/guacamole/net/auth/Credentials.html |  567 ++
 .../guacamole/net/auth/DecoratingDirectory.html    |  519 ++
 .../guacamole/net/auth/DelegatingConnection.html   |  758 ++
 .../net/auth/DelegatingConnectionGroup.html        |  736 ++
 .../guacamole/net/auth/DelegatingDirectory.html    |  502 ++
 .../net/auth/DelegatingSharingProfile.html         |  576 ++
 .../apache/guacamole/net/auth/DelegatingUser.html  |  795 ++
 .../guacamole/net/auth/DelegatingUserContext.html  |  838 ++
 .../guacamole/net/auth/DelegatingUserGroup.html    |  705 ++
 .../org/apache/guacamole/net/auth/Directory.html   |  402 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  364 +
 .../net/auth/GuacamoleProxyConfiguration.html      |  402 +
 .../apache/guacamole/net/auth/Identifiable.html    |  273 +
 .../org/apache/guacamole/net/auth/Permissions.html |  409 +
 .../guacamole/net/auth/RelatedObjectSet.html       |  350 +
 .../org/apache/guacamole/net/auth/Shareable.html   |  272 +
 .../apache/guacamole/net/auth/SharingProfile.html  |  387 +
 .../net/auth/TokenInjectingConnection.html         |  346 +
 .../net/auth/TokenInjectingConnectionGroup.html    |  361 +
 .../net/auth/TokenInjectingUserContext.html        |  454 +
 .../apache/guacamole/net/auth/User.Attribute.html  |  346 +
 .../org/apache/guacamole/net/auth/User.html        |  423 +
 .../org/apache/guacamole/net/auth/UserContext.html |  696 ++
 .../org/apache/guacamole/net/auth/UserGroup.html   |  337 +
 .../auth/class-use/AbstractActiveConnection.html   |  136 +
 .../auth/class-use/AbstractAuthenticatedUser.html  |  136 +
 .../class-use/AbstractAuthenticationProvider.html  |  183 +
 .../net/auth/class-use/AbstractConnection.html     |  183 +
 .../auth/class-use/AbstractConnectionGroup.html    |  184 +
 .../net/auth/class-use/AbstractIdentifiable.html   |  265 +
 .../net/auth/class-use/AbstractSharingProfile.html |  136 +
 .../guacamole/net/auth/class-use/AbstractUser.html |  182 +
 .../net/auth/class-use/AbstractUserContext.html    |  183 +
 .../net/auth/class-use/AbstractUserGroup.html      |  183 +
 .../net/auth/class-use/ActiveConnection.html       |  211 +
 .../net/auth/class-use/ActivityRecord.html         |  270 +
 .../ActivityRecordSet.SortableProperty.html        |  239 +
 .../net/auth/class-use/ActivityRecordSet.html      |  304 +
 .../guacamole/net/auth/class-use/Attributes.html   |  351 +
 .../net/auth/class-use/AuthenticatedUser.html      |  462 +
 .../net/auth/class-use/AuthenticationProvider.html |  283 +
 .../guacamole/net/auth/class-use/Connectable.html  |  291 +
 .../guacamole/net/auth/class-use/Connection.html   |  377 +
 .../net/auth/class-use/ConnectionGroup.Type.html   |  225 +
 .../net/auth/class-use/ConnectionGroup.html        |  386 +
 .../net/auth/class-use/ConnectionRecord.html       |  234 +
 .../net/auth/class-use/ConnectionRecordSet.html    |  213 +
 .../guacamole/net/auth/class-use/Credentials.html  |  418 +
 .../net/auth/class-use/DecoratingDirectory.html    |  136 +
 .../net/auth/class-use/DelegatingConnection.html   |  183 +
 .../auth/class-use/DelegatingConnectionGroup.html  |  183 +
 .../net/auth/class-use/DelegatingDirectory.html    |  182 +
 .../auth/class-use/DelegatingSharingProfile.html   |  136 +
 .../net/auth/class-use/DelegatingUser.html         |  136 +
 .../net/auth/class-use/DelegatingUserContext.html  |  183 +
 .../net/auth/class-use/DelegatingUserGroup.html    |  136 +
 .../guacamole/net/auth/class-use/Directory.html    |  418 +
 ...acamoleProxyConfiguration.EncryptionMethod.html |  210 +
 .../class-use/GuacamoleProxyConfiguration.html     |  183 +
 .../guacamole/net/auth/class-use/Identifiable.html |  446 +
 .../guacamole/net/auth/class-use/Permissions.html  |  284 +
 .../net/auth/class-use/RelatedObjectSet.html       |  287 +
 .../guacamole/net/auth/class-use/Shareable.html    |  198 +
 .../net/auth/class-use/SharingProfile.html         |  248 +
 .../auth/class-use/TokenInjectingConnection.html   |  136 +
 .../class-use/TokenInjectingConnectionGroup.html   |  136 +
 .../auth/class-use/TokenInjectingUserContext.html  |  136 +
 .../net/auth/class-use/User.Attribute.html         |  136 +
 .../apache/guacamole/net/auth/class-use/User.html  |  314 +
 .../guacamole/net/auth/class-use/UserContext.html  |  435 +
 .../guacamole/net/auth/class-use/UserGroup.html    |  276 +
 .../net/auth/credentials/CredentialsInfo.html      |  400 +
 .../credentials/GuacamoleCredentialsException.html |  419 +
 .../GuacamoleInsufficientCredentialsException.html |  388 +
 .../GuacamoleInvalidCredentialsException.html      |  386 +
 .../net/auth/credentials/UserCredentials.html      |  585 ++
 .../credentials/class-use/CredentialsInfo.html     |  302 +
 .../class-use/GuacamoleCredentialsException.html   |  186 +
 .../GuacamoleInsufficientCredentialsException.html |  136 +
 .../GuacamoleInvalidCredentialsException.html      |  136 +
 .../credentials/class-use/UserCredentials.html     |  182 +
 .../net/auth/credentials/package-frame.html        |   38 +
 .../net/auth/credentials/package-summary.html      |  194 +
 .../net/auth/credentials/package-tree.html         |  183 +
 .../net/auth/credentials/package-use.html          |  201 +
 .../apache/guacamole/net/auth/package-frame.html   |   83 +
 .../apache/guacamole/net/auth/package-summary.html |  507 ++
 .../apache/guacamole/net/auth/package-tree.html    |  256 +
 .../org/apache/guacamole/net/auth/package-use.html |  587 ++
 .../net/auth/permission/ObjectPermission.Type.html |  395 +
 .../net/auth/permission/ObjectPermission.html      |  391 +
 .../net/auth/permission/ObjectPermissionSet.html   |  488 ++
 .../guacamole/net/auth/permission/Permission.html  |  251 +
 .../net/auth/permission/PermissionSet.html         |  311 +
 .../net/auth/permission/SystemPermission.Type.html |  429 +
 .../net/auth/permission/SystemPermission.html      |  364 +
 .../net/auth/permission/SystemPermissionSet.html   |  432 +
 .../class-use/ObjectPermission.Type.html           |  323 +
 .../permission/class-use/ObjectPermission.html     |  259 +
 .../permission/class-use/ObjectPermissionSet.html  |  412 +
 .../net/auth/permission/class-use/Permission.html  |  204 +
 .../auth/permission/class-use/PermissionSet.html   |  224 +
 .../class-use/SystemPermission.Type.html           |  267 +
 .../permission/class-use/SystemPermission.html     |  259 +
 .../permission/class-use/SystemPermissionSet.html  |  258 +
 .../net/auth/permission/package-frame.html         |   44 +
 .../net/auth/permission/package-summary.html       |  235 +
 .../net/auth/permission/package-tree.html          |  173 +
 .../guacamole/net/auth/permission/package-use.html |  301 +
 .../net/auth/simple/SimpleActivityRecordSet.html   |  431 +
 .../auth/simple/SimpleAuthenticationProvider.html  |  420 +
 .../net/auth/simple/SimpleConnection.html          |  673 ++
 .../net/auth/simple/SimpleConnectionDirectory.html |  354 +
 .../net/auth/simple/SimpleConnectionGroup.html     |  537 ++
 .../simple/SimpleConnectionGroupDirectory.html     |  356 +
 .../net/auth/simple/SimpleConnectionRecordSet.html |  443 +
 .../guacamole/net/auth/simple/SimpleDirectory.html |  616 ++
 .../net/auth/simple/SimpleObjectPermissionSet.html |  622 ++
 .../net/auth/simple/SimpleRelatedObjectSet.html    |  432 +
 .../net/auth/simple/SimpleSystemPermissionSet.html |  514 ++
 .../guacamole/net/auth/simple/SimpleUser.html      |  528 ++
 .../net/auth/simple/SimpleUserContext.html         |  516 ++
 .../net/auth/simple/SimpleUserDirectory.html       |  282 +
 .../guacamole/net/auth/simple/SimpleUserGroup.html |  309 +
 .../simple/class-use/SimpleActivityRecordSet.html  |  136 +
 .../class-use/SimpleAuthenticationProvider.html    |  136 +
 .../auth/simple/class-use/SimpleConnection.html    |  136 +
 .../class-use/SimpleConnectionDirectory.html       |  136 +
 .../simple/class-use/SimpleConnectionGroup.html    |  136 +
 .../class-use/SimpleConnectionGroupDirectory.html  |  136 +
 .../class-use/SimpleConnectionRecordSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleDirectory.html |  200 +
 .../class-use/SimpleObjectPermissionSet.html       |  136 +
 .../simple/class-use/SimpleRelatedObjectSet.html   |  136 +
 .../class-use/SimpleSystemPermissionSet.html       |  136 +
 .../net/auth/simple/class-use/SimpleUser.html      |  136 +
 .../auth/simple/class-use/SimpleUserContext.html   |  136 +
 .../auth/simple/class-use/SimpleUserDirectory.html |  136 +
 .../net/auth/simple/class-use/SimpleUserGroup.html |  136 +
 .../guacamole/net/auth/simple/package-frame.html   |   45 +
 .../guacamole/net/auth/simple/package-summary.html |  264 +
 .../guacamole/net/auth/simple/package-tree.html    |  194 +
 .../guacamole/net/auth/simple/package-use.html     |  176 +
 .../net/event/AuthenticationFailureEvent.html      |  311 +
 .../net/event/AuthenticationSuccessEvent.html      |  345 +
 .../guacamole/net/event/CredentialEvent.html       |  247 +
 .../guacamole/net/event/TunnelCloseEvent.html      |  375 +
 .../guacamole/net/event/TunnelConnectEvent.html    |  375 +
 .../apache/guacamole/net/event/TunnelEvent.html    |  246 +
 .../org/apache/guacamole/net/event/UserEvent.html  |  249 +
 .../class-use/AuthenticationFailureEvent.html      |  183 +
 .../class-use/AuthenticationSuccessEvent.html      |  183 +
 .../net/event/class-use/CredentialEvent.html       |  201 +
 .../net/event/class-use/TunnelCloseEvent.html      |  182 +
 .../net/event/class-use/TunnelConnectEvent.html    |  182 +
 .../guacamole/net/event/class-use/TunnelEvent.html |  187 +
 .../guacamole/net/event/class-use/UserEvent.html   |  194 +
 .../listener/AuthenticationFailureListener.html    |  258 +
 .../listener/AuthenticationSuccessListener.html    |  262 +
 .../guacamole/net/event/listener/Listener.html     |  255 +
 .../net/event/listener/TunnelCloseListener.html    |  259 +
 .../net/event/listener/TunnelConnectListener.html  |  260 +
 .../class-use/AuthenticationFailureListener.html   |  136 +
 .../class-use/AuthenticationSuccessListener.html   |  136 +
 .../net/event/listener/class-use/Listener.html     |  136 +
 .../listener/class-use/TunnelCloseListener.html    |  136 +
 .../listener/class-use/TunnelConnectListener.html  |  136 +
 .../net/event/listener/package-frame.html          |   35 +
 .../net/event/listener/package-summary.html        |  195 +
 .../guacamole/net/event/listener/package-tree.html |  149 +
 .../guacamole/net/event/listener/package-use.html  |  136 +
 .../apache/guacamole/net/event/package-frame.html  |   40 +
 .../guacamole/net/event/package-summary.html       |  224 +
 .../apache/guacamole/net/event/package-tree.html   |  158 +
 .../apache/guacamole/net/event/package-use.html    |  227 +
 .../properties/BooleanGuacamoleProperty.html       |  315 +
 .../properties/FileGuacamoleProperty.html          |  314 +
 .../guacamole/properties/GuacamoleProperty.html    |  281 +
 .../properties/IntegerGuacamoleProperty.html       |  314 +
 .../properties/LongGuacamoleProperty.html          |  314 +
 .../properties/StringGuacamoleProperty.html        |  314 +
 .../class-use/BooleanGuacamoleProperty.html        |  178 +
 .../class-use/FileGuacamoleProperty.html           |  136 +
 .../properties/class-use/GuacamoleProperty.html    |  258 +
 .../class-use/IntegerGuacamoleProperty.html        |  178 +
 .../class-use/LongGuacamoleProperty.html           |  136 +
 .../class-use/StringGuacamoleProperty.html         |  179 +
 .../apache/guacamole/properties/package-frame.html |   39 +
 .../guacamole/properties/package-summary.html      |  209 +
 .../apache/guacamole/properties/package-tree.html  |  157 +
 .../apache/guacamole/properties/package-use.html   |  212 +
 .../apache/guacamole/protocols/ProtocolInfo.html   |  492 ++
 .../protocols/class-use/ProtocolInfo.html          |  202 +
 .../apache/guacamole/protocols/package-frame.html  |   31 +
 .../guacamole/protocols/package-summary.html       |  157 +
 .../apache/guacamole/protocols/package-tree.html   |  149 +
 .../apache/guacamole/protocols/package-use.html    |  172 +
 .../org/apache/guacamole/token/StandardTokens.html |  495 ++
 .../org/apache/guacamole/token/TokenFilter.html    |  465 +
 .../org/apache/guacamole/token/TokenName.html      |  298 +
 .../guacamole/token/class-use/StandardTokens.html  |  136 +
 .../guacamole/token/class-use/TokenFilter.html     |  199 +
 .../guacamole/token/class-use/TokenName.html       |  136 +
 .../org/apache/guacamole/token/package-frame.html  |   33 +
 .../apache/guacamole/token/package-summary.html    |  170 +
 .../org/apache/guacamole/token/package-tree.html   |  151 +
 .../org/apache/guacamole/token/package-use.html    |  172 +
 .../org/apache/guacamole/xml/DocumentHandler.html  |  382 +
 .../org/apache/guacamole/xml/TagHandler.html       |  303 +
 .../guacamole/xml/class-use/DocumentHandler.html   |  136 +
 .../apache/guacamole/xml/class-use/TagHandler.html |  196 +
 .../org/apache/guacamole/xml/package-frame.html    |   35 +
 .../org/apache/guacamole/xml/package-summary.html  |  187 +
 .../org/apache/guacamole/xml/package-tree.html     |  157 +
 .../org/apache/guacamole/xml/package-use.html      |  175 +
 doc/1.1.0/guacamole-ext/overview-frame.html        |   44 +
 doc/1.1.0/guacamole-ext/overview-summary.html      |  223 +
 doc/1.1.0/guacamole-ext/overview-tree.html         |  402 +
 doc/{1.0.0 => 1.1.0}/guacamole-ext/package-list    |    0
 doc/{1.0.0 => 1.1.0}/guacamole-ext/script.js       |    0
 doc/1.1.0/guacamole-ext/serialized-form.html       |  215 +
 doc/{1.0.0 => 1.1.0}/guacamole-ext/stylesheet.css  |    0
 doc/1.1.0/gug/adhoc-connections.html               |   69 +
 doc/1.1.0/gug/administration.html                  |  163 +
 doc/{1.0.0 => 1.1.0}/gug/appendices.html           |    0
 doc/1.1.0/gug/book-index.html                      |   21 +
 doc/1.1.0/gug/cas-auth.html                        |   59 +
 doc/1.1.0/gug/configuring-guacamole.html           | 2489 ++++++
 doc/1.1.0/gug/custom-auth.html                     |  383 +
 doc/1.1.0/gug/custom-protocols.html                |  654 ++
 doc/{1.0.0 => 1.1.0}/gug/developers-guide.html     |    0
 doc/1.1.0/gug/duo-auth.html                        |  102 +
 doc/1.1.0/gug/event-listeners.html                 |  292 +
 doc/1.1.0/gug/faq.html                             |   86 +
 doc/1.1.0/gug/guacamole-architecture.html          |   83 +
 doc/1.1.0/gug/guacamole-common-js.html             |  263 +
 doc/1.1.0/gug/guacamole-common.html                |  141 +
 doc/1.1.0/gug/guacamole-docker.html                |  413 +
 doc/1.1.0/gug/guacamole-ext.html                   |  457 +
 doc/1.1.0/gug/guacamole-protocol.html              |  193 +
 doc/{1.0.0 => 1.1.0}/gug/gug.css                   |    0
 doc/1.1.0/gug/header-auth.html                     |   54 +
 .../gug/images/duo-add-guacamole.png               |  Bin
 .../gug/images/duo-auth-factor-1.png               |  Bin
 .../gug/images/duo-auth-factor-2.png               |  Bin
 .../gug/images/duo-copy-details.png                |  Bin
 .../gug/images/duo-rename-guacamole.png            |  Bin
 .../gug/images/edit-connection.png                 |  Bin
 .../gug/images/edit-group-memberships.png          |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/edit-group.png     |  Bin
 .../gug/images/edit-sharing-profile.png            |  Bin
 .../gug/images/edit-user-group.png                 |  Bin
 .../gug/images/edit-user-membership.png            |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/edit-user.png      |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/file-browser.png   |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/file-transfers.png |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/guac-arch.png      |  Bin
 .../gug/images/guac-menu-disconnect.png            |  Bin
 .../gug/images/guac-menu-share-link.png            |  Bin
 .../gug/images/guac-menu-share.png                 |  Bin
 .../gug/images/guacamole-client-interface.png      |  Bin
 .../gug/images/guacamole-drive-download.png        |  Bin
 .../gug/images/guacamole-drive.png                 |  Bin
 .../gug/images/guacamole-home-screen.png           |  Bin
 .../gug/images/guacamole-preferences.png           |  Bin
 .../gug/images/guacamole-settings-sections.png     |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/manage-button.png  |  Bin
 .../gug/images/manage-connections.png              |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/manage-groups.png  |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/manage-history.png |  Bin
 .../gug/images/manage-sessions.png                 |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/manage-users.png   |  Bin
 .../gug/images/session-filter-example-1.png        |  Bin
 .../gug/images/session-filter-example-2.png        |  Bin
 .../gug/images/totp-auth-factor-1.png              |  Bin
 .../gug/images/totp-auth-factor-2.png              |  Bin
 .../gug/images/totp-enroll-detail.png              |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/totp-enroll.png    |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/touchpad.png       |  Bin
 doc/{1.0.0 => 1.1.0}/gug/images/touchscreen.png    |  Bin
 doc/1.1.0/gug/index.html                           |   29 +
 doc/1.1.0/gug/installing-guacamole.html            |  454 +
 doc/1.1.0/gug/jdbc-auth.html                       |  920 ++
 doc/1.1.0/gug/ldap-auth.html                       |  315 +
 doc/1.1.0/gug/libguac.html                         |  263 +
 doc/1.1.0/gug/openid-auth.html                     |   98 +
 doc/1.1.0/gug/preface.html                         |   92 +
 doc/1.1.0/gug/protocol-reference.html              |  338 +
 doc/{1.0.0 => 1.1.0}/gug/proxying-guacamole.html   |    0
 doc/1.1.0/gug/radius-auth.html                     |  137 +
 doc/1.1.0/gug/totp-auth.html                       |   94 +
 doc/1.1.0/gug/troubleshooting.html                 |  407 +
 doc/1.1.0/gug/users-guide.html                     |   21 +
 doc/1.1.0/gug/using-guacamole.html                 |  204 +
 doc/1.1.0/gug/writing-you-own-guacamole-app.html   |  436 +
 doc/1.1.0/libguac/annotated.html                   |  104 +
 doc/1.1.0/libguac/audio-fntypes_8h.html            |  234 +
 doc/1.1.0/libguac/audio-fntypes_8h_source.html     |  100 +
 doc/1.1.0/libguac/audio-types_8h.html              |   98 +
 doc/1.1.0/libguac/audio-types_8h_source.html       |   93 +
 doc/1.1.0/libguac/audio_8h.html                    |  388 +
 doc/1.1.0/libguac/audio_8h_source.html             |  124 +
 doc/{1.0.0 => 1.1.0}/libguac/bc_s.png              |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/bdwn.png              |  Bin
 doc/1.1.0/libguac/classes.html                     |  107 +
 doc/1.1.0/libguac/client-constants_8h.html         |  189 +
 doc/1.1.0/libguac/client-constants_8h_source.html  |   91 +
 doc/1.1.0/libguac/client-fntypes_8h.html           |  186 +
 doc/1.1.0/libguac/client-fntypes_8h_source.html    |  101 +
 doc/1.1.0/libguac/client-types_8h.html             |  174 +
 doc/1.1.0/libguac/client-types_8h_source.html      |  101 +
 doc/1.1.0/libguac/client_8h.html                   | 1336 +++
 doc/1.1.0/libguac/client_8h_source.html            |  156 +
 doc/{1.0.0 => 1.1.0}/libguac/closed.png            |  Bin
 doc/1.1.0/libguac/deprecated.html                  |   93 +
 .../dir_6bb9fad85c98b48a11165f494b9f53ce.html      |  215 +
 doc/{1.0.0 => 1.1.0}/libguac/doc.png               |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/doxygen.css           |    0
 doc/{1.0.0 => 1.1.0}/libguac/doxygen.png           |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/dynsections.js        |    0
 doc/1.1.0/libguac/error-types_8h.html              |  205 +
 doc/1.1.0/libguac/error-types_8h_source.html       |  116 +
 doc/1.1.0/libguac/error_8h.html                    |  197 +
 doc/1.1.0/libguac/error_8h_source.html             |   94 +
 doc/1.1.0/libguac/files.html                       |  132 +
 doc/{1.0.0 => 1.1.0}/libguac/folderclosed.png      |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/folderopen.png        |  Bin
 doc/1.1.0/libguac/functions.html                   |  375 +
 doc/1.1.0/libguac/functions_vars.html              |  375 +
 doc/1.1.0/libguac/globals.html                     |  120 +
 doc/1.1.0/libguac/globals_c.html                   |  183 +
 doc/1.1.0/libguac/globals_defs.html                |  178 +
 doc/1.1.0/libguac/globals_e.html                   |   93 +
 doc/1.1.0/libguac/globals_enum.html                |  115 +
 doc/1.1.0/libguac/globals_eval.html                |  261 +
 doc/1.1.0/libguac/globals_func.html                |  558 ++
 doc/1.1.0/libguac/globals_g.html                   |  345 +
 doc/1.1.0/libguac/globals_h.html                   |   90 +
 doc/1.1.0/libguac/globals_l.html                   |   93 +
 doc/1.1.0/libguac/globals_p.html                   |  288 +
 doc/1.1.0/libguac/globals_s.html                   |  186 +
 doc/1.1.0/libguac/globals_t.html                   |   99 +
 doc/1.1.0/libguac/globals_type.html                |  202 +
 doc/1.1.0/libguac/globals_u.html                   |  213 +
 doc/1.1.0/libguac/globals_vars.html                |   88 +
 doc/1.1.0/libguac/hash_8h.html                     |  177 +
 doc/1.1.0/libguac/hash_8h_source.html              |   93 +
 doc/1.1.0/libguac/index.html                       |   87 +
 doc/{1.0.0 => 1.1.0}/libguac/jquery.js             |    0
 doc/1.1.0/libguac/layer-types_8h.html              |   98 +
 doc/1.1.0/libguac/layer-types_8h_source.html       |   92 +
 doc/1.1.0/libguac/layer_8h.html                    |  107 +
 doc/1.1.0/libguac/layer_8h_source.html             |   94 +
 doc/{1.0.0 => 1.1.0}/libguac/menu.js               |    0
 doc/1.1.0/libguac/menudata.js                      |  107 +
 doc/{1.0.0 => 1.1.0}/libguac/nav_f.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/nav_g.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/nav_h.png             |  Bin
 doc/1.1.0/libguac/object-types_8h.html             |   98 +
 doc/1.1.0/libguac/object-types_8h_source.html      |   92 +
 doc/1.1.0/libguac/object_8h.html                   |  107 +
 doc/1.1.0/libguac/object_8h_source.html            |  100 +
 doc/{1.0.0 => 1.1.0}/libguac/open.png              |  Bin
 doc/1.1.0/libguac/pages.html                       |   92 +
 doc/1.1.0/libguac/parser-constants_8h.html         |  116 +
 doc/1.1.0/libguac/parser-constants_8h_source.html  |   91 +
 doc/1.1.0/libguac/parser-types_8h.html             |  138 +
 doc/1.1.0/libguac/parser-types_8h_source.html      |   97 +
 doc/1.1.0/libguac/parser_8h.html                   |  399 +
 doc/1.1.0/libguac/parser_8h_source.html            |  109 +
 doc/1.1.0/libguac/plugin-constants_8h.html         |  139 +
 doc/1.1.0/libguac/plugin-constants_8h_source.html  |   91 +
 doc/1.1.0/libguac/plugin_8h.html                   |   98 +
 doc/1.1.0/libguac/plugin_8h_source.html            |   92 +
 doc/1.1.0/libguac/pool-types_8h.html               |   98 +
 doc/1.1.0/libguac/pool-types_8h_source.html        |   93 +
 doc/1.1.0/libguac/pool_8h.html                     |  246 +
 doc/1.1.0/libguac/pool_8h_source.html              |  101 +
 doc/1.1.0/libguac/protocol-constants_8h.html       |  146 +
 .../libguac/protocol-constants_8h_source.html      |   91 +
 doc/1.1.0/libguac/protocol-types_8h.html           |  295 +
 doc/1.1.0/libguac/protocol-types_8h_source.html    |  117 +
 doc/1.1.0/libguac/protocol_8h.html                 | 3178 +++++++
 doc/1.1.0/libguac/protocol_8h_source.html          |  162 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_0.html     |    0
 doc/1.1.0/libguac/search/all_0.js                  |   14 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_1.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_1.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_10.html    |    0
 doc/1.1.0/libguac/search/all_10.js                 |   19 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_11.html    |    0
 doc/1.1.0/libguac/search/all_11.js                 |    6 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_12.html    |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_12.js      |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_13.html    |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_13.js      |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_14.html    |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_14.js      |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_2.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_2.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_3.html     |    0
 doc/1.1.0/libguac/search/all_3.js                  |    5 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_4.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_4.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_5.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_5.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_6.html     |    0
 doc/1.1.0/libguac/search/all_6.js                  |  291 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_7.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_7.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_8.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_8.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_9.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_9.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_a.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_a.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_b.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_b.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_c.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_c.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_d.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_d.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_e.html     |    0
 doc/1.1.0/libguac/search/all_e.js                  |   16 +
 doc/{1.0.0 => 1.1.0}/libguac/search/all_f.html     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/all_f.js       |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/classes_0.html |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/classes_0.js   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/close.png      |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/search/defines_0.html |    0
 doc/1.1.0/libguac/search/defines_0.js              |   32 +
 doc/{1.0.0 => 1.1.0}/libguac/search/enums_0.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/enums_0.js     |    0
 .../libguac/search/enumvalues_0.html               |    0
 .../libguac/search/enumvalues_0.js                 |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_0.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_0.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_1.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_1.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_2.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_2.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_3.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_3.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_4.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_4.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_5.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_5.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_6.html   |    0
 doc/1.1.0/libguac/search/files_6.js                |   13 +
 doc/{1.0.0 => 1.1.0}/libguac/search/files_7.html   |    0
 doc/1.1.0/libguac/search/files_7.js                |   12 +
 doc/{1.0.0 => 1.1.0}/libguac/search/files_8.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_8.js     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_9.html   |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/files_9.js     |    0
 .../libguac/search/functions_0.html                |    0
 doc/1.1.0/libguac/search/functions_0.js            |  147 +
 .../libguac/search/functions_1.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/functions_1.js |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/mag_sel.png    |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/search/nomatches.html |    0
 doc/1.1.0/libguac/search/pages_0.html              |   40 +
 doc/1.1.0/libguac/search/pages_0.js                |    4 +
 doc/{1.0.0 => 1.1.0}/libguac/search/search.css     |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/search.js      |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/search_l.png   |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/search/search_m.png   |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/search/search_r.png   |  Bin
 doc/1.1.0/libguac/search/searchdata.js             |   42 +
 .../libguac/search/typedefs_0.html                 |    0
 doc/1.1.0/libguac/search/typedefs_0.js             |   36 +
 .../libguac/search/variables_0.html                |    0
 doc/1.1.0/libguac/search/variables_0.js            |   11 +
 .../libguac/search/variables_1.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_1.js |    0
 .../libguac/search/variables_10.html               |    0
 doc/1.1.0/libguac/search/variables_10.js           |    4 +
 .../libguac/search/variables_11.html               |    0
 .../libguac/search/variables_11.js}                |    0
 .../libguac/search/variables_12.html               |    0
 .../libguac/search/variables_12.js}                |    0
 doc/1.1.0/libguac/search/variables_13.html         |   40 +
 .../libguac/search/variables_13.js}                |    0
 .../libguac/search/variables_2.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_2.js |    0
 .../libguac/search/variables_3.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_3.js |    0
 .../libguac/search/variables_4.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_4.js |    0
 .../libguac/search/variables_5.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_5.js |    0
 .../libguac/search/variables_6.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_6.js |    0
 .../libguac/search/variables_7.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_7.js |    0
 .../libguac/search/variables_8.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_8.js |    0
 .../libguac/search/variables_9.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_9.js |    0
 .../libguac/search/variables_a.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_a.js |    0
 .../libguac/search/variables_b.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_b.js |    0
 .../libguac/search/variables_c.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_c.js |    0
 .../libguac/search/variables_d.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_d.js |    0
 .../libguac/search/variables_e.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_e.js |    0
 .../libguac/search/variables_f.html                |    0
 doc/{1.0.0 => 1.1.0}/libguac/search/variables_f.js |    0
 doc/1.1.0/libguac/socket-constants_8h.html         |  112 +
 doc/1.1.0/libguac/socket-constants_8h_source.html  |   91 +
 doc/1.1.0/libguac/socket-fntypes_8h.html           |  295 +
 doc/1.1.0/libguac/socket-fntypes_8h_source.html    |  100 +
 doc/1.1.0/libguac/socket-ssl_8h.html               |  155 +
 doc/1.1.0/libguac/socket-ssl_8h_source.html        |   98 +
 doc/1.1.0/libguac/socket-types_8h.html             |  133 +
 doc/1.1.0/libguac/socket-types_8h_source.html      |   95 +
 doc/1.1.0/libguac/socket-wsa_8h.html               |  137 +
 doc/1.1.0/libguac/socket-wsa_8h_source.html        |   94 +
 doc/1.1.0/libguac/socket_8h.html                   |  746 ++
 doc/1.1.0/libguac/socket_8h_source.html            |  134 +
 doc/{1.0.0 => 1.1.0}/libguac/splitbar.png          |  Bin
 doc/1.1.0/libguac/stream-types_8h.html             |   98 +
 doc/1.1.0/libguac/stream-types_8h_source.html      |   92 +
 doc/1.1.0/libguac/stream_8h.html                   |  107 +
 doc/1.1.0/libguac/stream_8h_source.html            |  102 +
 doc/1.1.0/libguac/string_8h.html                   |  275 +
 doc/1.1.0/libguac/string_8h_source.html            |   95 +
 doc/1.1.0/libguac/structguac__audio__encoder.html  |  125 +
 doc/1.1.0/libguac/structguac__audio__stream.html   |  163 +
 doc/1.1.0/libguac/structguac__client.html          |  313 +
 doc/1.1.0/libguac/structguac__layer.html           |  105 +
 doc/1.1.0/libguac/structguac__object.html          |  150 +
 doc/1.1.0/libguac/structguac__parser.html          |  117 +
 doc/1.1.0/libguac/structguac__pool.html            |  110 +
 doc/1.1.0/libguac/structguac__pool__int.html       |  105 +
 doc/1.1.0/libguac/structguac__socket.html          |  142 +
 .../libguac/structguac__socket__ssl__data.html     |  113 +
 doc/1.1.0/libguac/structguac__stream.html          |  170 +
 doc/1.1.0/libguac/structguac__user.html            |  540 ++
 doc/1.1.0/libguac/structguac__user__info.html      |  242 +
 doc/{1.0.0 => 1.1.0}/libguac/sync_off.png          |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/sync_on.png           |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/tab_a.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/tab_b.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/tab_h.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/tab_s.png             |  Bin
 doc/{1.0.0 => 1.1.0}/libguac/tabs.css              |    0
 doc/1.1.0/libguac/timestamp-types_8h.html          |  108 +
 doc/1.1.0/libguac/timestamp-types_8h_source.html   |   92 +
 doc/1.1.0/libguac/timestamp_8h.html                |  158 +
 doc/1.1.0/libguac/timestamp_8h_source.html         |   95 +
 doc/1.1.0/libguac/unicode_8h.html                  |  263 +
 doc/1.1.0/libguac/unicode_8h_source.html           |   95 +
 doc/1.1.0/libguac/user-constants_8h.html           |  149 +
 doc/1.1.0/libguac/user-constants_8h_source.html    |   91 +
 doc/1.1.0/libguac/user-fntypes_8h.html             |  612 ++
 doc/1.1.0/libguac/user-fntypes_8h_source.html      |  118 +
 doc/1.1.0/libguac/user-types_8h.html               |   98 +
 doc/1.1.0/libguac/user-types_8h_source.html        |   93 +
 doc/1.1.0/libguac/user_8h.html                     | 1187 +++
 doc/1.1.0/libguac/user_8h_source.html              |  180 +
 881 files changed, 234683 insertions(+)
 create mode 100644 doc/1.1.0/guacamole-common-js/ArrayBufferReader.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/ArrayBufferWriter.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/AudioContextFactory.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/AudioPlayer.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/AudioRecorder.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/BlobReader.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/BlobWriter.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Client.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/DataURIReader.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Display.js.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.ArrayBufferReader.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.ArrayBufferWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.AudioContextFactory.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.AudioPlayer.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.AudioRecorder.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.BlobReader.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.BlobWriter.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.ChainedTunnel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Client.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.DataURIReader.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.Display.VisibleLayer.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Display.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.HTTPTunnel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.InputSink.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.InputStream.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.IntegerPool.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.JSONReader.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.Keyboard.ModifierState.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Keyboard.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Layer.Pixel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Layer.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Mouse.State.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Mouse.Touchpad.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.Mouse.Touchscreen.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Mouse.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Object.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.OnScreenKeyboard.Key.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.OnScreenKeyboard.Layout.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.OnScreenKeyboard.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.OutputStream.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Parser.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.RawAudioFormat.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.RawAudioPlayer.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.RawAudioRecorder.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.SessionRecording.html
 create mode 100644 
doc/1.1.0/guacamole-common-js/Guacamole.StaticHTTPTunnel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Status.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.StringReader.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.StringWriter.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.Tunnel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.VideoPlayer.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.WebSocketTunnel.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Guacamole.html
 create mode 100644 doc/1.1.0/guacamole-common-js/InputSink.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/InputStream.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/IntegerPool.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/JSONReader.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Keyboard.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Layer.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Mouse.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Namespace.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Object.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/OnScreenKeyboard.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/OutputStream.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Parser.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/RawAudioFormat.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/SessionRecording.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Status.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/StringReader.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/StringWriter.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Tunnel.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/Version.js.html
 create mode 100644 doc/1.1.0/guacamole-common-js/VideoPlayer.js.html
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.eot 
(100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.svg 
(100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/fonts/OpenSans-Bold-webfont.woff 
(100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.eot (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.svg (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-BoldItalic-webfont.woff (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.eot (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.svg (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Italic-webfont.woff (100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.eot 
(100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.svg 
(100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Light-webfont.woff (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.eot (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.svg (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-LightItalic-webfont.woff (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.eot (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.svg (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/fonts/OpenSans-Regular-webfont.woff (100%)
 create mode 100644 doc/1.1.0/guacamole-common-js/index.html
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/scripts/linenumber.js (100%)
 copy doc/{1.0.0 => 
1.1.0}/guacamole-common-js/scripts/prettify/Apache-License-2.0.txt (100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/scripts/prettify/lang-css.js 
(100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/scripts/prettify/prettify.js 
(100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/styles/jsdoc-default.css (100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/styles/prettify-jsdoc.css (100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-common-js/styles/prettify-tomorrow.css 
(100%)
 create mode 100644 doc/1.1.0/guacamole-common/allclasses-frame.html
 create mode 100644 doc/1.1.0/guacamole-common/allclasses-noframe.html
 create mode 100644 doc/1.1.0/guacamole-common/constant-values.html
 create mode 100644 doc/1.1.0/guacamole-common/deprecated-list.html
 create mode 100644 doc/1.1.0/guacamole-common/help-doc.html
 create mode 100644 doc/1.1.0/guacamole-common/index-all.html
 create mode 100644 doc/1.1.0/guacamole-common/index.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleClientBadTypeException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleClientException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleClientOverrunException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleClientTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleClientTooManyException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleConnectionClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleResourceClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleResourceConflictException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleResourceNotFoundException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleSecurityException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleServerBusyException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleServerException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleSessionClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleSessionConflictException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleSessionTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUnauthorizedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUnsupportedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamNotFoundException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/GuacamoleUpstreamUnavailableException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientBadTypeException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientOverrunException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleClientTooManyException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleConnectionClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceConflictException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleResourceNotFoundException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSecurityException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleServerBusyException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleServerException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionClosedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionConflictException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleSessionTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUnauthorizedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUnsupportedException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamNotFoundException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamTimeoutException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/class-use/GuacamoleUpstreamUnavailableException.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/GuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/GuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/ReaderGuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/WriterGuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/class-use/GuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/class-use/GuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/class-use/ReaderGuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/class-use/WriterGuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/io/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/AbstractGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/DelegatingGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/GuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/GuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/InetGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/SSLGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/SimpleGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/AbstractGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/DelegatingGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/GuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/GuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/InetGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/SSLGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/class-use/SimpleGuacamoleTunnel.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/net/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/ConfiguredGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/FailoverGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/FilteredGuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleClientInformation.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleConfiguration.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleFilter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleInstruction.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleParser.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleProtocolCapability.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleProtocolVersion.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/GuacamoleStatus.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/ConfiguredGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/FailoverGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleReader.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleSocket.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/FilteredGuacamoleWriter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleClientInformation.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleConfiguration.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleFilter.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleInstruction.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleParser.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleProtocolCapability.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleProtocolVersion.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/class-use/GuacamoleStatus.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/protocol/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/GuacamoleHTTPTunnelServlet.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/class-use/GuacamoleHTTPTunnelServlet.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/servlet/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/GuacamoleWebSocketTunnelEndpoint.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/class-use/GuacamoleWebSocketTunnelEndpoint.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-common/org/apache/guacamole/websocket/package-use.html
 create mode 100644 doc/1.1.0/guacamole-common/overview-frame.html
 create mode 100644 doc/1.1.0/guacamole-common/overview-summary.html
 create mode 100644 doc/1.1.0/guacamole-common/overview-tree.html
 copy doc/{1.0.0 => 1.1.0}/guacamole-common/package-list (100%)
 copy doc/{1.0.0/guacamole-ext => 1.1.0/guacamole-common}/script.js (100%)
 create mode 100644 doc/1.1.0/guacamole-common/serialized-form.html
 copy doc/{1.0.0/guacamole-ext => 1.1.0/guacamole-common}/stylesheet.css (100%)
 create mode 100644 doc/1.1.0/guacamole-ext/allclasses-frame.html
 create mode 100644 doc/1.1.0/guacamole-ext/allclasses-noframe.html
 create mode 100644 doc/1.1.0/guacamole-ext/constant-values.html
 create mode 100644 doc/1.1.0/guacamole-ext/deprecated-list.html
 create mode 100644 doc/1.1.0/guacamole-ext/help-doc.html
 create mode 100644 doc/1.1.0/guacamole-ext/index-all.html
 create mode 100644 doc/1.1.0/guacamole-ext/index.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/Environment.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/LocalEnvironment.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/class-use/Environment.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/class-use/LocalEnvironment.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/environment/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/BooleanField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/DateField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/EmailField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/EnumField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/Field.Type.html
 create mode 100644 doc/1.1.0/guacamole-ext/org/apache/guacamole/form/Field.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/FieldOption.html
 create mode 100644 doc/1.1.0/guacamole-ext/org/apache/guacamole/form/Form.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/LanguageField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/MultilineField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/NumericField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/PasswordField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/TerminalColorSchemeField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/TextField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/TimeField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/TimeZoneField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/UsernameField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/BooleanField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/DateField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/EmailField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/EnumField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/Field.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/Field.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/FieldOption.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/Form.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/LanguageField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/MultilineField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/NumericField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/PasswordField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/TerminalColorSchemeField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/TextField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/TimeField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/TimeZoneField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/class-use/UsernameField.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/form/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/Translatable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/TranslatableMessage.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/class-use/Translatable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/class-use/TranslatableMessage.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/language/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractActiveConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractAuthenticatedUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractAuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractIdentifiable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractSharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AbstractUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ActiveConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecord.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecordSet.SortableProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ActivityRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Attributes.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AuthenticatedUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/AuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Connectable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Connection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionGroup.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionRecord.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/ConnectionRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Credentials.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DecoratingDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingSharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/DelegatingUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Directory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/GuacamoleProxyConfiguration.EncryptionMethod.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/GuacamoleProxyConfiguration.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Identifiable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Permissions.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/RelatedObjectSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/Shareable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/SharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/TokenInjectingUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/User.Attribute.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/User.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/UserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/UserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractActiveConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractAuthenticatedUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractAuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractIdentifiable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractSharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AbstractUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActiveConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecord.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecordSet.SortableProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ActivityRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Attributes.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AuthenticatedUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/AuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Connectable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Connection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionGroup.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionRecord.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/ConnectionRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Credentials.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DecoratingDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingSharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/DelegatingUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Directory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/GuacamoleProxyConfiguration.EncryptionMethod.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/GuacamoleProxyConfiguration.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Identifiable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Permissions.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/RelatedObjectSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/Shareable.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/SharingProfile.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/TokenInjectingUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/User.Attribute.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/User.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/UserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/class-use/UserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/CredentialsInfo.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleInsufficientCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/GuacamoleInvalidCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/UserCredentials.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/CredentialsInfo.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleInsufficientCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/GuacamoleInvalidCredentialsException.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/class-use/UserCredentials.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/credentials/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermission.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/ObjectPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/Permission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/PermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermission.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/SystemPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermission.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/ObjectPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/Permission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/PermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermission.Type.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermission.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/class-use/SystemPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/permission/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleActivityRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleAuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionGroupDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleConnectionRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleRelatedObjectSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleSystemPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/SimpleUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleActivityRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleAuthenticationProvider.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnection.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionGroupDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleConnectionRecordSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleObjectPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleRelatedObjectSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleSystemPermissionSet.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUser.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserContext.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserDirectory.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/class-use/SimpleUserGroup.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/auth/simple/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/AuthenticationFailureEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/AuthenticationSuccessEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/CredentialEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/TunnelCloseEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/TunnelConnectEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/TunnelEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/UserEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/AuthenticationFailureEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/AuthenticationSuccessEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/CredentialEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelCloseEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelConnectEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/TunnelEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/class-use/UserEvent.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/AuthenticationFailureListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/AuthenticationSuccessListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/Listener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/TunnelCloseListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/TunnelConnectListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/AuthenticationFailureListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/AuthenticationSuccessListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/Listener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/TunnelCloseListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/class-use/TunnelConnectListener.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/listener/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/net/event/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/BooleanGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/FileGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/GuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/IntegerGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/LongGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/StringGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/BooleanGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/FileGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/GuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/IntegerGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/LongGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/class-use/StringGuacamoleProperty.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/properties/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/ProtocolInfo.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/class-use/ProtocolInfo.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/protocols/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/StandardTokens.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/TokenFilter.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/TokenName.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/class-use/StandardTokens.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/class-use/TokenFilter.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/class-use/TokenName.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/token/package-use.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/DocumentHandler.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/TagHandler.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/class-use/DocumentHandler.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/class-use/TagHandler.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/package-frame.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/package-summary.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/package-tree.html
 create mode 100644 
doc/1.1.0/guacamole-ext/org/apache/guacamole/xml/package-use.html
 create mode 100644 doc/1.1.0/guacamole-ext/overview-frame.html
 create mode 100644 doc/1.1.0/guacamole-ext/overview-summary.html
 create mode 100644 doc/1.1.0/guacamole-ext/overview-tree.html
 copy doc/{1.0.0 => 1.1.0}/guacamole-ext/package-list (100%)
 copy doc/{1.0.0 => 1.1.0}/guacamole-ext/script.js (100%)
 create mode 100644 doc/1.1.0/guacamole-ext/serialized-form.html
 copy doc/{1.0.0 => 1.1.0}/guacamole-ext/stylesheet.css (100%)
 create mode 100644 doc/1.1.0/gug/adhoc-connections.html
 create mode 100644 doc/1.1.0/gug/administration.html
 copy doc/{1.0.0 => 1.1.0}/gug/appendices.html (100%)
 create mode 100644 doc/1.1.0/gug/book-index.html
 create mode 100644 doc/1.1.0/gug/cas-auth.html
 create mode 100644 doc/1.1.0/gug/configuring-guacamole.html
 create mode 100644 doc/1.1.0/gug/custom-auth.html
 create mode 100644 doc/1.1.0/gug/custom-protocols.html
 copy doc/{1.0.0 => 1.1.0}/gug/developers-guide.html (100%)
 create mode 100644 doc/1.1.0/gug/duo-auth.html
 create mode 100644 doc/1.1.0/gug/event-listeners.html
 create mode 100644 doc/1.1.0/gug/faq.html
 create mode 100644 doc/1.1.0/gug/guacamole-architecture.html
 create mode 100644 doc/1.1.0/gug/guacamole-common-js.html
 create mode 100644 doc/1.1.0/gug/guacamole-common.html
 create mode 100644 doc/1.1.0/gug/guacamole-docker.html
 create mode 100644 doc/1.1.0/gug/guacamole-ext.html
 create mode 100644 doc/1.1.0/gug/guacamole-protocol.html
 copy doc/{1.0.0 => 1.1.0}/gug/gug.css (100%)
 create mode 100644 doc/1.1.0/gug/header-auth.html
 copy doc/{1.0.0 => 1.1.0}/gug/images/duo-add-guacamole.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/duo-auth-factor-1.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/duo-auth-factor-2.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/duo-copy-details.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/duo-rename-guacamole.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-connection.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-group-memberships.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-group.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-sharing-profile.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-user-group.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-user-membership.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/edit-user.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/file-browser.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/file-transfers.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guac-arch.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guac-menu-disconnect.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guac-menu-share-link.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guac-menu-share.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-client-interface.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-drive-download.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-drive.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-home-screen.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-preferences.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/guacamole-settings-sections.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-button.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-connections.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-groups.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-history.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-sessions.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/manage-users.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/session-filter-example-1.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/session-filter-example-2.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/totp-auth-factor-1.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/totp-auth-factor-2.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/totp-enroll-detail.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/totp-enroll.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/touchpad.png (100%)
 copy doc/{1.0.0 => 1.1.0}/gug/images/touchscreen.png (100%)
 create mode 100644 doc/1.1.0/gug/index.html
 create mode 100644 doc/1.1.0/gug/installing-guacamole.html
 create mode 100644 doc/1.1.0/gug/jdbc-auth.html
 create mode 100644 doc/1.1.0/gug/ldap-auth.html
 create mode 100644 doc/1.1.0/gug/libguac.html
 create mode 100644 doc/1.1.0/gug/openid-auth.html
 create mode 100644 doc/1.1.0/gug/preface.html
 create mode 100644 doc/1.1.0/gug/protocol-reference.html
 copy doc/{1.0.0 => 1.1.0}/gug/proxying-guacamole.html (100%)
 create mode 100644 doc/1.1.0/gug/radius-auth.html
 create mode 100644 doc/1.1.0/gug/totp-auth.html
 create mode 100644 doc/1.1.0/gug/troubleshooting.html
 create mode 100644 doc/1.1.0/gug/users-guide.html
 create mode 100644 doc/1.1.0/gug/using-guacamole.html
 create mode 100644 doc/1.1.0/gug/writing-you-own-guacamole-app.html
 create mode 100644 doc/1.1.0/libguac/annotated.html
 create mode 100644 doc/1.1.0/libguac/audio-fntypes_8h.html
 create mode 100644 doc/1.1.0/libguac/audio-fntypes_8h_source.html
 create mode 100644 doc/1.1.0/libguac/audio-types_8h.html
 create mode 100644 doc/1.1.0/libguac/audio-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/audio_8h.html
 create mode 100644 doc/1.1.0/libguac/audio_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/bc_s.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/bdwn.png (100%)
 create mode 100644 doc/1.1.0/libguac/classes.html
 create mode 100644 doc/1.1.0/libguac/client-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/client-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/client-fntypes_8h.html
 create mode 100644 doc/1.1.0/libguac/client-fntypes_8h_source.html
 create mode 100644 doc/1.1.0/libguac/client-types_8h.html
 create mode 100644 doc/1.1.0/libguac/client-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/client_8h.html
 create mode 100644 doc/1.1.0/libguac/client_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/closed.png (100%)
 create mode 100644 doc/1.1.0/libguac/deprecated.html
 create mode 100644 doc/1.1.0/libguac/dir_6bb9fad85c98b48a11165f494b9f53ce.html
 copy doc/{1.0.0 => 1.1.0}/libguac/doc.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/doxygen.css (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/doxygen.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/dynsections.js (100%)
 create mode 100644 doc/1.1.0/libguac/error-types_8h.html
 create mode 100644 doc/1.1.0/libguac/error-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/error_8h.html
 create mode 100644 doc/1.1.0/libguac/error_8h_source.html
 create mode 100644 doc/1.1.0/libguac/files.html
 copy doc/{1.0.0 => 1.1.0}/libguac/folderclosed.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/folderopen.png (100%)
 create mode 100644 doc/1.1.0/libguac/functions.html
 create mode 100644 doc/1.1.0/libguac/functions_vars.html
 create mode 100644 doc/1.1.0/libguac/globals.html
 create mode 100644 doc/1.1.0/libguac/globals_c.html
 create mode 100644 doc/1.1.0/libguac/globals_defs.html
 create mode 100644 doc/1.1.0/libguac/globals_e.html
 create mode 100644 doc/1.1.0/libguac/globals_enum.html
 create mode 100644 doc/1.1.0/libguac/globals_eval.html
 create mode 100644 doc/1.1.0/libguac/globals_func.html
 create mode 100644 doc/1.1.0/libguac/globals_g.html
 create mode 100644 doc/1.1.0/libguac/globals_h.html
 create mode 100644 doc/1.1.0/libguac/globals_l.html
 create mode 100644 doc/1.1.0/libguac/globals_p.html
 create mode 100644 doc/1.1.0/libguac/globals_s.html
 create mode 100644 doc/1.1.0/libguac/globals_t.html
 create mode 100644 doc/1.1.0/libguac/globals_type.html
 create mode 100644 doc/1.1.0/libguac/globals_u.html
 create mode 100644 doc/1.1.0/libguac/globals_vars.html
 create mode 100644 doc/1.1.0/libguac/hash_8h.html
 create mode 100644 doc/1.1.0/libguac/hash_8h_source.html
 create mode 100644 doc/1.1.0/libguac/index.html
 copy doc/{1.0.0 => 1.1.0}/libguac/jquery.js (100%)
 create mode 100644 doc/1.1.0/libguac/layer-types_8h.html
 create mode 100644 doc/1.1.0/libguac/layer-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/layer_8h.html
 create mode 100644 doc/1.1.0/libguac/layer_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/menu.js (100%)
 create mode 100644 doc/1.1.0/libguac/menudata.js
 copy doc/{1.0.0 => 1.1.0}/libguac/nav_f.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/nav_g.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/nav_h.png (100%)
 create mode 100644 doc/1.1.0/libguac/object-types_8h.html
 create mode 100644 doc/1.1.0/libguac/object-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/object_8h.html
 create mode 100644 doc/1.1.0/libguac/object_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/open.png (100%)
 create mode 100644 doc/1.1.0/libguac/pages.html
 create mode 100644 doc/1.1.0/libguac/parser-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/parser-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/parser-types_8h.html
 create mode 100644 doc/1.1.0/libguac/parser-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/parser_8h.html
 create mode 100644 doc/1.1.0/libguac/parser_8h_source.html
 create mode 100644 doc/1.1.0/libguac/plugin-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/plugin-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/plugin_8h.html
 create mode 100644 doc/1.1.0/libguac/plugin_8h_source.html
 create mode 100644 doc/1.1.0/libguac/pool-types_8h.html
 create mode 100644 doc/1.1.0/libguac/pool-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/pool_8h.html
 create mode 100644 doc/1.1.0/libguac/pool_8h_source.html
 create mode 100644 doc/1.1.0/libguac/protocol-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/protocol-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/protocol-types_8h.html
 create mode 100644 doc/1.1.0/libguac/protocol-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/protocol_8h.html
 create mode 100644 doc/1.1.0/libguac/protocol_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_0.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_1.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_1.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_10.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_10.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_11.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_11.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_12.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_12.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_13.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_13.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_14.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_14.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_2.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_2.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_3.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_3.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_4.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_4.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_5.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_5.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_6.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_6.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_7.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_7.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_8.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_8.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_9.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_9.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_a.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_a.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_b.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_b.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_c.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_c.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_d.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_d.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_e.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/all_e.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_f.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/all_f.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/classes_0.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/classes_0.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/close.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/defines_0.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/defines_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/enums_0.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/enums_0.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/enumvalues_0.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/enumvalues_0.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_0.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_0.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_1.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_1.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_2.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_2.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_3.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_3.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_4.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_4.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_5.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_5.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_6.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/files_6.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_7.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/files_7.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_8.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_8.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_9.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/files_9.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/functions_0.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/functions_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/functions_1.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/functions_1.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/mag_sel.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/nomatches.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/pages_0.html
 create mode 100644 doc/1.1.0/libguac/search/pages_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/search.css (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/search.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/search_l.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/search_m.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/search_r.png (100%)
 create mode 100644 doc/1.1.0/libguac/search/searchdata.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/typedefs_0.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/typedefs_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_0.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/variables_0.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_1.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_1.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_10.html (100%)
 create mode 100644 doc/1.1.0/libguac/search/variables_10.js
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_11.html (100%)
 copy doc/{1.0.0/libguac/search/variables_10.js => 
1.1.0/libguac/search/variables_11.js} (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_12.html (100%)
 copy doc/{1.0.0/libguac/search/variables_11.js => 
1.1.0/libguac/search/variables_12.js} (100%)
 create mode 100644 doc/1.1.0/libguac/search/variables_13.html
 copy doc/{1.0.0/libguac/search/variables_12.js => 
1.1.0/libguac/search/variables_13.js} (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_2.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_2.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_3.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_3.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_4.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_4.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_5.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_5.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_6.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_6.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_7.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_7.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_8.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_8.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_9.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_9.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_a.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_a.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_b.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_b.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_c.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_c.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_d.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_d.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_e.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_e.js (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_f.html (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/search/variables_f.js (100%)
 create mode 100644 doc/1.1.0/libguac/socket-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/socket-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/socket-fntypes_8h.html
 create mode 100644 doc/1.1.0/libguac/socket-fntypes_8h_source.html
 create mode 100644 doc/1.1.0/libguac/socket-ssl_8h.html
 create mode 100644 doc/1.1.0/libguac/socket-ssl_8h_source.html
 create mode 100644 doc/1.1.0/libguac/socket-types_8h.html
 create mode 100644 doc/1.1.0/libguac/socket-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/socket-wsa_8h.html
 create mode 100644 doc/1.1.0/libguac/socket-wsa_8h_source.html
 create mode 100644 doc/1.1.0/libguac/socket_8h.html
 create mode 100644 doc/1.1.0/libguac/socket_8h_source.html
 copy doc/{1.0.0 => 1.1.0}/libguac/splitbar.png (100%)
 create mode 100644 doc/1.1.0/libguac/stream-types_8h.html
 create mode 100644 doc/1.1.0/libguac/stream-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/stream_8h.html
 create mode 100644 doc/1.1.0/libguac/stream_8h_source.html
 create mode 100644 doc/1.1.0/libguac/string_8h.html
 create mode 100644 doc/1.1.0/libguac/string_8h_source.html
 create mode 100644 doc/1.1.0/libguac/structguac__audio__encoder.html
 create mode 100644 doc/1.1.0/libguac/structguac__audio__stream.html
 create mode 100644 doc/1.1.0/libguac/structguac__client.html
 create mode 100644 doc/1.1.0/libguac/structguac__layer.html
 create mode 100644 doc/1.1.0/libguac/structguac__object.html
 create mode 100644 doc/1.1.0/libguac/structguac__parser.html
 create mode 100644 doc/1.1.0/libguac/structguac__pool.html
 create mode 100644 doc/1.1.0/libguac/structguac__pool__int.html
 create mode 100644 doc/1.1.0/libguac/structguac__socket.html
 create mode 100644 doc/1.1.0/libguac/structguac__socket__ssl__data.html
 create mode 100644 doc/1.1.0/libguac/structguac__stream.html
 create mode 100644 doc/1.1.0/libguac/structguac__user.html
 create mode 100644 doc/1.1.0/libguac/structguac__user__info.html
 copy doc/{1.0.0 => 1.1.0}/libguac/sync_off.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/sync_on.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/tab_a.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/tab_b.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/tab_h.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/tab_s.png (100%)
 copy doc/{1.0.0 => 1.1.0}/libguac/tabs.css (100%)
 create mode 100644 doc/1.1.0/libguac/timestamp-types_8h.html
 create mode 100644 doc/1.1.0/libguac/timestamp-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/timestamp_8h.html
 create mode 100644 doc/1.1.0/libguac/timestamp_8h_source.html
 create mode 100644 doc/1.1.0/libguac/unicode_8h.html
 create mode 100644 doc/1.1.0/libguac/unicode_8h_source.html
 create mode 100644 doc/1.1.0/libguac/user-constants_8h.html
 create mode 100644 doc/1.1.0/libguac/user-constants_8h_source.html
 create mode 100644 doc/1.1.0/libguac/user-fntypes_8h.html
 create mode 100644 doc/1.1.0/libguac/user-fntypes_8h_source.html
 create mode 100644 doc/1.1.0/libguac/user-types_8h.html
 create mode 100644 doc/1.1.0/libguac/user-types_8h_source.html
 create mode 100644 doc/1.1.0/libguac/user_8h.html
 create mode 100644 doc/1.1.0/libguac/user_8h_source.html

Reply via email to