guacamole-spice-protocol/src/libguac
2016-02-01 15:14:20 -08:00
..
guacamole GUAC-1434: Document undocumented function parameters. 2015-12-15 16:14:15 -08:00
.gitignore Fix doxyfile, update .gitignore's 2013-06-05 14:33:43 -07:00
audio.c GUAC-1354: Remove old Ogg encoder. 2015-10-02 17:16:47 -07:00
client-handlers.c GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects. 2015-06-19 14:12:27 -07:00
client-handlers.h GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects. 2015-06-19 14:12:27 -07:00
client.c GUAC-1305: Mimetype pointers need not be const. 2015-09-24 12:45:07 -07:00
encode-jpeg.c GUAC-240: Byte order of pixels is BGR, not BRG. 2015-09-04 13:01:06 -07:00
encode-jpeg.h GUAC-240: Move JPEG encoder to own file, writing directly to an img stream. 2015-09-04 12:58:39 -07:00
encode-png.c GUAC-240: Force flush at end of PNG write. 2015-09-04 12:58:22 -07:00
encode-png.h GUAC-240: Move PNG encoder to own file, writing directly to an img stream. 2015-09-04 12:58:05 -07:00
encode-webp.c GUAC-1425: Use proper enum constant for WebPConfigPreset(). 2015-12-09 13:44:54 -08:00
encode-webp.h GUAC-1305: Support lossless WebP within encoder. 2015-09-22 12:17:26 -07:00
error.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
hash.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
instruction.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
Makefile.am GUAC-1392: Update libtool version (libguac API has changed and is not 100% compatible with 0.9.8 or older). 2015-12-15 13:11:16 -08:00
palette.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
palette.h Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
plugin.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
pool.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
protocol.c GUAC-1354: Remove duration from video instruction. 2015-10-18 22:08:45 -07:00
raw_encoder.c GUAC-1354: Replace WAVE encoder with raw PCM encoder. Partially migrate to new audio streaming (Ogg not yet migrated). 2015-10-02 17:16:47 -07:00
raw_encoder.h GUAC-1354: Replace WAVE encoder with raw PCM encoder. Partially migrate to new audio streaming (Ogg not yet migrated). 2015-10-02 17:16:47 -07:00
socket-fd.c GUAC-1477: Ensure any fd_set used by guac_socket is always properly initialized. 2016-02-01 15:14:20 -08:00
socket-nest.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
socket.c GUAC-1374: The keep alive ping is disabled by default. 2015-10-19 11:55:18 -07:00
timestamp.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00