You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2023/05/18 22:49:55 UTC

[guacamole-server] branch master updated (fb2ef398 -> 7a092b06)

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

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


    from fb2ef398 GUACAMOLE-1754: Merge change to run unit tests within Docker build.
     add d60177e6 GUACAMOLE-1776: Batch up base64 encoding to reduce syscalls.
     new 7a092b06 GUACAMOLE-1776: Merge buffered base64 encoder.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/libguac/guacamole/socket-constants.h |  11 +++
 src/libguac/guacamole/socket.h           |  11 ++-
 src/libguac/socket.c                     | 134 ++++++++++++++++++-------------
 3 files changed, 95 insertions(+), 61 deletions(-)


[guacamole-server] 01/01: GUACAMOLE-1776: Merge buffered base64 encoder.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7a092b06e9960b34902499776c7421c91ddb800f
Merge: fb2ef398 d60177e6
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Thu May 18 15:49:49 2023 -0700

    GUACAMOLE-1776: Merge buffered base64 encoder.

 src/libguac/guacamole/socket-constants.h |  11 +++
 src/libguac/guacamole/socket.h           |  11 ++-
 src/libguac/socket.c                     | 134 ++++++++++++++++++-------------
 3 files changed, 95 insertions(+), 61 deletions(-)