Michael Jumper
|
08cadba16d
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-09-04 12:59:00 -07:00 |
|
Michael Jumper
|
59f440209c
|
GUAC-240: Add function for streaming JPEG images via img instruction.
|
2015-09-04 12:58:47 -07:00 |
|
Michael Jumper
|
7aff3a257a
|
GUAC-240: Move JPEG encoder to own file, writing directly to an img stream.
|
2015-09-04 12:58:39 -07:00 |
|
Michael Jumper
|
f79c661192
|
GUAC-240: Add function for streaming PNG images via img instruction. Use for surface.
|
2015-09-04 12:58:29 -07:00 |
|
Michael Jumper
|
8f2d6f2975
|
GUAC-240: Force flush at end of PNG write.
|
2015-09-04 12:58:22 -07:00 |
|
Michael Jumper
|
364d2842ab
|
GUAC-240: Move PNG encoder to own file, writing directly to an img stream.
|
2015-09-04 12:58:05 -07:00 |
|
Michael Jumper
|
7bb798e40b
|
GUAC-1285: Implement jpeg_mem_dest() for platforms that lack it.
|
2015-08-07 17:39:10 +00:00 |
|
Michael Jumper
|
a52b285f45
|
GUAC-240: Fix typo - should be JPEG, not JOEG.
|
2015-08-05 22:02:54 -07:00 |
|
Frode Langelo
|
240867a432
|
GUAC-240: Make JPEG quality a parameter to methods. Reorder JPEG_LIBS in LDFLAGS
|
2015-08-05 15:16:27 -07:00 |
|
Frode Langelo
|
c27e2997dd
|
GUAC-240: Implement support for JPEG server protocol and image compression.
|
2015-08-05 15:16:26 -07:00 |
|
Michael Jumper
|
c199cfc8d7
|
GUAC-1171: Adopt cleaner style for Makefile.am.
|
2015-07-08 15:39:25 -07:00 |
|
Michael Jumper
|
60b3386733
|
GUAC-1172: Add constants for the root object name and the mimetype of a stream index.
|
2015-06-20 16:07:55 -07:00 |
|
Michael Jumper
|
9321312fce
|
GUAC-1172: Add missing guac_client_alloc_object() and guac_client_free_object() definitions to client.h.
|
2015-06-20 12:57:23 -07:00 |
|
Michael Jumper
|
95ede7a91d
|
GUAC-1172: Add object alloc/free. Add object index pool.
|
2015-06-19 14:41:25 -07:00 |
|
Michael Jumper
|
6e3a12b604
|
GUAC-1172: Implement filesystem, body, and undefine instructions.
|
2015-06-19 14:35:30 -07:00 |
|
Michael Jumper
|
f7e6deeaf4
|
GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects.
|
2015-06-19 14:12:27 -07:00 |
|
Michael Jumper
|
ce6050b72a
|
GUAC-1172: Fix indentation within libguac Makefile.am.
|
2015-06-19 13:51:52 -07:00 |
|
Michael Jumper
|
065e0fe462
|
GUAC-938: Bump version numbers for 0.9.4.
|
2015-01-06 15:23:01 -08:00 |
|
Michael Jumper
|
eff4644a00
|
GUAC-888: Init socket last_write_timestamp during alloc, otherwise keep-alive math fails until data has been written, which may result in the keep-alive never being sent.
|
2014-11-22 17:23:01 -08:00 |
|
Michael Jumper
|
6081ce6fa4
|
GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code.
|
2014-11-09 22:59:53 -08:00 |
|
Michael Jumper
|
614ba62980
|
GUAC-911: Removing use of logging from libguac.
|
2014-11-09 20:32:00 -08:00 |
|
Michael Jumper
|
f71067b024
|
GUAC-911: Reduce available log levels to ERROR, WARNING, INFO, and DEBUG.
|
2014-11-08 20:19:12 -08:00 |
|
Michael Jumper
|
431fd2de6f
|
GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log().
|
2014-11-07 16:32:19 -08:00 |
|
Michael Jumper
|
6dc35bcbad
|
GUAC-855: Bump version to 0.9.3.
|
2014-09-19 11:28:34 -07:00 |
|
Felipe Weckx
|
405140cc8f
|
GUAC-775 initialize stream handlers
|
2014-08-04 12:58:10 -07:00 |
|
Michael Jumper
|
c37e274977
|
GUAC-772: Bump version numbers to 0.9.2.
|
2014-07-21 13:32:09 -07:00 |
|
Michael Jumper
|
dfafd021cf
|
GUAC-762: Check for ossp/uuid.h vs uuid.h.
|
2014-07-02 13:33:47 -07:00 |
|
Michael Jumper
|
86a59c43b3
|
GUAC-744: Send ready instruction after guac_client_init.
|
2014-06-26 15:23:00 -07:00 |
|
Michael Jumper
|
a44539b108
|
GUAC-744: Generate and store connection ID within guac_client.
|
2014-06-26 15:09:44 -07:00 |
|
Michael Jumper
|
9c475c3a68
|
GUAC-730: Fix headers for libguac.
|
2014-06-10 16:54:08 -07:00 |
|
Michael Jumper
|
e98d1ad79c
|
GUAC-681: Bump version numbers to 0.9.1.
|
2014-05-22 12:27:48 -07:00 |
|
Michael Jumper
|
4d48dc384b
|
GUAC-622: Do not log a pointless error every time the client disconnects properly. Just stop the client - we have a function for that now.
|
2014-04-14 12:20:08 -07:00 |
|
Michael Jumper
|
15dc035db1
|
GUAC-597: Remove unnecessary dlopen() test, add automatically generated dlopen() test result to Makefile.am.
|
2014-04-11 13:48:06 -07:00 |
|
Michael Jumper
|
26147afff0
|
GUAC-613: Fix header annotation in Doxygen comment in pool-types.h (wrong filename).
|
2014-04-10 15:54:02 -07:00 |
|
Michael Jumper
|
1dd2982f06
|
GUAC-611: Fix initialization of stream.
|
2014-04-09 22:13:49 -07:00 |
|
Michael Jumper
|
78b4ad56a1
|
GUAC-611: Add missing headers.
|
2014-04-09 19:09:41 -07:00 |
|
Michael Jumper
|
205f85dafd
|
GUAC-611: Add per-stream handlers for ack/blob/end. Simplify ack/blob/end contents. Reorganize headers to eliminate circular dependencies.
|
2014-04-09 18:42:29 -07:00 |
|
Michael Jumper
|
85cde821a4
|
GUAC-608: Change semantics of clipboard instruction within libguac.
|
2014-04-07 17:08:16 -07:00 |
|
Michael Jumper
|
60d4e90c4b
|
GUAC-569: Bump version numbers of guacamole-server components to 0.9.0. Update libtool version info for libguac.
|
2014-03-25 11:08:36 -07:00 |
|
Michael Jumper
|
d0dadf6a9c
|
GUAC-556: Add guac_client_abort() function for convenience.
|
2014-03-21 19:47:19 -07:00 |
|
Michael Jumper
|
fdf2036cfe
|
GUAC-548: Migrate to new error codes throughout protocol support.
|
2014-03-18 12:26:01 -07:00 |
|
Michael Jumper
|
3105cfbb48
|
GUAC-548: Rename and expand error codes.
|
2014-03-18 12:25:19 -07:00 |
|
Michael Jumper
|
d0d34a63b9
|
Implement pipe instruction and handlers.
|
2014-02-28 18:46:09 -08:00 |
|
Michael Jumper
|
8bf6f47b7e
|
Add log instruction, for inserting debug information into the protocol stream.
|
2014-01-19 16:59:52 -08:00 |
|
Michael Jumper
|
442ed427a0
|
Clean up includes, clean up build.
|
2014-01-01 14:52:01 -08:00 |
|
Michael Jumper
|
0303c4e24b
|
Relicense everything (except French keymap) as MIT. Status of French keymap is TBD.
|
2014-01-01 14:46:18 -08:00 |
|
Michael Jumper
|
ee1731cf9b
|
Add resolution member to client info struct. Interpret new third parameter for screen size.
|
2013-12-27 00:07:17 -08:00 |
|
Michael Jumper
|
8ee92c0e1c
|
Track number of active pool integers. Track output streams.
|
2013-10-28 09:11:45 -07:00 |
|
Michael Jumper
|
271f7fbb2f
|
Add ack instruction handler.
|
2013-10-27 19:53:34 -07:00 |
|
Michael Jumper
|
3cf001116b
|
Migrate to ack, remove abort.
|
2013-10-15 11:23:07 -07:00 |
|
Michael Jumper
|
b88749aedd
|
Store data alongside streams. Validate stream indices and close state.
|
2013-10-10 14:47:12 -07:00 |
|
Michael Jumper
|
6ce71aa160
|
Send error responses via abort.
|
2013-10-10 14:47:12 -07:00 |
|
Michael Jumper
|
cec58edef3
|
Add abort instruction. Add status codes to abort and error.
|
2013-10-10 14:47:12 -07:00 |
|
Michael Jumper
|
eac99e0ce1
|
Add support for keep-alive thread.
|
2013-10-09 15:57:16 -07:00 |
|
Michael Jumper
|
4ebafa0482
|
Add support for NOP.
|
2013-10-09 11:54:33 -07:00 |
|
Michael Jumper
|
8a8ad23312
|
Do not restart parse - just shift everything as necessary.
|
2013-10-03 17:45:31 -07:00 |
|
Michael Jumper
|
ef8a9a29e8
|
Allow continuous parsing of length, rather than restarting if unfinished.
|
2013-10-03 17:35:00 -07:00 |
|
Michael Jumper
|
9910bedb4b
|
If length parse fails, return need for more data.
|
2013-10-03 17:34:54 -07:00 |
|
Michael Jumper
|
e7c81cd9b3
|
Shift buffer to gain space if necessary.
|
2013-10-03 16:48:01 -07:00 |
|
Michael Jumper
|
e66a64be26
|
Handle Unicode characters in input.
|
2013-10-03 15:38:22 -07:00 |
|
Michael Jumper
|
1915b107ea
|
Fully init allocated instructions.
|
2013-10-02 11:42:08 -07:00 |
|
Michael Jumper
|
0a09ed21fa
|
Use simpler pointer arithmetic to determine buffer regions for reading and parsing.
|
2013-10-02 11:10:21 -07:00 |
|
Michael Jumper
|
1a598db7a1
|
Partial re-implementation of parse.
|
2013-10-01 23:21:49 -07:00 |
|
Michael Jumper
|
1128038d0f
|
Implement rest of parser.
|
2013-10-01 20:57:54 -07:00 |
|
Michael Jumper
|
4485771df9
|
Implement length parse.
|
2013-10-01 20:23:20 -07:00 |
|
Michael Jumper
|
81768daba9
|
Stub out independent instruction parser.
|
2013-10-01 18:06:19 -07:00 |
|
Michael Jumper
|
fb105b2047
|
Handle blob properly (decode base64).
|
2013-09-27 15:56:22 -07:00 |
|
Michael Jumper
|
30ec019512
|
Implement base64 decoder.
|
2013-09-27 15:39:44 -07:00 |
|
Michael Jumper
|
321e24c417
|
Add actual handlers for file/blob/end.
|
2013-09-26 22:49:45 -07:00 |
|
Michael Jumper
|
a6bd9200e1
|
Add stubs for file/blob/end handling.
|
2013-09-26 22:27:18 -07:00 |
|
Michael Jumper
|
e1798ee3db
|
Restore channel parameter. Abuse stream index as channel index.
|
2013-09-24 12:13:38 -07:00 |
|
Michael Jumper
|
fbdb6876d9
|
Migrate to libguac audio. Migrate to improved stream protocol.
|
2013-09-24 12:01:02 -07:00 |
|
Michael Jumper
|
6e3bbe38d5
|
Make audio buffers const.
|
2013-08-09 16:52:25 -07:00 |
|
Michael Jumper
|
0b743fa68b
|
Add missing wav_encoder.c in Makefile.am
|
2013-08-09 10:48:41 -07:00 |
|
Michael Jumper
|
9f167cc26a
|
Add documentation, fix namespace.
|
2013-08-09 10:48:40 -07:00 |
|
Michael Jumper
|
58148884a1
|
Auto-detect audio encoding if not specified.
|
2013-08-09 10:48:40 -07:00 |
|
Michael Jumper
|
8bd70053be
|
Initial support for audio in libguac.
|
2013-08-09 10:48:40 -07:00 |
|
Michael Jumper
|
b6581e98d7
|
Implement read.
|
2013-08-05 20:15:41 -07:00 |
|
Michael Jumper
|
286f9c75b9
|
Byte reads should be unsigned.
|
2013-08-05 20:12:38 -07:00 |
|
Michael Jumper
|
3137f54178
|
Add unicode.h to distribution. Add actual tests for old Unicode functions.
|
2013-08-05 15:05:52 -07:00 |
|
Michael Jumper
|
070f199916
|
Implement additional UTF-8 read/write functions for convenience.
|
2013-08-05 14:00:16 -07:00 |
|
Michael Jumper
|
c3bbf97d22
|
libdl is actually used by libguac, not guacd.
|
2013-07-08 18:52:30 -07:00 |
|
Michael Jumper
|
2b93deaac6
|
Do not unnecessarily link libraries.
|
2013-07-08 17:40:20 -07:00 |
|
Michael Jumper
|
54d3b160d7
|
Fix threading issues regarding flush DURING write not being blocked. Set process-shared attribute on mutexes in socket.
|
2013-07-01 15:03:47 -07:00 |
|
Michael Jumper
|
59b058be3d
|
Ensure complete writes, define buffer size.
|
2013-07-01 15:03:47 -07:00 |
|
Michael Jumper
|
90697e35ba
|
Use int instead of bool ... libraries sometimes redefine bool in headers.
|
2013-07-01 15:03:46 -07:00 |
|
Michael Jumper
|
976e3af24b
|
Convert protocol functions to threadsafe versions.
|
2013-07-01 15:03:46 -07:00 |
|
Michael Jumper
|
51c00755ac
|
Add optional locks to socket.
|
2013-07-01 15:03:46 -07:00 |
|
Michael Jumper
|
a8b5c9fc5b
|
Swap mimetype/filename parameters.
|
2013-07-01 15:03:46 -07:00 |
|
Michael Jumper
|
9e88ae4f60
|
Implement file/blob/end subprotocol.
|
2013-07-01 15:03:46 -07:00 |
|
Michael Jumper
|
96cc46313a
|
Implement guac_socket_write(), fix constness.
|
2013-06-12 11:49:00 -07:00 |
|
Michael Jumper
|
602e0045b6
|
Substitute values properly, fix linking flags.
|
2013-06-11 22:41:23 -07:00 |
|
Michael Jumper
|
80688b2a2f
|
Fix doxyfile, update .gitignore's
|
2013-06-05 14:33:43 -07:00 |
|
Michael Jumper
|
e9e2d628b6
|
Add remaining protocols, fix client.h in RDP.
|
2013-06-05 12:05:39 -07:00 |
|
Michael Jumper
|
1d3fa12747
|
Build guacd and libguac.
|
2013-06-05 11:50:48 -07:00 |
|
Michael Jumper
|
4c089caeb9
|
Massively reorganize source tree.
|
2013-06-05 11:00:28 -07:00 |
|