guacamole-spice-protocol/src/libguac
2020-09-15 14:48:15 -04:00
..
guacamole GUACAMOLE-221: Fix up lots of comments, streamline code, and fix SSH mutex lock. 2020-09-15 14:48:15 -04:00
tests GUACAMOLE-221: Implement CUnit tests for protocol version comparison and conversion. 2020-09-15 14:48:15 -04:00
.gitignore GUACAMOLE-637: Remove unnecessary .gitignore files. Universally exclude test output. Remove duplicated exclusions. 2019-04-07 11:50:43 -07:00
argv.c GUACAMOLE-221: Correct faulty double-increment of args (should advance ONE at a time). 2020-07-06 18:19:08 -07:00
audio.c GUACAMOLE-934: Handle potential lack of available audio streams. 2020-01-20 21:16:36 -08:00
client.c GUACAMOLE-221: Implement guacd support for verifying that client can accept the required instruction. 2020-09-15 14:48:15 -04:00
encode-jpeg.c GUACAMOLE-629: Define constant for maximum blob size. 2019-07-30 13:34:24 -07:00
encode-jpeg.h GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
encode-png.c GUACAMOLE-629: Define constant for maximum blob size. 2019-07-30 13:34:24 -07:00
encode-png.h GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
encode-webp.c GUACAMOLE-629: Define constant for maximum blob size. 2019-07-30 13:34:24 -07:00
encode-webp.h GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
error.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
hash.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
id.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
id.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
Makefile.am GUACAMOLE-221: Implement libguac convenience API for awaiting and processing argument streams. 2020-07-06 18:19:08 -07:00
palette.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
palette.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
parser.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
pool.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
protocol.c GUACAMOLE-221: Fix up lots of comments, streamline code, and fix SSH mutex lock. 2020-09-15 14:48:15 -04:00
raw_encoder.c GUACAMOLE-629: Add convenience function for automatically splitting data across a series of blob instructions. 2019-07-30 14:05:50 -07:00
raw_encoder.h GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-broadcast.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-fd.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-nest.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-ssl.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-tee.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket-wsa.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
socket.c GUACAMOLE-221: Implement guacd support for verifying that client can accept the required instruction. 2020-09-15 14:48:15 -04:00
string.c GUACAMOLE-637: Correctly handle string lengths as size_t (unsigned). 2019-01-23 18:44:45 -08:00
timestamp.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
unicode.c GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source. 2019-01-23 18:44:45 -08:00
user-handlers.c GUACAMOLE-422: Add empty handler and trace logging for nop instruction. 2019-07-23 14:29:50 -04:00
user-handlers.h GUACAMOLE-422: Add empty handler and trace logging for nop instruction. 2019-07-23 14:29:50 -04:00
user-handshake.c GUACAMOLE-221: Implement guacd support for verifying that client can accept the required instruction. 2020-09-15 14:48:15 -04:00
user.c GUACAMOLE-221: Implement guacd support for verifying that client can accept the required instruction. 2020-09-15 14:48:15 -04:00
wait-fd.c GUACAMOLE-325: Explicitly check for Winsock. 2017-07-05 20:55:02 -07:00
wait-fd.h GUACAMOLE-325: Use select() if poll() is unavailable. 2017-07-05 20:55:02 -07:00
wol.c GUACAMOL-513: Correctly handle unknown address families. 2020-06-17 06:50:43 -04:00