guacamole-server/src/protocols/kubernetes
2024-03-16 00:20:16 +00:00
..
tests GUACAMOLE-1174: Add unit tests for URL utility functions. 2021-02-21 15:05:53 -08:00
.gitignore GUACAMOLE-1174: Add unit tests for URL utility functions. 2021-02-21 15:05:53 -08:00
argv.c GUACAMOLE-1846: Sync data to all pending users using broadcast socket. 2023-08-29 16:59:10 +00:00
argv.h GUACAMOLE-1907: Removed the double line breaks in the protocols sub-folder. 2024-02-21 07:09:52 -08:00
client.c GUACAMOLE-1867: Migrate Kubernetes to new memory management functions. 2023-10-25 12:18:13 -07:00
client.h GUACAMOLE-1538 - Consolidate clipboard handling; opaque clipboard struct to avoid exposing internal guac_common_clipboard. 2022-02-22 14:04:47 -08:00
clipboard.c GUACAMOLE-1538: Do not use terminal internals outside of terminal code. 2022-02-22 16:06:48 -08:00
clipboard.h GUACAMOLE-623: Add missin includes. Remove unnecessary includes. 2018-09-25 21:30:51 -07:00
input.c GUACAMOLE-1543: Move recording functionality from common to libguac. 2022-03-01 04:01:44 +00:00
input.h GUACAMOLE-623: Add missin includes. Remove unnecessary includes. 2018-09-25 21:30:51 -07:00
io.c GUACAMOLE-1907: Removed the double line breaks in the protocols sub-folder. 2024-02-21 07:09:52 -08:00
io.h GUACAMOLE-1907: Removed the double line breaks in the protocols sub-folder. 2024-02-21 07:09:52 -08:00
kubernetes.c GUACAMOLE-1931: Allow writing to existing recording files. 2024-03-16 00:20:16 +00:00
kubernetes.h GUACAMOLE-1543: Move recording functionality from common to libguac. 2022-03-01 04:01:44 +00:00
Makefile.am GUACAMOLE-1174: Add unit tests for URL utility functions. 2021-02-21 15:05:53 -08:00
pipe.c GUACAMOLE-623: Add missin includes. Remove unnecessary includes. 2018-09-25 21:30:51 -07:00
pipe.h GUACAMOLE-1907: Removed the double line breaks in the protocols sub-folder. 2024-02-21 07:09:52 -08:00
settings.c GUACAMOLE-1931: Allow writing to existing recording files. 2024-03-16 00:20:16 +00:00
settings.h GUACAMOLE-1931: Allow writing to existing recording files. 2024-03-16 00:20:16 +00:00
ssl.c GUACAMOLE-623: Explicitly bypass certificate checks if requested. 2018-09-26 22:01:46 -07:00
ssl.h GUACAMOLE-623: Add support for SSL. 2018-09-25 21:30:52 -07:00
url.c GUACAMOLE-1174: Correct logic detecting truncation of appended parameter. 2021-02-21 15:05:53 -08:00
url.h GUACAMOLE-1174: Clarify behavior of URL parameter appending function. 2021-02-21 14:15:17 -08:00
user.c GUACAMOLE-1846: Synchronize new users with the connection state in batches. 2023-08-29 16:57:38 +00:00
user.h GUACAMOLE-623: Add missin includes. Remove unnecessary includes. 2018-09-25 21:30:51 -07:00