Commit Graph

510 Commits

Author SHA1 Message Date
Michael Jumper
2c8aa7f8d1 Merge libguac-client-vnc. 2013-06-04 15:52:18 -07:00
Michael Jumper
801338b06b Merge libguac project. 2013-06-04 15:51:58 -07:00
Michael Jumper
fc8eae8d2a Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
James Muehlner
8f1b5ae769 Ticket #313: Fixed styling. 2013-05-23 00:02:42 -07:00
James Muehlner
fb74c87e23 Ticket #313: Return whatever is converted so far if EILSEQ detected. Furthermore, if NULL returned from convert(), just send an empty string. Finally, use //TRANSLIT as an option for iconv_open if the library version supports it. 2013-05-22 21:53:30 -07:00
James Muehlner
83d8630f84 Ticket #255: Changed input param of convert() to const char*. 2013-03-10 16:38:56 -07:00
James Muehlner
b1c13e1fa6 Ticket #255: Added comments about the functionality of convert() 2013-03-09 15:56:01 -08:00
James Muehlner
0494fba58f Ticket #255: Replaced tabs with spaces. 2013-03-09 15:39:15 -08:00
James Muehlner
5a1266abbc Ticket #255: Now converting ascii->utf8 when recieving clipboard text from vnc, and converting utf8->ascii when sending clipboard text to vnc. This should fix the tunnel disconnecting problem. 2013-03-08 21:47:02 -08:00
Michael Jumper
808b8ed405 Bump version number. 2013-02-09 17:55:40 -08:00
Michael Jumper
db4a1ed85e Update AUTHORS and ChangeLog. 2013-02-09 17:51:52 -08:00
Michael Jumper
7fbd425610 Fix formatting issues introduced through previous commit (cf630f). 2013-02-09 16:46:29 -08:00
Saul Gio Perez
50ed651c1f Implement #272. 2013-02-09 16:39:31 -08:00
Michael Jumper
315a5f9b0a Remove docbook stylesheet. 2012-12-02 11:32:07 -08:00
Michael Jumper
a9132dac57 Fix version number in Doxyfile. 2012-12-01 20:11:36 -08:00
Michael Jumper
4badb9a89b Fix documentation. 2012-12-01 20:11:14 -08:00
Michael Jumper
ce32b03171 Remove include files from doc. 2012-12-01 20:04:05 -08:00
Michael Jumper
5232056a1b Mark internal structs as private. 2012-12-01 19:39:22 -08:00
Michael Jumper
df06d1a354 Fixed guac_pool comments. 2012-12-01 19:02:02 -08:00
Michael Jumper
17c755dde4 Removed experimental structures. 2012-12-01 19:01:27 -08:00
Michael Jumper
58a0422008 Bump version nuber representing compatibility. 2012-12-01 13:04:54 -08:00
Michael Jumper
825e3da0a2 Fix leaky pools. 2012-11-29 20:02:58 -08:00
Michael Jumper
6f34f71f09 Free instructions in handshake. 2012-11-29 20:02:39 -08:00
Michael Jumper
3e209e1983 Update stylesheet. 2012-11-29 19:36:13 -08:00
Michael Jumper
2f75ff7018 Fix leak in stream pool. 2012-11-29 19:35:17 -08:00
Michael Jumper
c25683783e Output 16 digits after decimal for doubles in protocol. 2012-11-13 11:46:34 -08:00
Michael Jumper
60fbdf148b Use double durations for audio and video. 2012-11-01 20:52:50 -07:00
Michael Jumper
ab2c10ef51 Actually handle audio/video part of preamble. 2012-10-30 16:16:59 -07:00
Michael Jumper
237e7c98dd Fix mimetype types. 2012-10-25 19:50:43 -07:00
Michael Jumper
882d50790b Implemented file instruction and chunked file writing functions. 2012-10-25 18:00:33 -07:00
Michael Jumper
36f04a87d2 Update ChangeLog 2012-10-25 11:57:06 -07:00
Michael Jumper
6d47cbc795 Implement chunked write instructions. 2012-10-25 11:56:11 -07:00
Michael Jumper
264a7f232b Prototypes for functions for chunked writes of audio/video instructions over a guac_socket. 2012-10-25 11:37:21 -07:00
Michael Jumper
ef9914cfdf Add video instruction. 2012-10-25 10:54:30 -07:00
Michael Jumper
872bb16872 Updated ChangeLog 2012-10-24 12:01:21 -07:00
Michael Jumper
601e75b4f4 Add audio instruction. 2012-10-24 09:57:06 -07:00
Michael Jumper
ebdc70058e Remove audio/video event (use handshake instead) 2012-10-23 11:17:25 -07:00
Michael Jumper
0ffeb7b819 Updated ChangeLog 2012-10-22 15:52:53 -07:00
Michael Jumper
eca4245566 Updated ChangeLog 2012-10-22 15:49:43 -07:00
Michael Jumper
f0de5cb6f0 Revert "Add begin instruction, to be sent after connection succeeds."
This reverts commit 19c8d7ec283abd8f8dffe2690aa3973009552304.
2012-10-22 15:45:22 -07:00
Michael Jumper
e836983517 Add size/audio/video preamble to handshake. 2012-10-22 15:06:07 -07:00
Michael Jumper
6e5422b0e3 Fix error message ordering. 2012-10-22 15:05:01 -07:00
Michael Jumper
f021858d94 Add guac_client_info structure. 2012-10-22 14:37:41 -07:00
Michael Jumper
fbf61fe81d Add begin instruction, to be sent after connection succeeds. 2012-10-21 23:06:54 -07:00
Michael Jumper
875c2108e8 Add size/video/audio instruction handlers. 2012-10-21 14:52:00 -07:00
Michael Jumper
880b971b79 Use guac_socket_free (was guac_socket_close) 2012-10-19 18:48:04 -07:00
Michael Jumper
57acd9d5da Migrate to renamed functions of 0.7.0 2012-10-19 18:40:34 -07:00
Michael Jumper
621b1caf1d Renamed init function in 0.7.0. 2012-10-19 18:40:33 -07:00
Michael Jumper
578f676b2f Move to 0.7.0 client init. 2012-10-19 18:40:33 -07:00
Michael Jumper
fe30cd3073 Handle nested socket within stream alloc/free. 2012-10-19 14:24:03 -07:00