Commit Graph

164 Commits

Author SHA1 Message Date
Michael Jumper
a86f1a7c7f Add parameter list/remove. 2013-02-14 02:02:25 -08:00
Michael Jumper
fc4fa4004d Declaration should be generic. 2013-02-09 15:02:40 -08:00
Michael Jumper
c003a2c225 Move GuacamoleProperties stuff to guacamole-ext. 2013-01-31 10:07:00 -08:00
Michael Jumper
69b7d7ead7 Read guacamole.properties from home directory first. 2013-01-31 10:01:55 -08:00
Michael Jumper
0705f7099f Ensure I/O streams are closed when done in GuacamoleHTTPTunnelServlet. 2013-01-29 15:00:12 -08:00
Michael Jumper
fbe1339623 Expose immutable List rather than array in GuacamoleInstruction. Bump version to 0.8.0. 2013-01-29 14:17:11 -08:00
Michael Jumper
1b103f80a8 Remove operation enum - just use opcode. 2013-01-29 14:07:49 -08:00
Michael Jumper
c1c744f6fb Bump version. 2013-01-29 14:03:32 -08:00
Michael Jumper
1f81b952fe Configuration should be stored. 2013-01-28 17:06:10 -08:00
Michael Jumper
32cdb3b3cd Avoid caching for all responses. 2012-11-10 23:18:31 -08:00
Michael Jumper
d5f5e66514 Fixes #213 - iOS 6 caching bug. 2012-11-10 23:16:39 -08:00
Michael Jumper
fa5c060fad Send video mimetypes for video (using wrong collection). 2012-10-25 19:05:59 -07:00
Michael Jumper
59fa48d957 Update ChangeLog 2012-10-24 11:59:23 -07:00
Michael Jumper
4e43b79f0e Actually implement audio and video parts of preamble. 2012-10-23 19:45:16 -07:00
Michael Jumper
142c71a9ef Use List rather than Set to represent supported mimetypes (as they will be prioritized). 2012-10-23 19:32:34 -07:00
Michael Jumper
d2006ec3d3 Bump version. 2012-10-23 00:48:06 -07:00
Michael Jumper
2c3a3a53f0 Use client information object to complete handshake. 2012-10-23 00:36:55 -07:00
Michael Jumper
ca579c6bc9 Implement client information object. 2012-10-23 00:36:22 -07:00
Michael Jumper
dbc4a7f915 Add audio/video/size instructions. 2012-10-22 17:06:30 -07:00
Michael Jumper
76162ce14a Update ChangeLog 2012-10-16 18:17:04 -07:00
Michael Jumper
361b3149a5 Ignore anything after UUID in tunnel requests (required for fix to #201). 2012-10-16 14:13:48 -07:00
Michael Jumper
2a89f9ff09 Bump version. 2012-10-15 10:43:52 -07:00
Michael Jumper
ad331a5704 Update ChangeLog 2012-10-03 10:29:28 -07:00
Michael Jumper
13db41f704 Fix NPE if end-of-stream encountered during handshake (fixes #195). 2012-10-03 10:27:53 -07:00
Michael Jumper
ed4dd27a05 Update changelog and version. 2012-08-11 14:08:23 -07:00
Michael Jumper
b3c721e159 Add package-info.java files for all packages. 2012-08-09 23:11:05 -07:00
Michael Jumper
211348c82f Removed trailing whitespace. 2012-08-09 11:43:33 -07:00
Michael Jumper
4e72a2d4a6 Remove excessive layer of buffering. 2012-07-25 10:11:10 -07:00
Michael Jumper
48ca5200b9 Always read/write Guacamole protocol in UTF-8. 2012-07-24 15:33:44 -07:00
Michael Jumper
caafb7536a Updated ChangeLog 2012-05-04 18:38:49 -07:00
Michael Jumper
fc903e1dd2 Improve logging. 2012-04-19 14:33:31 -07:00
Michael Jumper
34e0292e0e Fixed project URL. 2012-03-26 18:51:23 -07:00
Michael Jumper
147829ad7c Should be able to retrieve the configuration associated with a socket. 2012-03-26 13:46:20 -07:00
Michael Jumper
5027be97bc Close guacamole.properties when done. 2012-03-26 12:33:36 -07:00
Michael Jumper
13d82c6a38 Removed unused field. 2012-03-26 12:05:45 -07:00
Michael Jumper
762c84f25f Add isOpen() to socket and tunnel. Add getSocket() to tunnel. 2012-03-26 11:34:42 -07:00
Michael Jumper
4b72a166ec Remove use of Apache Commons. 2012-03-26 11:14:27 -07:00
Michael Jumper
fd4b4610ae Should send "403 - Forbidden" for security exceptions, not "401 - Unauthorized". 2012-03-25 23:09:40 -07:00
Michael Jumper
fbec97f356 Actually send the error code specified... 2012-03-24 22:45:47 -07:00
Michael Jumper
aa7c16f67d Improved handling of no tunnel. 2012-03-24 22:19:24 -07:00
Michael Jumper
36f4d68991 JavaDoc. 2012-03-24 22:06:15 -07:00
Michael Jumper
9b36638bf3 Use appropriate exceptions where possible, turn exceptions into appropriate error codes. 2012-03-24 22:03:52 -07:00
Michael Jumper
f42fe962e2 Distinct client/server exceptions. 2012-03-24 20:16:05 -07:00
Michael Jumper
d2198016c0 Added three new exception types. 2012-03-24 20:09:12 -07:00
Michael Jumper
fa10dba566 Automatically attach tunnel. 2012-03-23 16:03:36 -07:00
Michael Jumper
f084f7fbea Bumping version to 0.6.0. 2012-03-15 15:53:06 -07:00
Michael Jumper
1103594200 GuacamoleConfiguration should be serializable (ticket #111). 2012-03-13 14:59:23 -07:00
Michael Jumper
882f52a5e2 If Integer property not provided, parseValue() should return null. 2011-12-20 21:41:24 -08:00
Michael Jumper
f89020ef0f Style fixes. 2011-12-20 21:40:41 -08:00
James Muehlner
b3708bb381 Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-common into unstable 2011-12-20 11:09:50 -08:00