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 2019/04/24 22:29:37 UTC

[guacamole-server] branch master updated (cd3432e -> fc68113)

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 cd3432e  Merge 1.1.0 changes back to master.
     new e9a10d6  GUACAMOLE-414: Add pthread lock and callbacks for TLS write locking.
     new c90c057  GUACAMOLE-414: Add version checks for TLS locking.
     new df4c93b  GUACAMOLE-414: Use configure checks for finding TLS locking support.
     new 36817f3  GUACAMOLE-414: Clean up style and move mutex init to client allocation.
     new bfc6c1e  GUACAMOLE-414: Convert errors to strings from ptread_mutex_lock and unlock.
     new a6f2ab9  GUACAMOLE-414: Use correct formatting for string from strerror.
     new a452120  GUACAMOLE-414: Remove unnecessary rfbconfig include.
     new fc68113  GUACAMOLE-414: Merge support for libvncclient's TLS threadsafety callbacks.

The 2899 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:
 configure.ac               | 27 +++++++++++++++++++
 src/protocols/vnc/client.c | 11 ++++++++
 src/protocols/vnc/vnc.c    | 67 +++++++++++++++++++++++++++++++++++++++++++++-
 src/protocols/vnc/vnc.h    |  7 +++++
 4 files changed, 111 insertions(+), 1 deletion(-)