guacamole-server/src/libguac
2024-08-26 00:17:53 -07:00
..
guacamole GUACAMOLE-600: Merge support for setting SSH and SFTP timeouts. 2024-08-26 00:17:53 -07:00
tests Merge 1.5.5 changes back to master. 2024-02-25 18:07:18 -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-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
audio.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
client.c Merge 1.5.5 changes back to master. 2024-02-08 17:25:33 -08:00
encode-jpeg.c GUACAMOLE-1911: Fixed some typo mistakes ("extention", "correc"). 2024-01-22 01:08:10 -08: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-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -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-1875: Check return values of WebP API functions. 2023-11-03 21:57:15 +01: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-1912: Fix the spell errors in the identifiers of some constants with a wrong typo. 2024-02-21 07:14:20 -08:00
fips.c GUACAMOLE-1669: Prefer FIPS compliant ciphers and algorithms when FIPS mode is enabled. 2023-05-17 15:54:58 -07:00
hash.c GUACAMOLE-1911: Fixed some typo mistakes ("whhich", "indiciating"). 2024-01-22 01:12:38 -08:00
id.c GUACAMOLE-1907: Removed the double line breaks in the libguac sub-folder. 2024-02-21 07:09:52 -08:00
id.h GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
Makefile.am GUACAMOLE-1686: Add common function for opening TCP sockets. 2024-04-16 08:43:23 -04:00
mem.c GUACAMOLE-1867: Fix typo in memory convenience functions (ssize_t -> size_t). 2023-10-26 12:32:30 -07:00
palette.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
palette.h GUACAMOLE-1907: Removed the double line breaks in the libguac sub-folder. 2024-02-21 07:09:52 -08:00
parser.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
pool.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
protocol.c Merge 1.5.0 changes back to master. 2022-11-25 23:24:08 -08:00
raw_encoder.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
raw_encoder.h GUACAMOLE-1907: Removed the double line breaks in the libguac sub-folder. 2024-02-21 07:09:52 -08:00
recording.c GUACAMOLE-1931: Allow writing to existing recording files. 2024-03-16 00:20:16 +00:00
rwlock.c GUACAMOLE-1940: Correct flag comparison in "guac_rwlock_acquire_write_lock" function 2024-04-16 15:12:39 +03:30
socket-broadcast.c GUACAMOLE-1911: Fixed some typo mistakes ("greated", "peform"). 2024-01-22 01:16:52 -08:00
socket-fd.c GUACAMOLE-1911: Fixed some typo mistakes ("desriptor", "proccess"). 2024-01-21 22:04:04 -08:00
socket-nest.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
socket-ssl.c GUACAMOLE-1910: Add locking around TLS socket 2024-02-16 13:20:39 -05:00
socket-tcp.c GUACAMOLE-600: Add support for setting SSH and SFTP timeouts. 2024-05-24 21:42:57 -04:00
socket-tee.c GUACAMOLE-1911: Fixed some typo mistakes ("outout", "Initialze"). 2024-01-22 06:00:33 -08:00
socket-wsa.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
socket.c Merge 1.5.4 changes back to master. 2023-10-26 03:43:28 +00:00
string.c GUACAMOLE-1026: Merge add support for FreeRDP3. 2024-06-04 19:20:35 -04: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 Merge 1.5.4 changes back to master. 2023-10-26 03:43:28 +00:00
user-handlers.h GUACAMOLE-1907: Removed the double line breaks in the libguac sub-folder. 2024-02-21 07:09:52 -08:00
user-handshake.c GUACAMOLE-1867: Migrate libguac to new memory management functions. 2023-10-25 12:18:13 -07:00
user.c GUACAMOLE-1911: Fixed some typo mistakes ("outout", "Initialze"). 2024-01-22 06:00:33 -08: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-600: Merge support for setting SSH and SFTP timeouts. 2024-08-26 00:17:53 -07:00