.. |
guacamole
|
GUACAMOLE-422: Rename new opcode handler function.
|
2019-04-11 17:21:36 -04:00 |
tests
|
GUACAMOLE-637: "concatentation" ... not "contatenation".
|
2019-01-23 18:53:06 -08:00 |
.gitignore
|
GUACAMOLE-637: Remove unnecessary .gitignore files. Universally exclude test output. Remove duplicated exclusions.
|
2019-04-07 11:50:43 -07:00 |
audio.c
|
GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -08:00 |
client.c
|
GUACAMOLE-637: Replace usages of strncat() with guac_strlcat().
|
2019-01-23 18:44:45 -08:00 |
encode-jpeg.c
|
GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -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-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -08: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-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -08: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-637: Merge migration to new libguac string functions.
|
2019-04-09 21:49:16 -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-422: Handle sending version internally.
|
2019-04-11 17:18:27 -04:00 |
raw_encoder.c
|
GUACAMOLE-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -08: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-637: Use proper namespaced path for Guacamole headers within libguac source.
|
2019-01-23 18:44:45 -08: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: Rename new opcode handler function.
|
2019-04-11 17:21:36 -04:00 |
user-handlers.h
|
GUACAMOLE-422: Rename new opcode handler function.
|
2019-04-11 17:21:36 -04:00 |
user-handshake.c
|
GUACAMOLE-422: Rename new opcode handler function.
|
2019-04-11 17:21:36 -04:00 |
user.c
|
GUACAMOLE-422: Rename new opcode handler function.
|
2019-04-11 17:21:36 -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 |