Nick Couchman
|
af4d762147
|
GUACAMOLE-203: Move warning about minimum alive interval to single place in common code.
|
2017-06-14 12:49:49 -04:00 |
|
Nick Couchman
|
89b9a905db
|
GUACAMOLE-203: Tweak warning message sent to users.
|
2017-06-14 11:11:32 -04:00 |
|
Nick Couchman
|
df718395e8
|
GUACAMOLE-203: Change alive interval from int to unsigned.
|
2017-06-14 10:17:28 -04:00 |
|
Nick Couchman
|
193051dfd5
|
GUACAMOLE-203: Change parameter name for consistency
|
2017-06-14 08:40:07 -04:00 |
|
Nick Couchman
|
070bd25721
|
GUACAMOLE-203: if statement style tweak
|
2017-06-14 08:27:09 -04:00 |
|
Nick Couchman
|
03403e3ea5
|
GUACAMOLE-203: Correct implementation of SSH keepalive option for SFTP connections across all protocols.
|
2017-05-31 21:03:14 -04:00 |
|
Nick Couchman
|
e7fc8a0d98
|
GUACAMOLE-203: Expand SSH keepalives to cover SFTP connections for other protocols.
|
2017-05-31 21:03:09 -04:00 |
|
Nick Couchman
|
9993684205
|
GUACAMOLE-203: Warn user if they try to enter keepalive value < 2 seconds.
|
2017-05-31 21:03:06 -04:00 |
|
Nick Couchman
|
1e3d82cc63
|
GUACAMOLE-203: Update comment for keep alive interval.
|
2017-05-31 21:03:04 -04:00 |
|
Nick Couchman
|
f693b02e12
|
GUACAMOLE-203: Tighten up code, implement constant for socket poll timer.
|
2017-05-31 21:02:59 -04:00 |
|
Nick Couchman
|
75019f5e4b
|
GUACAMOLE-203: Add a few more comments to code.
|
2017-05-31 21:02:53 -04:00 |
|
Nick Couchman
|
8ab7e56972
|
GUACAMOLE-203: Implement keepalive config in SSH connection.
|
2017-05-31 21:02:50 -04:00 |
|
Nick Couchman
|
f42f05aab7
|
GUACAMOLE-203: Add option entries for ServerAliveInterval.
|
2017-05-31 21:02:38 -04:00 |
|
James Muehlner
|
9ee224f2ca
|
GUACAMOLE-280: Merge low intensity SGR option.
|
2017-05-26 18:11:06 -07:00 |
|
Michael Jumper
|
9da27ad578
|
GUACAMOLE-280: Ensure bold and half-bright attributes cancel each other out.
|
2017-05-21 13:48:10 -07:00 |
|
Michael Jumper
|
2146200dfd
|
GUACAMOLE-280: Add support for faint (low) intensity SGR.
|
2017-05-21 13:46:21 -07:00 |
|
James Muehlner
|
6d2cfdabf8
|
GUACAMOLE-306: Merge VNC client null check fix.
|
2017-05-21 11:20:05 -07:00 |
|
Michael Jumper
|
8024f13458
|
GUACAMOLE-306: Do not attempt to send VNC events with a non-existent VNC client object.
|
2017-05-19 14:20:28 -07:00 |
|
James Muehlner
|
04205a9b97
|
GUACAMOLE-278: Merge counter fix for SGR parser.
|
2017-05-07 21:30:52 -07:00 |
|
Michael Jumper
|
58e26eb312
|
GUACAMOLE-278: argc value received by 256-color SGR sequence parser must equal the number of remaining argv elements.
|
2017-04-27 10:15:58 -07:00 |
|
James Muehlner
|
0e5498fc83
|
GUACAMOLE-278: Merge SGR bright color support for terminal.
|
2017-04-26 22:13:01 -07:00 |
|
James Muehlner
|
79b3b1029c
|
GUACAMOLE-265: Merge connection name update change.
|
2017-04-26 21:54:43 -07:00 |
|
Michael Jumper
|
4b7c679808
|
GUACAMOLE-265: Set connection name when terminal window title is changed.
|
2017-04-26 21:19:56 -07:00 |
|
James Muehlner
|
d88b5d1011
|
GUACAMOLE-278: Merge 256-color support for terminal.
|
2017-04-26 21:13:51 -07:00 |
|
Michael Jumper
|
2a91e2ff2d
|
GUACAMOLE-278: Add support for xterm's bright SGR colors (90-97 and 100-107).
|
2017-04-26 21:06:08 -07:00 |
|
Michael Jumper
|
a04022883c
|
GUACAMOLE-278: Provide constants defining locations of dark vs. intense colors in 16-color palette.
|
2017-04-26 21:01:53 -07:00 |
|
James Muehlner
|
008ba46597
|
GUACAMOLE-282: Merge alpha fix for common surface transfer functions.
|
2017-04-26 20:17:24 -07:00 |
|
Michael Jumper
|
691a3ab840
|
GUACAMOLE-282: Correct common surface transfer functions to copy/ignore alpha channel as required.
|
2017-04-24 11:57:12 -07:00 |
|
Michael Jumper
|
10180095d8
|
GUACAMOLE-278: Handle (but ignore) xterm's 256-color palette redefinition OSC.
|
2017-04-23 13:59:03 -07:00 |
|
Michael Jumper
|
e4ce7b0eeb
|
GUACAMOLE-278: Ignore 256-color SGR sequences which contain out-of-range values.
|
2017-04-23 13:52:08 -07:00 |
|
Michael Jumper
|
19f7424c62
|
GUACAMOLE-278: Log unhandled/invalid sequences at DEBUG level.
|
2017-04-23 13:52:07 -07:00 |
|
Michael Jumper
|
87fba523ee
|
GUACAMOLE-278: Handle xterm 256-color SGR sequences.
|
2017-04-23 13:24:13 -07:00 |
|
Michael Jumper
|
11bf6f05c4
|
GUACAMOLE-278: Expand terminal palette to 256 entries. Use xterm colors for entries 16 through 255.
|
2017-04-23 13:24:04 -07:00 |
|
Michael Jumper
|
eaa71f5717
|
GUACAMOLE-278: Move terminal palette/color definitions into dedicated files.
|
2017-04-23 13:23:58 -07:00 |
|
Michael Jumper
|
48fc4afc5b
|
GUACAMOLE-278: Copy terminal color values rather than referencing only by palette index.
|
2017-04-23 13:23:48 -07:00 |
|
James Muehlner
|
69caa9936b
|
GUACAMOLE-40: Merge RD gateway support.
|
2017-04-20 21:36:44 -07:00 |
|
James Muehlner
|
d3fa5e7fbd
|
GUACAMOLE-268: Merge RDP file size fix.
|
2017-04-20 08:49:20 -07:00 |
|
Michael Jumper
|
228874804e
|
GUACAMOLE-268: Use 64-bit unsigned integers to represent file size internally (identical to RDPDR).
|
2017-04-17 11:52:07 -07:00 |
|
Michael Jumper
|
09099050cb
|
GUACAMOLE-40: Set RD gateway and load balancing settings for FreeRDP where applicable.
|
2017-04-10 00:13:38 -07:00 |
|
Michael Jumper
|
da8636ef54
|
GUACAMOLE-40: Add and parse RD gateway connection parameters.
|
2017-04-09 23:58:11 -07:00 |
|
Michael Jumper
|
af8ef9f526
|
GUACAMOLE-40: Test whether FreeRDP supports RD gateways and/or load balancing.
|
2017-04-09 23:17:01 -07:00 |
|
Michael Jumper
|
37fe3548de
|
GUACAMOLE-262: Merge workaround for bug in upstream handling of VNC "truecolor" flag.
|
2017-04-03 15:45:55 -07:00 |
|
dborth
|
8833c0dd79
|
GUACAMOLE-262: set VNC trueColour flag to 1 instead of 255
|
2017-04-03 09:28:22 -06:00 |
|
James Muehlner
|
2ac1f14973
|
GUACAMOLE-260: Merge updated copyright year.
|
2017-03-31 11:14:22 -07:00 |
|
James Muehlner
|
3b0b36ad5d
|
GUACAMOLE-259: Merge logging of frame timing information.
|
2017-03-31 10:55:34 -07:00 |
|
Michael Jumper
|
1081131aa5
|
GUACAMOLE-259: Log server and user frame timing information at TRACE level.
|
2017-03-31 10:48:58 -07:00 |
|
James Muehlner
|
457c48ec71
|
GUACAMOLE-259: Merge addition of new TRACE log level.
|
2017-03-31 10:45:41 -07:00 |
|
Michael Jumper
|
4dd41fa7d2
|
GUACAMOLE-260: Update copyright year in NOTICE to 2017.
|
2017-03-30 19:41:04 -07:00 |
|
Michael Jumper
|
e910dcbfcc
|
GUACAMOLE-259: Add TRACE log level.
|
2017-03-30 01:15:51 -07:00 |
|
James Muehlner
|
aba2b46a7c
|
GUACAMOLE-257: Merge sftp file upload handler fix.
|
2017-03-29 11:33:34 -07:00 |
|