Michael Jumper
|
5e76e11e6a
|
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 |
|
Michael Jumper
|
4d7634da9e
|
GUAC-1172: Remove use of stdbool.h and bool from guac_json - FreeRDP is not compatible with use of the standard bool.
|
2015-07-06 00:43:21 -07:00 |
|
Michael Jumper
|
8a36358e94
|
GUAC-1172: Implement directory listing, file upload, and file download.
|
2015-07-06 00:43:21 -07:00 |
|
Michael Jumper
|
fef6cd212b
|
GUAC-1172: Associate guac_object with RDP filesystem.
|
2015-07-06 00:43:21 -07:00 |
|
James Muehlner
|
637e5e95f7
|
Merge pull request #48 from glyptodon/common-json
GUAC-1172: Move JSON functions to common.
|
2015-07-05 18:51:09 -07:00 |
|
Michael Jumper
|
58621ca42b
|
GUAC-1172: Move JSON functions to common.
|
2015-07-05 18:08:22 -07:00 |
|
James Muehlner
|
413ad23304
|
Merge pull request #47 from glyptodon/empty-json
GUAC-1172: Ensure empty directories are valid JSON.
|
2015-07-05 13:01:14 -07:00 |
|
Michael Jumper
|
ddbbcf032a
|
GUAC-1172: Ensure empty directories are valid JSON.
|
2015-07-05 12:56:10 -07:00 |
|
James Muehlner
|
a6e9e0cfca
|
Merge pull request #46 from glyptodon/ssh-fs
GUAC-1172: Add filesystem object support to SSH/SFTP.
|
2015-07-01 11:12:42 -07:00 |
|
Michael Jumper
|
054698a3ad
|
GUAC-1172: Append. Do not appaned.
|
2015-07-01 11:11:07 -07:00 |
|
Michael Jumper
|
42c36f5b84
|
GUAC-1172: Properly store/free filesystem object.
|
2015-07-01 10:48:25 -07:00 |
|
Michael Jumper
|
0bbc958373
|
GUAC-1172: Implement file upload via filesystem object.
|
2015-07-01 10:48:25 -07:00 |
|
Michael Jumper
|
5fba93594d
|
GUAC-1172: Implement directory listing and file download via filesystem object.
|
2015-07-01 10:48:25 -07:00 |
|
Michael Jumper
|
482b3a728c
|
GUAC-1172: Simplify filename validation and manipulation.
|
2015-07-01 10:48:25 -07:00 |
|
James Muehlner
|
6bfd3e46e0
|
Merge pull request #45 from glyptodon/object-api
GUAC-1172: Implement libguac side of Guacamole protocol objects.
|
2015-06-23 19:37:40 -07:00 |
|
Michael Jumper
|
60b3386733
|
GUAC-1172: Add constants for the root object name and the mimetype of a stream index.
|
2015-06-20 16:07:55 -07:00 |
|
Michael Jumper
|
9321312fce
|
GUAC-1172: Add missing guac_client_alloc_object() and guac_client_free_object() definitions to client.h.
|
2015-06-20 12:57:23 -07:00 |
|
Michael Jumper
|
95ede7a91d
|
GUAC-1172: Add object alloc/free. Add object index pool.
|
2015-06-19 14:41:25 -07:00 |
|
Michael Jumper
|
6e3a12b604
|
GUAC-1172: Implement filesystem, body, and undefine instructions.
|
2015-06-19 14:35:30 -07:00 |
|
Michael Jumper
|
f7e6deeaf4
|
GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects.
|
2015-06-19 14:12:27 -07:00 |
|
James Muehlner
|
df791b057b
|
Merge pull request #44 from glyptodon/object-api
GUAC-1172: Fix indentation within libguac Makefile.am.
|
2015-06-19 13:55:25 -07:00 |
|
Michael Jumper
|
ce6050b72a
|
GUAC-1172: Fix indentation within libguac Makefile.am.
|
2015-06-19 13:51:52 -07:00 |
|
James Muehlner
|
f8c3271e0c
|
Merge pull request #43 from glyptodon/rdp-perf-flags
GUAC-835: Add support for all RDP performance flags.
|
2015-06-15 10:06:01 -07:00 |
|
Michael Jumper
|
29b76243b9
|
GUAC-835: Add support for all RDP performance flags.
|
2015-06-12 16:35:38 -07:00 |
|
James Muehlner
|
95ae50478b
|
Merge pull request #41 from glyptodon/terminal-font-dpi
GUAC-1226: Do not rely on Pango/Cairo for DPI handling - simply scale the font size.
|
2015-06-11 23:33:10 -07:00 |
|
Michael Jumper
|
77536dd68e
|
GUAC-1226: Do not rely on Pango/Cairo for DPI handling - simply scale the font size.
|
2015-06-11 15:44:53 -07:00 |
|
James Muehlner
|
2e63b42afa
|
Merge pull request #40 from glyptodon/bump-version
GUAC-1174: Update version numbers of man pages.
|
2015-06-08 17:28:23 -07:00 |
|
Michael Jumper
|
88ae1a26ff
|
GUAC-1174: Update version numbers of man pages.
|
2015-06-08 17:27:08 -07:00 |
|
James Muehlner
|
09fd6eeffc
|
Merge pull request #39 from glyptodon/bump-version
GUAC-1174: Bump version numbers to 0.9.7.
|
2015-06-08 17:00:48 -07:00 |
|
Michael Jumper
|
4b9bd1ec30
|
GUAC-1174: Bump version numbers to 0.9.7.
|
2015-06-08 16:58:23 -07:00 |
|
James Muehlner
|
bd22c6e383
|
Merge pull request #35 from glyptodon/client-name
GUAC-346: Add support for specifying the client hostname.
|
2015-04-14 14:02:30 -07:00 |
|
Michael Jumper
|
be0e1d9b12
|
GUAC-346: Add support for specifying the client hostname.
|
2015-04-14 12:39:08 -07:00 |
|
James Muehlner
|
358d41e277
|
Merge pull request #34 from glyptodon/vnc-clipboard-hang
GUAC-1056: Do not wait for messages if data is within the RFB client buffer.
|
2015-04-08 08:35:29 -07:00 |
|
Michael Jumper
|
5cb5be6923
|
GUAC-1056: Do not wait for messages if data is within the RFB client buffer.
|
2015-04-07 23:44:13 -07:00 |
|
James Muehlner
|
40fd28f86c
|
Merge pull request #32 from glyptodon/italian-keyboard
GUAC-794: Italian keyboard
|
2015-03-31 11:39:45 -07:00 |
|
Michael Jumper
|
2144aa4f8f
|
GUAC-794: Add missing hash sign to Italian keymap.
|
2015-03-31 11:31:52 -07:00 |
|
Michael Jumper
|
8b1ecae77f
|
GUAC-794: Add Denis Bernacci to AUTHORS.
|
2015-03-31 11:19:39 -07:00 |
|
Denis Bernacci
|
07859aba06
|
GUAC-794: Add Italian keymap.
|
2015-03-31 11:18:38 -07:00 |
|
James Muehlner
|
00cceaba75
|
Merge pull request #31 from glyptodon/bump-version
GUAC-1128: Bump version numbers to 0.9.6.
|
2015-03-25 18:52:38 -07:00 |
|
Michael Jumper
|
b5d1e5aa80
|
GUAC-1128: Bump version numbers to 0.9.6.
|
2015-03-23 11:48:48 -07:00 |
|
James Muehlner
|
9b72370399
|
Merge pull request #30 from glyptodon/bitmap-memory-leak
GUAC-1095: Free any existing bitmap data prior to overwriting the bitmap data pointer.
|
2015-02-23 21:05:41 -08:00 |
|
Michael Jumper
|
001b8188e8
|
GUAC-1095: Free any existing bitmap data prior to overwriting the bitmap data pointer.
|
2015-02-23 20:36:33 -08:00 |
|
James Muehlner
|
b1d6788292
|
Merge pull request #29 from glyptodon/rdp-profile-segfault
GUAC-1090: Clip operation by surface size when no clipping rectangle is present.
|
2015-02-20 17:09:21 -08:00 |
|
Michael Jumper
|
732adf9063
|
GUAC-1090: Clip operation by surface size when no clipping rectangle is present.
|
2015-02-20 16:53:24 -08:00 |
|
James Muehlner
|
bc5635269d
|
Merge pull request #28 from glyptodon/release-prep
GUAC-1018: Update guacamole-server for 0.9.5 release.
|
2015-02-15 18:53:44 -08:00 |
|
Michael Jumper
|
b4165f9773
|
GUAC-1018: Bump version numbers to 0.9.5.
|
2015-02-15 17:19:29 -08:00 |
|
Michael Jumper
|
4c1cdeb19f
|
GUAC-1018: Update AUTHORS file.
|
2015-02-15 17:16:33 -08:00 |
|
Mike Jumper
|
12a1ae10b8
|
Merge pull request #22 from rvecchio/patch-1
GUAC-570: Solves the issue of blank pages occuring inside generated PDFs having 11 or more pages
|
2015-02-11 14:43:30 -08:00 |
|
James Muehlner
|
b92d2baa91
|
Merge pull request #27 from glyptodon/freerdp-dso-compat
GUAC-1005: Include libfreerdp-core in test for freerdp_channels_new()
|
2015-02-09 17:32:20 -08:00 |
|
Michael Jumper
|
61fde22b41
|
GUAC-1005: Include libfreerdp-core in test for freerdp_channels_new(). The function is not always included in libfreerdp-client, and its absence can result in libfreerdp-client not being linked in.
|
2015-02-09 16:24:00 -08:00 |
|