Michael Jumper
|
dc6cae46ca
|
GUACAMOLE-94: Use readdir() instead of readdir_r(). Multiple threads will not be accessing the same directory stream.
|
2017-01-28 00:11:59 -08:00 |
|
James Muehlner
|
ea6b094e24
|
GUACAMOLE-185: Merge rectangle clipping fix.
|
2017-01-25 21:53:38 -08:00 |
|
Michael Jumper
|
a72531b65c
|
GUACAMOLE-185: Fix copy/transfer rectangle calculation. Clip source to bounds, NOT to clipping rectangle.
|
2017-01-25 21:05:08 -08:00 |
|
Michael Jumper
|
2de7d017f5
|
GUACAMOLE-185: Clip copy/transfer operations to fit source as well as destination.
|
2017-01-25 21:05:08 -08:00 |
|
James Muehlner
|
3f2cdb1971
|
GUACAMOLE-184: Merge empty surface fix.
|
2017-01-25 21:01:20 -08:00 |
|
Michael Jumper
|
bd3d482ade
|
GUACAMOLE-184: Only send contents of surface if non-empty.
|
2017-01-25 19:28:07 -08:00 |
|
James Muehlner
|
5d5fbb4d45
|
GUACAMOLE-172: Merge lag calculation improvements.
|
2017-01-24 23:26:29 -08:00 |
|
Frode Langelo
|
070d46b096
|
GUACAMOLE-180: Merge change making surface and display threadsafe.
|
2017-01-25 07:04:09 +00:00 |
|
Michael Jumper
|
5d1de67a0c
|
GUACAMOLE-180: Make common display threadsafe.
|
2017-01-24 18:01:04 -08:00 |
|
Michael Jumper
|
b7e0e080da
|
GUACAMOLE-180: Make common surface threadsafe.
|
2017-01-24 18:00:57 -08:00 |
|
James Muehlner
|
b8f4f19c36
|
GUACAMOLE-179: Merge move of PulseAudio support into library.
|
2017-01-24 17:49:37 -08:00 |
|
James Muehlner
|
67a5d9a5dd
|
GUACAMOLE-176: Merge support for layer location and opacity for guac_common_surface.
|
2017-01-24 17:39:03 -08:00 |
|
Michael Jumper
|
6bd19b6ac6
|
GUACAMOLE-176: Support layer location and opacity for guac_common_surface.
|
2017-01-24 17:30:51 -08:00 |
|
Michael Jumper
|
440668a78a
|
GUACAMOLE-179: Use non-owner users of connection to determine audio encoding if necessary.
|
2017-01-24 17:19:10 -08:00 |
|
Michael Jumper
|
48ebbe95ea
|
GUACAMOLE-179: Move PulseAudio support into separate utility library.
|
2017-01-24 17:19:06 -08:00 |
|
James Muehlner
|
5d2c9676f4
|
GUACAMOLE-175: Merge move of guacd core into library.
|
2017-01-24 16:38:50 -08:00 |
|
James Muehlner
|
396eaa21f2
|
GUACAMOLE-178: Merge cursor layer z index fix.
|
2017-01-24 16:25:35 -08:00 |
|
Michael Jumper
|
6645e858ca
|
GUACAMOLE-178: Ensure shared cursor layer is always above all other layers.
|
2017-01-24 16:17:42 -08:00 |
|
Michael Jumper
|
4c06d755f9
|
GUACAMOLE-175: Move guacd_handle_user() to libguacd.
|
2017-01-24 15:44:59 -08:00 |
|
Michael Jumper
|
45adc63597
|
GUACAMOLE-175: Split logging between guacd and libguacd.
|
2017-01-24 15:44:55 -08:00 |
|
Michael Jumper
|
d7a604c8b2
|
GUACAMOLE-175: Move common core of guacd into libguacd utility library.
|
2017-01-24 15:44:51 -08:00 |
|
James Muehlner
|
a1886f51bd
|
GUACAMOLE-171: Merge move of broadcast socket to public API.
|
2017-01-24 11:49:29 -08:00 |
|
James Muehlner
|
8cd98b5298
|
GUACAMOLE-170: Merge client args default change.
|
2017-01-24 11:44:40 -08:00 |
|
James Muehlner
|
52ccd276da
|
GUACAMOLE-169: Merge common namespace normalization.
|
2017-01-24 11:42:31 -08:00 |
|
Michael Jumper
|
6131ad0341
|
GUACAMOLE-172: Ignore insane timestamps when calculating lag.
|
2017-01-24 00:18:10 -08:00 |
|
Michael Jumper
|
234f98705e
|
GUACAMOLE-172: Use frame start as end of previous frame (ignore server-side time).
|
2017-01-24 00:18:07 -08:00 |
|
Michael Jumper
|
f641d91b55
|
GUACAMOLE-172: Exclude server-side rendering time from next frame's required wait (if render times are consistent, then including that time will result in duplicate waiting: once within the render loop, and again when actually flushing the display).
|
2017-01-24 00:18:04 -08:00 |
|
Michael Jumper
|
9e6e4e520c
|
GUACAMOLE-172: Clarify processing lag calculations.
|
2017-01-24 00:18:00 -08:00 |
|
Michael Jumper
|
7a65a63aa9
|
GUACAMOLE-171: Do not require knowledge of broadcast socket internals (do not acquire write lock around join/leave handlers).
|
2017-01-23 23:43:36 -08:00 |
|
Michael Jumper
|
98b92f0900
|
GUACAMOLE-171: Separate broadcast socket from client. Ensure socket remains threadsafe even if no users are connected.
|
2017-01-23 23:43:32 -08:00 |
|
Michael Jumper
|
9d2bb31a9d
|
GUACAMOLE-170: Init guac_client args by default.
|
2017-01-23 23:35:16 -08:00 |
|
Michael Jumper
|
eee928548d
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
|
Frode Langelo
|
0ef87c443b
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-17 19:07:08 +00:00 |
|
Frode Langelo
|
5d2cfb7f25
|
GUACAMOLE-86: Merge removal of terminal emulator's STDOUT pipe.
|
2017-01-17 17:58:16 +00:00 |
|
Michael Jumper
|
e5b3af8ffe
|
GUACAMOLE-86: Remove terminal emulator's STDOUT pipe. Use pthread_cond_t to signal modification.
|
2017-01-16 00:02:30 -08:00 |
|
Michael Jumper
|
0611bd1c45
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-11 15:11:11 -08:00 |
|
Michael Jumper
|
cf9aeef83b
|
GUACAMOLE-157: Merge fix for segfault upon VNC disconnect.
|
2017-01-11 15:09:15 -08:00 |
|
Frode Langelo
|
6c05dc026e
|
GUACAMOLE-157: Initialize SSH SSL lock array to NULL and test for NULL-ness before freeing.
|
2017-01-11 22:40:34 +00:00 |
|
James Muehlner
|
6d4b7a94f6
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-10 13:25:11 -08:00 |
|
James Muehlner
|
1fef1f4461
|
GUACAMOLE-154: Merge updated version number.
|
2017-01-10 10:51:51 -08:00 |
|
Michael Jumper
|
8b08a0e444
|
GUACAMOLE-154: Bump libtool version-info.
|
2017-01-09 11:38:47 -08:00 |
|
Michael Jumper
|
7759210f29
|
GUACAMOLE-154: Bump guacamole-server version numbers to 0.9.11-incubating.
|
2017-01-09 11:36:06 -08:00 |
|
James Muehlner
|
e0e42e8aa8
|
Merge changes for 0.9.10-incubating release back to master.
|
2016-12-18 10:51:15 -08:00 |
|
James Muehlner
|
68fdd4d290
|
GUACAMOLE-145: Merge README changes for updated dependency information.
|
2016-12-18 10:44:24 -08:00 |
|
James Muehlner
|
bb13105338
|
GUACAMOLE-143: Merge fix for missing files in server artifact.
|
2016-12-18 10:30:34 -08:00 |
|
Michael Jumper
|
40cc1536af
|
GUACAMOLE-145: Update README to include (correct) required and optional dependencies.
|
2016-12-17 22:00:55 -08:00 |
|
Michael Jumper
|
6101be6234
|
GUACAMOLE-143: Include guacd-docker within source .tar.gz.
|
2016-12-17 21:15:13 -08:00 |
|
Michael Jumper
|
2a55474c92
|
GUACAMOLE-143: Include CONTRIBUTING within source .tar.gz.
|
2016-12-17 21:09:17 -08:00 |
|
Michael Jumper
|
c61037c4a6
|
GUACAMOLE-143: Include DISCLAIMER and NOTICE within source .tar.gz.
|
2016-12-17 20:59:57 -08:00 |
|
James Muehlner
|
ecc3a7d49b
|
Merge release-specific changes for 0.9.10-incubating back to master.
|
2016-11-13 11:33:44 -08:00 |
|