.. |
guacamole
|
GUACAMOLE-1543: Move recording functionality from common to libguac.
|
2022-03-01 04:01:44 +00:00 |
tests
|
GUACAMOLE-745: Support OpenSSH private keys & ED25519
|
2022-01-12 09:02:11 -05: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: Clean up libguac, protocol changes, and documentation.
|
2020-09-20 14:41:29 -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-1254: Use libuuid rather than OSSP UUID if available.
|
2021-01-06 20:58:22 -08:00 |
id.h
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
Makefile.am
|
GUACAMOLE-1543: Move recording functionality from common to libguac.
|
2022-03-01 04:01:44 +00: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-1204: Add support for including touch events within session recordings.
|
2021-02-11 20:12:21 -08: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 |
recording.c
|
GUACAMOLE-1543: Move recording functionality from common to libguac.
|
2022-03-01 04:01:44 +00: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: Terminate keep-alive thread immediately upon guac_socket_free().
|
2020-11-02 14:57:43 -08:00 |
string.c
|
GUACAMOLE-745: Support OpenSSH private keys & ED25519
|
2022-01-12 09:02:11 -05: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-1204: Add libguac support for processing the "touch" instruction.
|
2021-02-11 20:12:21 -08:00 |
user-handlers.h
|
GUACAMOLE-1204: Add libguac support for processing the "touch" instruction.
|
2021-02-11 20:12:21 -08:00 |
user-handshake.c
|
GUACAMOLE-1242: Move "connection closed" log message to debug level.
|
2020-12-22 13:00:48 -08: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
|
GUACAMOLE-1245: Add support for specifying Wake-on-LAN port.
|
2020-12-30 16:50:38 -05:00 |