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 d8073f9 GUACAMOLE-1538: Merge corrections to libguac-terminal build
and scope.
add 854b5ec GUACAMOLE-1543: Move recording functionality from common to
libguac.
new 75a11b0 GUACAMOLE-1543: Merge changes moving recording
structures/functions to the public API.
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/common/Makefile.am | 2 --
src/libguac/Makefile.am | 2 ++
.../common => libguac/guacamole}/recording.h | 34 +++++++++++++---------
src/{common => libguac}/recording.c | 27 +++++++++--------
src/protocols/kubernetes/input.c | 6 ++--
src/protocols/kubernetes/kubernetes.c | 6 ++--
src/protocols/kubernetes/kubernetes.h | 4 +--
src/protocols/rdp/client.c | 4 +--
src/protocols/rdp/input.c | 8 ++---
src/protocols/rdp/rdp.c | 4 +--
src/protocols/rdp/rdp.h | 4 +--
src/protocols/ssh/client.c | 4 +--
src/protocols/ssh/input.c | 6 ++--
src/protocols/ssh/ssh.c | 4 +--
src/protocols/ssh/ssh.h | 4 +--
src/protocols/telnet/client.c | 4 +--
src/protocols/telnet/input.c | 6 ++--
src/protocols/telnet/telnet.c | 4 +--
src/protocols/telnet/telnet.h | 4 +--
src/protocols/vnc/client.c | 4 +--
src/protocols/vnc/input.c | 6 ++--
src/protocols/vnc/vnc.c | 4 +--
src/protocols/vnc/vnc.h | 5 ++--
23 files changed, 81 insertions(+), 75 deletions(-)
rename src/{common/common => libguac/guacamole}/recording.h (91%)
rename src/{common => libguac}/recording.c (90%)