Commit Graph

  • 46e908c06e GUACAMOLE-269: Allow backspace key to be configured. Nick Couchman 2018-02-23 22:14:11 -0500
  • 2ace9385a2 GUACAMOLE-269: Add documentation for the defines and variables. Nick Couchman 2018-02-22 20:10:16 -0500
  • 5583748b54 GUACAMOLE-269: Move constant declaration to ttymode.c Nick Couchman 2018-02-22 19:56:05 -0500
  • f1bf70a4a2 GUACAMOLE-269: Add basic support for sending TTY mode encoding. Nick Couchman 2018-02-22 14:56:40 -0500
  • bc1e2f5276 GUACAMOLE-517: Merge add definition for "Print Screen" key to base RDP keymap. Nick Couchman 2018-03-06 15:20:02 -0500
  • 5d37530687 GUACAMOLE-517: Add definition for "Print Screen" key to base RDP keymap. Michael Jumper 2018-03-06 12:01:50 -0800
  • bc5b01d4d8 GUACAMOLE-448: Merge support for configuring the level of caching used by RDP. Michael Jumper 2018-02-22 00:39:31 -0800
  • d239207f0f GUACAMOLE-448: Add support for configuring glyph caching. Nick Couchman 2018-02-20 15:35:50 -0500
  • 3187a641cf GUACAMOLE-471: Merge update copyright year in NOTICE to 2018 Nick Couchman 2018-02-07 22:38:16 -0500
  • 329cc9ee48 GUACAMOLE-351: Merge add "-v" parameter Nick Couchman 2018-02-07 22:35:42 -0500
  • 3b327378eb GUACAMOLE-351: Add "-v" option which causes guacd to print its version information and exit. Michael Jumper 2018-02-07 13:41:22 -0800
  • f4f5b4e65a GUACAMOLE-351: Separate guac_config structure into own header file, independent of how that config is loaded. Michael Jumper 2018-02-07 13:33:52 -0800
  • 5f27616f32 GUACAMOLE-471: Update copyright year in NOTICE to 2018. Michael Jumper 2018-02-07 12:48:02 -0800
  • 05f54d098c GUACAMOLE-502: Merge cessastion of name instruction in RDP/VNC to avoid incorreclty updating window title. James Muehlner 2018-02-06 22:40:55 -0800
  • 599ca960aa GUACAMOLE-500: Merge buffer size compilation warning fix. James Muehlner 2018-02-06 22:30:07 -0800
  • cd0e48234a GUACAMOLE-500: Explicitly guarantee typescript filename cannot exceed buffer size. Michael Jumper 2018-02-06 22:12:08 -0800
  • 5b58c7e15b GUACAMOLE-324: Merge buffer write bug fix. James Muehlner 2018-02-06 21:38:27 -0800
  • 9ed3baf004 GUACAMOLE-482: Merge encoding error handling improvements. James Muehlner 2018-02-06 21:30:30 -0800
  • 9705b39c2b GUACAMOLE-324: Continuously write chunks of data until entire buffer has been sent. Michael Jumper 2018-02-06 21:29:31 -0800
  • 19b5050fbf GUACAMOLE-482: Fail overall encoding process if any instruction handler reports failure. Michael Jumper 2018-02-06 21:19:24 -0800
  • b0c14bd59f GUACAMOLE-482: Report video encoding failure if frame flush fails. Michael Jumper 2018-02-06 21:09:39 -0800
  • 1cf86e12a1 GUACAMOLE-485: Merge terminal emulator build fix. James Muehlner 2018-02-06 20:54:56 -0800
  • d75a18e603 GUACAMOLE-485: Disable build of terminal emulator if Pango was manually disabled. Michael Jumper 2018-02-06 20:21:14 -0800
  • 02cd424d18 GUACAMOLE-502: Do not send connection name / hostname (which may be internal information). Michael Jumper 2018-02-06 20:12:53 -0800
  • 4d7191147c GUACAMOLE-313: Merge add support for including key events within session recordings. Nick Couchman 2018-02-02 16:16:42 -0500
  • ebc6b9429f GUACAMOLE-492: Merge remove guaclog binary erroneously added to source tree. Nick Couchman 2018-01-31 22:42:48 -0500
  • 139251ea73 GUACAMOLE-492: Remove guaclog binary erroneously added to source tree. Michael Jumper 2018-01-31 16:35:02 -0800
  • 3f6acb6378 GUACAMOLE-313: Merge remove handling of Unicode codepoints which cannot actually be represented by an X11 keysym. Nick Couchman 2018-01-30 19:06:01 -0500
  • b1d050285a GUACAMOLE-313: Merge ensure keydef structure is freed in all cases. Nick Couchman 2018-01-30 19:04:22 -0500
  • 8ca6ff3a94 GUACAMOLE-313: Merge exclude built guaclog.1 mangpage from git. Nick Couchman 2018-01-30 18:41:28 -0500
  • 35eebe8553 GUACAMOLE-313: Merge properly initialize modifier flag for all keydefs. Nick Couchman 2018-01-30 18:39:41 -0500
  • 7f9e61a1f2 GUACAMOLE-313: Exclude built guaclog.1 manpage from git. Michael Jumper 2018-01-30 15:28:15 -0800
  • 555126441e GUACAMOLE-313: Remove code handling Unicode codepoints which cannot be represented by X11 keysyms. Michael Jumper 2018-01-30 15:24:42 -0800
  • cfd69cd122 GUACAMOLE-313: Clarify logic testing for Unicode keysyms. Michael Jumper 2018-01-30 15:26:05 -0800
  • 5f547fb118 GUACAMOLE-313: Ensure keydef structure is freed in all cases. Michael Jumper 2018-01-30 15:16:56 -0800
  • 575ff91369 GUACAMOLE-313: Properly initialize modifier flag for all keydefs. Michael Jumper 2018-01-30 15:11:23 -0800
  • 5f5b4ea8eb GUACAMOLE-313: Merge add "guaclog" utility for producing human-readable interpreatations of keys pressed in session recordings. Nick Couchman 2018-01-30 14:07:35 -0500
  • 08f854ffef GUACAMOLE-313: Merge add support for logging mouse cursor information. Nick Couchman 2018-01-30 14:05:39 -0500
  • c543adddb2 GUACAMOLE-352: Merge clean up keymap lookup/update logic for the sake of verifiability. Nick Couchman 2018-01-29 12:13:21 -0500
  • 053d9d420c GUACAMOLE-352: Clean up keymap lookup/update logic for sake of verifiability. Michael Jumper 2018-01-28 22:50:11 -0800
  • 4e5a7e97ad GUACAMOLE-352: Merge add support for typing using dead keys within RDP. Nick Couchman 2018-01-28 07:59:22 -0500
  • 9a5b5574a8 GUACAMOLE-352: Type using dead keys when necessary and possible. Michael Jumper 2018-01-28 01:00:02 -0800
  • 5d56985479 GUACAMOLE-352: Add utility function for checking whether a keysym exists within the current RDP keyboard layout. Michael Jumper 2018-01-28 00:56:24 -0800
  • e37fb1dad9 GUACAMOLE-489: Merge lock both wrapped sockets when performing operations through a tee socket. Nick Couchman 2018-01-27 17:20:28 -0500
  • 57428a95aa GUACAMOLE-490: Merge take channel mask into account when rendering image streams to buffers. Nick Couchman 2018-01-27 17:17:24 -0500
  • 4fb17d5610 GUACAMOLE-313: Add flags for controlling the contents of session recordings. Michael Jumper 2017-12-08 12:06:30 -0800
  • 876516a1fb GUACAMOLE-313: Add support for including key states within session recordings. Michael Jumper 2017-11-27 23:50:45 -0800
  • b21aef565b GUACAMOLE-313: Add function for sending "key" instructions. Michael Jumper 2017-11-27 23:30:13 -0800
  • fdd17e3042 GUACAMOLE-313: Note that guacenc/guaclog are related. Michael Jumper 2018-01-26 16:16:40 -0800
  • c0b2871b31 GUACAMOLE-313: Document log format. Michael Jumper 2017-12-10 12:40:01 -0800
  • b7257d9ae4 GUACAMOLE-313: Include unknown keys within log. Michael Jumper 2017-12-08 13:10:32 -0800
  • 5e5f1fcb3e GUACAMOLE-313: Add missing keysyms. Track modifier keys only. Michael Jumper 2017-12-08 12:56:27 -0800
  • 5b612b856a GUACAMOLE-313: Refactor guaclog to produce simpler, greppable output. Michael Jumper 2017-12-06 21:25:58 -0800
  • 86b09c8cf7 GUACAMOLE-313: Add remaining key names. Use Unicode where possible. Michael Jumper 2017-11-26 19:35:47 -0800
  • 3633af5e41 GUACAMOLE-313: Use binary search to find human-readable names for known keys. Michael Jumper 2017-11-26 18:54:59 -0800
  • df29735c83 GUACAMOLE-313: Separate naming logic for keysyms. Align previously-pressed keys. Michael Jumper 2017-11-26 18:00:29 -0800
  • d39757b4dc GUACAMOLE-313: Continuously track key press/release. Michael Jumper 2017-11-26 17:24:49 -0800
  • ebc731aaf3 GUACAMOLE-313: Add guaclog utility with stubbed interpretation of key events. Michael Jumper 2017-11-26 15:44:03 -0800
  • 81a0e66d9f GUACAMOLE-313: Include current button state within mouse update for completeness. Michael Jumper 2017-12-08 10:45:09 -0800
  • 7eb4e22515 GUACAMOLE-313: Use mouse timestamps for frames as well as sync. Michael Jumper 2017-11-27 20:18:20 -0800
  • a74d6a2aaf GUACAMOLE-313: Include timestamp with mouse position reporting. Michael Jumper 2017-11-27 20:08:34 -0800
  • e2455d6f26 GUACAMOLE-313: Do not render cursor unless mouse has actually moved. Michael Jumper 2017-11-27 19:32:59 -0800
  • cafcd90f9f GUACAMOLE-313: Add support for the "mouse" instruction to guacenc. Michael Jumper 2017-11-27 14:24:58 -0800
  • a14832c4da GUACAMOLE-313: Implement the "cursor" instruction to guacenc. Michael Jumper 2017-11-27 14:21:06 -0800
  • df770ae4ea GUACAMOLE-313: Add support for including mouse location within session recordings. Michael Jumper 2017-11-27 13:03:21 -0800
  • b37e73488f GUACAMOLE-313: Provide reference to in-progress screen recording. Michael Jumper 2017-11-27 09:38:20 -0800
  • dc5245025e GUACAMOLE-489: Lock both wrapped sockets when performing operations through a tee socket. Michael Jumper 2017-11-27 19:49:18 -0800
  • dcaf7b2c21 GUACAMOLE-490: Take channel mask into account when rendering image streams to buffers. Michael Jumper 2017-11-27 19:20:51 -0800
  • db85163e20 GUACAMOLE-384: Merge fix for potential segfault if SSH connection is closed while output is still being written to the terminal. Michael Jumper 2018-01-23 14:44:47 -0800
  • 8c844e6eab GUACAMOLE-484: Merge ensure disconnect reason code is checked for orderly RDP disconnect. Nick Couchman 2018-01-22 15:29:26 -0500
  • 822a6c6b9d GUACAMOLE-484: Do not flush frame if connection closed mid-frame. Michael Jumper 2018-01-22 12:24:07 -0800
  • 61c16a89d2 GUACAMOLE-484: Always clean up after orderly disconnect. Michael Jumper 2018-01-22 12:23:39 -0800
  • d562cb7648 GUACAMOLE-484: Ensure disconnect reason code is checked for orderly RDP disconnect. Michael Jumper 2018-01-22 12:16:09 -0800
  • 0f78b01e81 GUACAMOLE-456: Merge multi-stage Docker build changes. Michael Jumper 2018-01-19 13:37:01 -0800
  • 11605ff5ed GUACAMOLE-481: Merge Turkish keymap for RDP. Michael Jumper 2018-01-09 19:12:05 -0800
  • 93b3eebc5d
    GUACAMOLE-481: Add Turkish Q keymap for RDP csenel 2018-01-09 10:53:05 +0300
  • 66ffda24f0 GUACAMOLE-448: Add support for configuring bitmap caching. Nick Couchman 2018-01-02 18:26:29 -0500
  • 5295886f68 Merge 0.9.14 changes back to master. Nick Couchman 2018-01-01 16:27:03 -0500
  • 7c191d7be0 GUACAMOLE-423: Merge bump version number to 0.9.14. Nick Couchman 2018-01-01 16:23:37 -0500
  • f72de10328 GUACAMOLE-307: Merge the size instruction can also apply to buffers. Nick Couchman 2017-12-09 12:55:19 -0500
  • ff6c4b04f4 GUACAMOLE-307: The "size" instruction can also apply to buffers, not just layers. Michael Jumper 2017-12-08 14:54:15 -0800
  • 1b81549c97 GUACAMOLE-423: Update libtool version info for libguac (interfaces added, none changed/removed). Michael Jumper 2017-12-06 01:18:42 -0800
  • 37236207a0 GUACAMOLE-423: Bump version number to 0.9.14. Michael Jumper 2017-12-06 01:15:58 -0800
  • 76a6e41031 GUACAMOLE-423: Automatically populate package version within manpages. Michael Jumper 2017-12-06 00:44:34 -0800
  • e3d8c3fa12 Merge 0.9.14 changes back to master. Nick Couchman 2017-12-06 10:04:34 -0500
  • 6322874d3a GUACAMOLE-436: Merge remove incubator prefixes and DISCLAIMER. Nick Couchman 2017-12-06 10:02:44 -0500
  • e4f4761c87 GUACAMOLE-456: use Docker multi-stage build Carl Harris 2017-12-06 07:57:12 -0500
  • 798ba1e5be GUACAMOLE-423: Automatically populate package version within Doxyfile. Michael Jumper 2017-12-06 00:34:47 -0800
  • 89912dc657 GUACAMOLE-436: Remove old references to pre-Incubator project. Michael Jumper 2017-12-06 00:26:01 -0800
  • a514f03fd4 GUACAMOLE-436: Remove incubator prefix from repositories and URLs. Michael Jumper 2017-12-06 00:25:05 -0800
  • d201344443 GUACAMOLE-436: Remove Incubator DISCLAIMER file. Michael Jumper 2017-12-06 00:22:51 -0800
  • 2c12c12850 GUACAMOLE-424: Merge changes addressing potential NULL-pointer dereference in VNC user leave handler. Michael Jumper 2017-11-15 07:05:21 -0800
  • aa6d81d6f9 GUACAMOLE-424: Update doc comments itsankoff 2017-11-15 14:58:06 +0200
  • a75bca1e95 GUACAMOLE-273: Merge RDP support for Portuguese Brazilian keyboard. Michael Jumper 2017-11-14 17:17:34 -0800
  • fc599d2aec GUACAMOLE-273: Remove Mac remapping of €. Frode Langelo 2017-11-14 20:04:49 +0000
  • 493fa4df16 GUACAMOLE-233: Merge RDP support for Spanish keyboards. Michael Jumper 2017-11-14 10:56:28 -0800
  • c4c32264bf GUACAMOLE-434: Merge RDP support for UK English keyboards. Michael Jumper 2017-11-14 10:55:53 -0800
  • fc15850288 GUACAMOLE-233: Add Spanish keymap for RDP. Frode Langelo 2017-11-13 22:57:21 +0000
  • a8174eeac9 GUACAMOLE-273: Fix comment for remapping of €. Frode Langelo 2017-11-13 22:52:39 +0000
  • ed8a32f98b GUACAMOLE-273: Add Brazillian ABNT2 keymap for RDP. Frode Langelo 2017-11-13 22:43:42 +0000