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 2017/08/13 18:26:47 UTC

[9/9] incubator-guacamole-server git commit: GUACAMOLE-325: Merge restore Windows-compatibility at libguac level.

GUACAMOLE-325: Merge restore Windows-compatibility at libguac level.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/6400af60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/6400af60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/6400af60

Branch: refs/heads/master
Commit: 6400af605e3197df0c19d10b2d4415dcc7a13d27
Parents: ef18f85 d3c5a8a
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Aug 13 14:24:58 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Aug 13 14:24:58 2017 -0400

----------------------------------------------------------------------
 configure.ac                       |  42 ++-
 src/common/recording.c             |  11 +
 src/libguac/Makefile.am            |  19 +-
 src/libguac/guacamole/socket-wsa.h |  51 ++++
 src/libguac/socket-fd.c            |  42 ++-
 src/libguac/socket-ssl.c           |  20 +-
 src/libguac/socket-wsa.c           | 448 ++++++++++++++++++++++++++++++++
 src/libguac/wait-fd.c              |  72 +++++
 src/libguac/wait-fd.h              |  41 +++
 9 files changed, 696 insertions(+), 50 deletions(-)
----------------------------------------------------------------------