.. |
channels
|
GUACAMOLE-474: Correct variable name and scope errors in RDP fs code.
|
2020-06-07 19:51:02 -04:00 |
doc/svc-example
|
GUACAMOLE-249: Add example for testing arbitrary SVC support.
|
2019-12-21 13:42:30 -08:00 |
keymaps
|
GUACAMOLE-917: Add missing non-dead tilde to German keymap for RDP.
|
2020-02-28 10:47:22 -08:00 |
plugins
|
GUACAMOLE-1059: Fine tune comments and log messages.
|
2020-05-06 10:17:20 -04:00 |
tests
|
GUACAMOLE-249: Clean up basename logic of file downloads. Add unit test.
|
2020-01-09 13:36:37 -08:00 |
.gitignore
|
GUACAMOLE-249: Dynamically wrap channel entry points (FreeRDP will refuse to associate the same entry point with multiple channels).
|
2019-12-22 20:34:30 -08:00 |
beep.c
|
GUACAMOLE-934: Correct waveform calculation. Switch to triangle wave to reduce aliasing distortion.
|
2020-01-21 00:03:42 -08:00 |
beep.h
|
GUACAMOLE-934: Add support for the Play Sound PDU.
|
2020-01-20 18:36:06 -08:00 |
bitmap.c
|
GUACAMOLE-935: Free internals of rdpBitmap only when required.
|
2020-01-21 22:35:26 -08:00 |
bitmap.h
|
GUACAMOLE-249: Switch return type of guac_rdp_cache_bitmap() back to void - it doesn't fail, and isn't dictated by the FreeRDP API.
|
2020-01-11 20:14:35 -08:00 |
client.c
|
GUACAMOLE-1053: guacd segfaults when user actively presses keys at RDP disconnect time
|
2020-06-18 05:57:33 -04:00 |
client.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
color.c
|
GUACAMOLE-249: The FreeRDPConvertColor() function is also known as ConvertColor(), but was only available as ConvertColor() in older FreeRDP 2.0.0 release candidates.
|
2020-01-13 16:08:17 -08:00 |
color.h
|
GUACAMOLE-249: Determine FreeRDP pixel format corresponding to local Cairo surfaces based on local platform endianness.
|
2020-01-04 01:11:12 -08:00 |
decompose.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
decompose.h
|
GUACAMOLE-249: Move keyboard-related source back to root of RDP (ease merge). Not truly needed as much as the rest of the restructure.
|
2020-01-04 11:50:08 -08:00 |
download.c
|
GUACAMOLE-249: Clean up basename logic of file downloads. Add unit test.
|
2020-01-09 13:36:37 -08:00 |
download.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
error.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
error.h
|
GUACAMOLE-208: Handle RDP disconnect reason codes.
|
2017-02-15 21:23:46 -08:00 |
fs.c
|
GUACAMOLE-474: Minor style and debug message tweaks.
|
2020-05-29 07:39:39 -04:00 |
fs.h
|
GUACAMOLE-474: Implement logic to disable file transfers in each protocol.
|
2020-01-26 03:33:08 -05:00 |
gdi.c
|
GUACAMOLE-962: Restore OpaqueRect and PatBlt handlers.
|
2020-02-24 16:48:14 -08:00 |
gdi.h
|
GUACAMOLE-962: Restore OpaqueRect and PatBlt handlers.
|
2020-02-24 16:48:14 -08:00 |
glyph.c
|
GUACAMOLE-249: Support rdpGlyph callback format used in FreeRDP 2.0.0-rc3 and older (used UINT32 instead of INT32).
|
2020-01-13 16:34:02 -08:00 |
glyph.h
|
GUACAMOLE-249: Support rdpGlyph callback format used in FreeRDP 2.0.0-rc3 and older (used UINT32 instead of INT32).
|
2020-01-13 16:34:02 -08:00 |
input.c
|
GUACAMOLE-1053: guacd segfaults when user actively presses keys at RDP disconnect time
|
2020-06-18 05:57:33 -04:00 |
input.h
|
GUACAMOLE-51: Abstract away RDP keyboard state tracking with dedicated guac_rdp_keyboard structure.
|
2016-08-13 18:14:04 -07:00 |
keyboard.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
keyboard.h
|
GUACAMOLE-249: Remove accidental double spaces from RDP comments.
|
2020-01-09 13:00:56 -08:00 |
keymap.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
keymap.h
|
GUACAMOLE-249: Remove empty struct definitions added by Include What You Use.
|
2020-01-06 11:40:08 -08:00 |
log.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
log.h
|
GUACAMOLE-249: Redirect FreeRDP log messages to debug level of guac_client_log().
|
2019-12-29 18:44:41 -08:00 |
ls.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
ls.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
Makefile.am
|
GUACAMOLE-625: Remove trailing whitespace in Makefile.am and fix style
|
2020-01-24 10:32:25 -05:00 |
pointer.c
|
GUACAMOLE-249: Provide SetNull and SetDefault implementations for rdpPointer.
|
2020-01-06 13:09:51 -08:00 |
pointer.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
print-job.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
print-job.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
rdp.c
|
GUACAMOLE-1053: guacd segfaults when user actively presses keys at RDP disconnect time
|
2020-06-18 05:57:33 -04:00 |
rdp.h
|
GUACAMOLE-1053: guacd segfaults when user actively presses keys at RDP disconnect time
|
2020-06-18 05:57:33 -04:00 |
resolution.c
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
resolution.h
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
settings.c
|
GUACAMOLE-513: Merge support for Wake-on-LAN.
|
2020-06-09 01:15:11 -07:00 |
settings.h
|
GUACAMOLE-513: Merge support for Wake-on-LAN.
|
2020-06-09 01:15:11 -07:00 |
sftp.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
sftp.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
unicode.c
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
unicode.h
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
upload.c
|
GUACAMOLE-249: Remove accidentally-inserted "0" from end of comment.
|
2020-01-09 13:11:45 -08:00 |
upload.h
|
GUACAMOLE-249: Add/remove headers as necessary based on run through Include What You Use (IWYU) tool.
|
2020-01-04 13:07:28 -08:00 |
user.c
|
GUACAMOLE-474: Implement logic to disable file transfers in each protocol.
|
2020-01-26 03:33:08 -05:00 |
user.h
|
GUACAMOLE-33: Implement leave handlers for RDP, SSH, and telnet.
|
2016-05-23 13:58:30 -07:00 |