Commit Graph

2517 Commits

Author SHA1 Message Date
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
James Muehlner
78e6215cbd GUACAMOLE-119: Merge integration of Apache Rat into client and associated new license notices. 2016-11-13 11:17:03 -08:00
James Muehlner
0ea047ea25 GUACAMOLE-68: Merge fix for FFmpeg, Pango related build issues. 2016-11-13 11:01:25 -08:00
James Muehlner
574bec859a GUACAMOLE-119: Merge addition of missing liscense files and exclusion of generated source from source archive. 2016-11-13 10:52:16 -08:00
Michael Jumper
4a29979667 GUACAMOLE-119: Add Apache license boilerplate to manpage source. 2016-11-12 19:40:39 -08:00
Michael Jumper
cb93d42dea GUACAMOLE-119: Add Apache license boilerplate to Doxyfile. 2016-11-12 19:40:39 -08:00
Michael Jumper
406a58de35 GUACAMOLE-68: Use AV_PIX_FMT_RGB32 and AV_PIX_FMT_YUV420P constants (not PIX_FMT_RGB32 and PIX_FMT_YUV420P). 2016-11-12 19:40:12 -08:00
Michael Jumper
4ea5f163f0 GUACAMOLE-68: Remove -pedantic flag for subprojects depending on libraries which use compiler extensions. 2016-11-12 19:40:01 -08:00
Michael Jumper
8fc4cc928d GUACAMOLE-119: Do not include generated sources in source tarball. 2016-11-12 18:56:18 -08:00
James Muehlner
7c3430ba0f GUACAMOLE-118: Merge switchover from select to poll. 2016-11-11 16:19:54 -08:00
James Muehlner
6436996eb7 GUACAMOLE-117: Merge fix for closing socket upon failed handshake. 2016-11-11 16:11:37 -08:00
Michael Jumper
c12e26404a GUACAMOLE-118: Use poll() when waiting for data from RDP. Reformat for sake of readability/verification. 2016-11-11 13:45:01 -08:00
Michael Jumper
2421fc2f11 GUACAMOLE-118: Use poll() when waiting for data from SSH. 2016-11-11 13:16:57 -08:00
Michael Jumper
168359344e GUACAMOLE-118: Use poll() when waiting for data from Telnet. 2016-11-11 13:13:48 -08:00
Michael Jumper
a1fc5bc733 GUACAMOLE-118: Use poll() when waiting for data to be written to the terminal emulator. 2016-11-11 13:12:12 -08:00
Michael Jumper
12d575b8e6 GUACAMOLE-118: Migrate to poll() instead of select() for guacd's SSL/TLS guac_socket implementation. 2016-11-11 13:06:05 -08:00
Michael Jumper
9d6d2aeba7 GUACAMOLE-118: Migrate to poll() instead of select() for file descriptor guac_socket implementation. 2016-11-11 13:03:43 -08:00
Michael Jumper
ca2b426252 GUACAMOLE-117: Close socket file descriptor if SSL/TLS handshake fails. 2016-11-11 12:25:28 -08:00
James Muehlner
a46ce4cc3b GUACAMOLE-115: Merge server-side explicit disconnect fix. 2016-11-07 10:57:04 -08:00
Michael Jumper
1817ef4ce0 GUACAMOLE-115: Explicitly signal disconnect at end of connection. 2016-11-07 10:29:00 -08:00
James Muehlner
16a8b9b94b GUACAMOLE-117: Merge RDP disconnect fix. 2016-10-30 12:23:20 -07:00
Michael Jumper
bed38cec71 GUACAMOLE-117: Do not stop connection when the intent is to reconnect (originally broken by commit a64c3e0). 2016-10-29 15:00:53 -07:00
Michael Jumper
0c3d89fe17 GUACAMOLE-107: Merge updates to website and project name. 2016-10-26 22:20:27 -07:00
James Muehlner
a23bf783a9 GUACAMOLE-107: Restored reference to download section on website. 2016-10-26 22:13:59 -07:00
James Muehlner
9e2adf5b6a GUACAMOLE-107 Remove references to old website and Apachify project name. 2016-10-26 21:57:07 -07:00
James Muehlner
13fbb7f878 GUACAMOLE-97: Merge updated README for docker image. 2016-10-12 19:09:59 -07:00
Michael Jumper
5ce9b1a32f GUACAMOLE-97: Update guacd Docker README.md with respect to Apache. 2016-10-04 12:25:07 -07:00
Michael Jumper
3c459100d7 GUACAMOLE-110: Merge fix for timestamp rounding bug in guacenc. 2016-10-03 11:38:41 -07:00
Roman
3a3de3e87d GUACAMOLE-110: Fix guacenc framerate rounding affecting video length 2016-10-03 11:51:24 -04:00
James Muehlner
701e44a0cb GUACAMOLE-93: Merge fix for server docker build. 2016-08-28 14:53:42 -07:00
Michael Jumper
4f84be1c31 GUACAMOLE-93: Move Dockerfile to root of repository. 2016-08-28 14:17:26 -07:00
Michael Jumper
b6a988fcb1 GUACAMOLE-93: Build guacd-docker using parent guacamole-server source. 2016-08-26 14:37:58 -07:00
Michael Jumper
4326029984 GUACAMOLE-87: Merge changes bumping version numbers for 0.9.10-incubating. 2016-08-25 22:53:32 -07:00
James Muehlner
96f853d8ff GUACAMOLE-87: Bump libtool version-info. 2016-08-25 22:29:02 -07:00
James Muehlner
e92bb2c824 GUACAMOLE-87: Bump guacamole-server version numbers to 0.9.10-incubating. 2016-08-25 21:59:25 -07:00
James Muehlner
2a0d2445c1 GUACAMOLE-51: Merge lock state synchronziation change for RDP. 2016-08-16 20:18:59 -07:00
Michael Jumper
996f1a8ec2 GUACAMOLE-51: Require shift released and numlock active for keypad numerals. 2016-08-16 20:00:24 -07:00
Michael Jumper
69ab054323 GUACAMOLE-51: Support -num and +num option (require clear/set numlock) in keymaps. 2016-08-16 20:00:24 -07:00
Michael Jumper
0c48096147 GUACAMOLE-51: Track and synchronize remote lock key state. 2016-08-16 20:00:24 -07:00
James Muehlner
f73822d348 GUACAMOLE-51: Merge change to seperate RDP keyboard handling. 2016-08-16 19:58:42 -07:00
Michael Jumper
4f4f83f9a7 GUACAMOLE-51: Isolate sending of specific RDP events within own functions. 2016-08-16 19:54:08 -07:00
Michael Jumper
78a696a86f GUACAMOLE-51: Abstract away RDP keyboard state tracking with dedicated guac_rdp_keyboard structure. 2016-08-13 18:14:04 -07:00