You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/07/31 16:37:57 UTC

[guacamole-server] 01/01: GUACAMOLE-629: Merge allow "argv" instructions to be sent from server to client.

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

vnick pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 95039ea3b37e6a2c4cc98ce1efd031c633e85ff9
Merge: c26672e ca073db
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Wed Jul 31 12:37:51 2019 -0400

    GUACAMOLE-629: Merge allow "argv" instructions to be sent from server to client.

 src/libguac/Makefile.am                    |  1 +
 src/libguac/client.c                       | 20 +++++++++
 src/libguac/encode-jpeg.c                  |  2 +-
 src/libguac/encode-png.c                   |  2 +-
 src/libguac/encode-webp.c                  |  2 +-
 src/libguac/guacamole/client.h             | 27 ++++++++++++
 src/libguac/guacamole/protocol-constants.h | 53 ++++++++++++++++++++++
 src/libguac/guacamole/protocol.h           | 71 ++++++++++++++++++++++++------
 src/libguac/guacamole/user.h               | 26 +++++++++++
 src/libguac/protocol.c                     | 47 ++++++++++++++++++++
 src/libguac/raw_encoder.c                  | 19 +-------
 src/libguac/user.c                         | 20 +++++++++
 12 files changed, 255 insertions(+), 35 deletions(-)