You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/01/24 20:59:48 UTC

[3/3] incubator-guacamole-server git commit: GUACAMOLE-171: Merge move of broadcast socket to public API.

GUACAMOLE-171: Merge move of broadcast socket to public API.


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/a1886f51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/a1886f51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/a1886f51

Branch: refs/heads/master
Commit: a1886f51bd82a327278faae04100f54fb6d972f1
Parents: 8cd98b5 7a65a63
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jan 24 11:49:29 2017 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jan 24 11:49:29 2017 -0800

----------------------------------------------------------------------
 src/libguac/Makefile.am        |  41 ++--
 src/libguac/client.c           | 289 +--------------------------
 src/libguac/guacamole/client.h |  18 --
 src/libguac/guacamole/socket.h |  27 +++
 src/libguac/socket-broadcast.c | 377 ++++++++++++++++++++++++++++++++++++
 5 files changed, 434 insertions(+), 318 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/a1886f51/src/libguac/client.c
----------------------------------------------------------------------