Michael Jumper
|
ac94fd4cd0
|
GUACAMOLE-25: Add stub callbacks for AUDIO_INPUT data handling.
|
2016-05-25 13:50:28 -07:00 |
|
Michael Jumper
|
9cd89e6580
|
GUACAMOLE-25: Allocate proper number of argument entries.
|
2016-05-25 13:50:28 -07:00 |
|
Michael Jumper
|
4fdcfebf25
|
GUACAMOLE-25: Set AudioCapture flag if audio input is enabled.
|
2016-05-25 13:50:28 -07:00 |
|
Michael Jumper
|
36cc9f492f
|
GUACAMOLE-25: Convert guac_client pointer to/from a string for sake of FreeRDP's DVC API.
|
2016-05-25 13:50:28 -07:00 |
|
Michael Jumper
|
21ab9d765d
|
GUACAMOLE-25: Add stub "guacai" plugin for AUDIO_INPUT channel support.
|
2016-05-25 13:50:28 -07:00 |
|
James Muehlner
|
ec93a2989f
|
GUACAMOLE-33: Merge mouse duplication user disconnect fix.
|
2016-05-23 20:45:18 -07:00 |
|
James Muehlner
|
fa3565e617
|
Merge rdp performance flag fixes.
|
2016-05-23 20:43:36 -07:00 |
|
Michael Jumper
|
9ae667e6bc
|
GUACAMOLE-35: Fix logic of desktop_composition flag.
|
2016-05-23 20:39:26 -07:00 |
|
Michael Jumper
|
82fd6a279b
|
GUACAMOLE-33: Implement leave handlers for RDP, SSH, and telnet.
|
2016-05-23 13:58:30 -07:00 |
|
Michael Jumper
|
46b29edc5f
|
GUACAMOLE-33: Actually use VNC's leave handler.
|
2016-05-23 13:58:30 -07:00 |
|
Michael Jumper
|
92e2f4e420
|
GUACAMOLE-33: Restore guac_common_cursor_remove_user() (reverts commit af7968e).
|
2016-05-23 13:58:30 -07:00 |
|
Michael Jumper
|
a64c3e0179
|
GUACAMOLE-34: Ensure guac_client_stop() or guac_client_abort() are called in ALL cases where the client thread terminates.
|
2016-05-23 13:58:01 -07:00 |
|
Michael Jumper
|
88b422987e
|
GUACAMOLE-35: Ensure performance flag values are applied.
|
2016-05-23 13:55:37 -07:00 |
|
Michael Jumper
|
facc0a794e
|
GUAC-1517: Only allocate one audio stream for RDP connection.
|
2016-03-31 14:25:31 -07:00 |
|
Michael Jumper
|
ba673c52b0
|
GUAC-1517: Only allocate filesystem objects once per Guacamole connection. Do not reallocate when RDP automatically reconnects due to resize.
|
2016-03-30 12:22:32 -07:00 |
|
Michael Jumper
|
5b4a02e8a5
|
GUACAMOLE-1: Relicense RDP keymaps and associated Perl script.
|
2016-03-28 20:39:45 -07:00 |
|
Michael Jumper
|
f4b8c70f79
|
GUACAMOLE-1: Relicense build/shell scripts.
|
2016-03-28 20:39:38 -07:00 |
|
Michael Jumper
|
4da3bef4ec
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
|
Michael Jumper
|
ecbb6fc6b3
|
GUAC-1164: Do not load "drdynvc" plugin unless actually needed.
|
2016-03-22 16:50:49 -07:00 |
|
Michael Jumper
|
1cb4325422
|
GUAC-1164: Init/uninit common SSH client only once. Do not touch display if RDP server is not connected.
|
2016-03-17 18:29:27 -07:00 |
|
Michael Jumper
|
0fb8a49e62
|
GUAC-1164: Do not send clipboard notification to RDP server if RDP server is not connected.
|
2016-03-17 18:06:23 -07:00 |
|
Michael Jumper
|
7c3d108e21
|
GUAC-1164: Duplicate strings which FreeRDP will free when it frees its settings structure.
|
2016-03-17 18:05:16 -07:00 |
|
Michael Jumper
|
0a4bfc95d1
|
GUAC-1164: Ensure audio stream and context are freed upon disconnect.
|
2016-03-17 17:30:32 -07:00 |
|
Michael Jumper
|
176ff96a26
|
GUAC-1164: Ensure elements of SVC names array are freed.
|
2016-03-17 15:54:15 -07:00 |
|
James Muehlner
|
55f5d1cca3
|
Merge pull request #129 from glyptodon/rdp-resize
GUAC-1164: Add parameter for automatically reconnecting when display changes
|
2016-03-16 21:37:06 -07:00 |
|
Michael Jumper
|
c336ce39e2
|
GUAC-1164: Document guac_rdp_handle_connection().
|
2016-03-16 21:30:46 -07:00 |
|
Michael Jumper
|
db82c6fa02
|
GUAC-1164: Delay display resize relative to display manager creation or reconnect.
|
2016-03-16 15:27:24 -07:00 |
|
Michael Jumper
|
3997e44810
|
GUAC-1164: Do not load display update channel unless needed.
|
2016-03-16 15:02:13 -07:00 |
|
Michael Jumper
|
de78a6efed
|
GUAC-1164: Reset request throttle after reconnect completed (prevent excessive reconnecting due to lengthy connects).
|
2016-03-16 14:56:14 -07:00 |
|
Michael Jumper
|
8d14118469
|
GUAC-1164: Add setting for specifying the resize method, if any.
|
2016-03-16 14:44:16 -07:00 |
|
Michael Jumper
|
0a5e57362e
|
GUAC-236: Add missing plurals.
|
2016-03-16 10:45:11 -07:00 |
|
Michael Jumper
|
534d0e580e
|
GUAC-236: Add missing documentation for screen recording parameters of VNC and RDP.
|
2016-03-16 10:26:10 -07:00 |
|
Michael Jumper
|
67a0a1fe46
|
GUAC-1164: Do not refer to disp member if it does not exist.
|
2016-03-15 22:11:06 -07:00 |
|
Michael Jumper
|
fc71dcadb0
|
GUAC-1164: Do not include disply update channel functionsn unless display update channel support is present.
|
2016-03-15 22:07:38 -07:00 |
|
Michael Jumper
|
81ebfbb5ca
|
GUAC-1164: rdp_disp.[ch] must now be built in all cases.
|
2016-03-15 22:02:35 -07:00 |
|
Michael Jumper
|
4e2b90cc0a
|
GUAC-1164: Conditionally build display update channel support.
|
2016-03-15 21:59:28 -07:00 |
|
Michael Jumper
|
fc40e9f14c
|
GUAC-1164: Automatically reconnect when display size changes.
|
2016-03-15 21:48:56 -07:00 |
|
Michael Jumper
|
e3d1af1953
|
GUAC-236: Add screen recording support to telnet.
|
2016-03-14 20:26:31 -07:00 |
|
Michael Jumper
|
6fc208554d
|
GUAC-236: Add session recording parameters to VNC, RDP, and SSH.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
35746efca8
|
GUAC-1389: Document guac_telnet_compile_regex().
|
2016-03-14 20:12:55 -07:00 |
|
Michael Jumper
|
9253d877a2
|
GUAC-1389: Do not handle input events until terminal exists.
|
2016-03-14 20:05:45 -07:00 |
|
Michael Jumper
|
4faf1829d2
|
GUAC-1389: Add screen sharing support to telnet.
|
2016-03-14 19:47:36 -07:00 |
|
Michael Jumper
|
3a4aec3708
|
GUAC-1389: Document parameters of SSH client thread.
|
2016-03-14 18:32:03 -07:00 |
|
Michael Jumper
|
fa43a94e02
|
GUAC-1389: Rely on API definition for handler.
|
2016-03-14 18:27:52 -07:00 |
|
Michael Jumper
|
075b7ffba9
|
GUAC-1389: Add screen sharing support to SSH.
|
2016-03-14 17:33:17 -07:00 |
|
Michael Jumper
|
1787683f1b
|
GUAC-1389: Stretch RDP frames until client has caught up. Do same with VNC. Reduce frame timeout to 0 (essentially automatic now).
|
2016-03-08 18:12:43 -08:00 |
|
Michael Jumper
|
6f264f9c31
|
GUAC-1389: Include frame rendering time in lag calculations. Sleep only if necessary.
|
2016-03-08 16:21:47 -08:00 |
|
Michael Jumper
|
d4d2fe06d9
|
GUAC-1389: Document RDP frame start timeout.
|
2016-03-07 21:12:53 -08:00 |
|
Michael Jumper
|
fc5ad6c9cd
|
GUAC-1389: Document static functions.
|
2016-03-07 16:40:05 -08:00 |
|
Michael Jumper
|
993e8583a6
|
GUAC-1389: Document enum for RDP args.
|
2016-03-07 15:42:50 -08:00 |
|