| 
							
							
								 Michael Jumper | d398509660 | GUACAMOLE-44: Expose tunnel UUID to JavaScript. Document allowed internal use of the empty opcode. | 2016-06-02 12:50:50 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1810ec971f | GUACAMOLE-1: Relicense C and JavaScript files. | 2016-03-28 20:50:18 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6990344697 | GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache. | 2016-03-28 20:43:49 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 002ec0c50e | GUAC-1427: Favor ConcurrentHashMap over Collections.synchronizedMap(). Keeping sessions/tunnels in order is not worth the extreme overhead of a map-wide lock. | 2015-12-16 20:48:50 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | df385a1a64 | GUAC-1427: Do not invoke createTunnel() within WebSocket tunnels unless close() is guaranteed to eventually run. | 2015-12-14 20:28:26 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e1a256b1c1 | GUAC-1427: Migrate HTTP tunnel storage to GuacamoleHTTPTunnelMap. | 2015-12-11 14:37:04 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5b780fc8cf | GUAC-1427: Implement automatic tracking and expiration of HTTP tunnels, independent of explicit read/write requests. | 2015-12-11 14:37:00 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b3a49dae05 | GUAC-1427: Deprecate and remove use of guacamole-common's GuacamoleSession, storing tunnels directly within GuacamoleHTTPTunnelServlet instead. | 2015-12-10 16:13:45 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e1003b56ba | GUAC-1305: Add image mimetypes to Guacamole protocol handshake. | 2015-09-20 16:16:10 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8d80854eec | GUAC-1096: Properly close() and cleanup HTTP tunnel when end-of-stream is encountered. | 2015-04-13 16:17:15 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e1155c0303 | GUAC-1132: Remove unnecessary public declarations. | 2015-03-17 16:48:19 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d55de3e869 | GUAC-1132: Refactor much of SynchronizedGuacamoleTunnel into AbstractGuacamaoleTunnel. Rename to SimpleGuacamoleTunnel. | 2015-03-17 15:52:45 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a345ee7385 | GUAC-1132: Add missing @Override annotations. | 2015-03-17 15:40:19 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b33e515895 | GUAC-1132: Associate tunnels with records, not sockets. Provide tunnel for connect(). | 2015-03-17 13:21:05 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 46fd8119b9 | GUAC-969: Test filters can be static. | 2014-12-27 14:08:27 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2ea28fd877 | GUAC-932: Add getParameters() and setParameters() to GuacamoleConfiguration. Use where reasonable. | 2014-12-18 20:48:20 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 48382b8285 | GUAC-915: Clean up all log messages within Guacamole. | 2014-10-30 17:12:54 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c20adb46a9 | GUAC-907: Log source address, using X-Forwarded-For if available (after validation). | 2014-10-27 15:38:48 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6f81584aed | GUAC-909: Log full exceptions only in debug level. Rephrase log messages. | 2014-10-27 13:03:20 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b83c83c324 | GUAC-906: Implement GuacamoleConnectionClosedException. Throw when read/write fails due to closure. | 2014-10-26 15:14:35 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 721d9125ab | GUAC-904: Implement copy constructor for GuacamoleConfiguration. | 2014-10-25 19:28:39 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8b13bfdb80 | GUAC-442: Move base JSR implementation of WebSocket tunnel to guacamole-common. | 2014-10-09 21:06:07 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5141c5e063 | GUAC-868: Implement FilteredGuacamoleSocket, to make it easy to send all socket I/O through filters. | 2014-09-28 00:20:17 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 0bbfc4eb95 | GUAC-868: Implement FilteredGuacamoleWriter and test. | 2014-09-28 00:17:24 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 28075b86c1 | GUAC-868: Add GuacamoleFilter interface. Implemented corresponding FilteredGuacamoleReader and test. | 2014-09-27 23:49:42 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e838817bff | GUAC-868: Add test for ReaderGuacamoleReader. | 2014-09-27 23:07:46 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 600f2a4278 | GUAC-868: Add test for GuacamoleParser. Depend on JUnit 4. | 2014-09-27 20:10:07 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c26751239a | GUAC-868: Port Guacamole parser from libguac. Add GuacamoleInstruction constructor which takes a List. | 2014-09-27 20:09:27 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 61e2eabdb3 | GUAC-746: Allow connection IDs to be sent during handshake. | 2014-09-05 11:05:38 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b81499cb9d | GUAC-744: Handle ready instruction. Add getter for connection ID. | 2014-06-26 16:10:57 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d112a747b6 | GUAC-562: Send 403 for UNAUTHORIZED, even though 401 seems more appropriate. To do otherwise causes problems when HTTP authorize headers are present in the request (see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). | 2014-03-24 19:49:23 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 03dbfa088e | GUAC-561: Throw timeout exception when socket times out. | 2014-03-22 15:27:54 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c69da31af9 | GUAC-553: Map Guacamole error status to nearest WebSocket error status. | 2014-03-19 10:50:33 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1a4ddb5660 | GUAC-547: Send status code as header. Use status code wherever GuacamoleExceptions are handled. | 2014-03-18 17:23:16 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 377d8b62d0 | GUAC-547: Implement exceptions for remaining status codes. | 2014-03-18 17:05:01 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 494e611008 | GUAC-547: Define status for server exception - avoid future problems when generic error status changes. | 2014-03-18 16:54:04 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ac288916b8 | GUAC-547: Associate a GuacamoleStatus with all GuacamoleExceptions. | 2014-03-18 16:44:19 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4f3f55d0e0 | GUAC-547: Add GuacamoleStatus object which enumerates all possible status codes, associating them with roughly-corresponding HTTP error codes. | 2014-03-18 16:40:49 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ea7e04505f | Re-license guacamole-common as MIT. | 2014-01-01 16:05:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b722cf5977 | Add support for DPI within size instruction and client info. | 2013-12-27 00:35:21 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5912ea402d | Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions. | 2013-08-25 13:39:00 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 0dabb09923 | Fix copy/paste error. | 2013-07-23 09:32:40 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3c72eaaf32 | Implement SSLGuacamoleSocket. Add guacd-ssl parameter. Modify guacamole-auth-mysql and simple auth to support it. | 2013-07-23 00:52:49 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 75408f5224 | Fix style issues. | 2013-02-21 11:52:47 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3ea725ae3a | Remove trailing whitespace from lines. | 2013-02-21 11:30:50 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 586c9b4f83 | Add missing JavaDoc. | 2013-02-20 21:51:09 -08:00 |  | 
			
				
					| 
							
							
								 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 |  |