guacamole-spice-protocol/src/protocols/rdp
2015-07-12 22:27:02 -07:00
..
compat GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
guac_rdpdr GUAC-1172: Associate guac_object with RDP filesystem. 2015-07-06 00:43:21 -07:00
guac_rdpsnd GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
guac_svc GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
keymaps GUAC-794: Add missing hash sign to Italian keymap. 2015-03-31 11:31:52 -07:00
.gitignore Rename generated file. 2014-01-02 22:30:14 -08:00
client.c GUAC-1171: Set up handler for "file" instruction for SFTP filesystem, if no other handler is more appropriate. 2015-07-10 22:13:01 -07:00
client.h GUAC-1171: Add SFTP filesystem support to RDP. 2015-07-10 22:13:01 -07:00
guac_handlers.c GUAC-1171: Add SFTP filesystem support to RDP. 2015-07-10 22:13:01 -07:00
guac_handlers.h GUAC-865: Initial support for display update. 2014-11-21 13:30:24 -08:00
Makefile.am GUAC-1171: Only include common SSH library if enabled. 2015-07-10 22:26:37 -07:00
rdp_bitmap.c GUAC-1095: Free any existing bitmap data prior to overwriting the bitmap data pointer. 2015-02-23 20:36:33 -08:00
rdp_bitmap.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_cliprdr.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_cliprdr.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_color.c GUAC-994: Add support for interleaved_decompress() and planar_decompress() variants in FreeRDP 1.2.0-beta1+android9. Use working color conversion function (old one is present but will not work in 1.2.0). 2015-01-23 15:08:00 -08:00
rdp_color.h GUAC-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_disp.c GUAC-947: Maintain aspect ratio when size is adjusted to conform with Display Update specs. 2014-12-05 15:30:51 -08:00
rdp_disp.h GUAC-949: Increase display update interval to 500 ms. 2014-12-06 17:32:03 -08:00
rdp_fs.c GUAC-1172: Implement directory listing, file upload, and file download. 2015-07-06 00:43:21 -07:00
rdp_fs.h GUAC-1172: Implement directory listing, file upload, and file download. 2015-07-06 00:43:21 -07:00
rdp_gdi.c GUAC-935: Only update display size if it's been longer than 250ms. 2014-11-25 02:20:54 -08:00
rdp_gdi.h GUAC-771: Ensure display surface is available during initial connection. 2014-07-21 09:12:17 -07:00
rdp_glyph.c GUAC-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_glyph.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_keymap.c GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_keymap.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_pointer.c GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_pointer.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_rail.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_rail.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_settings.c GUAC-835: Add support for all RDP performance flags. 2015-06-12 16:35:38 -07:00
rdp_settings.h GUAC-835: Add support for all RDP performance flags. 2015-06-12 16:35:38 -07:00
rdp_status.h GUAC-1172: Use FreeRDP to define STATUS_* constants, if possible, before falling back to the rest of rdp_status.h. 2015-07-06 00:43:21 -07:00
rdp_stream.c GUAC-1171: Ensure directory names are null-terminated. 2015-07-12 22:27:02 -07:00
rdp_stream.h GUAC-1172: Implement directory listing, file upload, and file download. 2015-07-06 00:43:21 -07:00
rdp_svc.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_svc.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
resolution.c GUAC-936: Use initial resolution for all future resizing of display. Suggest reasonable resolution only if resolution of display is not provided/forced. 2014-11-26 15:35:22 -08:00
resolution.h GUAC-936: Use initial resolution for all future resizing of display. Suggest reasonable resolution only if resolution of display is not provided/forced. 2014-11-26 15:35:22 -08:00
sftp.c GUAC-1171: Set up handler for "file" instruction for SFTP filesystem, if no other handler is more appropriate. 2015-07-10 22:13:01 -07:00
sftp.h GUAC-1171: Fix SFTP file upload comments. 2015-07-10 22:41:02 -07:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
unicode.h Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00