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

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


    from 3e1eb3ce GUACAMOLE-1981: Merge add configure argument for systemd user
     add 8019d5c6 GUACAMOLE-2129: Migrate recording/typescript creation to 
common guac_openat() function.
     add 4fcb24ee GUACAMOLE-2129: Always populate provided filename buffer.
     add 9523126a GUACAMOLE-2129: Add unit tests for guac_openat().
     add 217f8ae2 GUACAMOLE-2129: Consider a unit test skipped if it performs 
no assertions.
     new 038ab599 GUACAMOLE-2129: Merge migrate recording/typescript creation 
to shared function.

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/Makefile.am                            |   5 +
 .../{guacamole/stream-types.h => file-private.h}   |  21 +-
 src/libguac/file.c                                 | 246 +++++++++++++
 .../guacamole/{layer-types.h => file-constants.h}  |  15 +-
 src/libguac/guacamole/file-types.h                 |  64 ++++
 src/libguac/guacamole/file.h                       | 107 ++++++
 src/libguac/recording.c                            | 143 ++------
 src/libguac/tests/Makefile.am                      |   1 +
 src/libguac/tests/file/openat.c                    | 404 +++++++++++++++++++++
 src/libguac/tests/mem/free.c                       |   2 +
 src/terminal/terminal.c                            |  12 +-
 src/terminal/terminal/typescript.h                 |   8 +-
 src/terminal/typescript.c                          | 114 +-----
 util/generate-test-runner.pl                       |  18 +-
 14 files changed, 918 insertions(+), 242 deletions(-)
 copy src/libguac/{guacamole/stream-types.h => file-private.h} (64%)
 create mode 100644 src/libguac/file.c
 copy src/libguac/guacamole/{layer-types.h => file-constants.h} (68%)
 create mode 100644 src/libguac/guacamole/file-types.h
 create mode 100644 src/libguac/guacamole/file.h
 create mode 100644 src/libguac/tests/file/openat.c

Reply via email to