Commit Graph

45 Commits

Author SHA1 Message Date
Michael Jumper
6300c7c56a Return values and error handling for guac_send_* functions in protocol. 2011-03-19 16:32:35 -07:00
Michael Jumper
5a2a629225 Fixed guac_client_free_handler definition. 2011-03-19 01:00:40 -07:00
Michael Jumper
195ad0e251 More documentation. 2011-03-18 00:55:14 -07:00
Michael Jumper
599c7ff58a Documentation for new client functions and structures. 2011-03-18 00:42:34 -07:00
Michael Jumper
e20e877d45 Moved sleep and timestamp functions, fixed header ifndefs 2011-03-17 21:16:29 -07:00
Michael Jumper
0a3a23f26e Temporary fix for spinning while waiting for sync 2011-03-17 14:04:23 -07:00
Michael Jumper
1b2c27ba96 Removed debug fprintf. 2011-03-17 00:25:55 -07:00
Michael Jumper
a08cd5b8b7 Changed semantics of guac_read_instruction, fixed timeout. 2011-03-17 00:25:35 -07:00
Michael Jumper
3e14b52b1c Improved instruction handling, working I/O threads. 2011-03-16 23:46:02 -07:00
Michael Jumper
3c878e1d59 Added input and output threads 2011-03-16 01:24:17 -07:00
Michael Jumper
a9f702ed27 Initial implementation of timeout. 2011-03-15 23:02:47 -07:00
Michael Jumper
5a46330332 Updated changelog 2011-03-15 22:21:25 -07:00
Michael Jumper
8569803cd5 Init total_written in open. 2011-03-14 11:00:48 -07:00
Michael Jumper
3e90251cb8 Automatic sleep on message handle 2011-03-13 14:52:19 -07:00
Michael Jumper
12d497ca3f Working sync control. 2011-03-11 19:35:44 -08:00
Michael Jumper
e463360aad Sync message support. 2011-03-11 18:57:53 -08:00
Michael Jumper
90993d5d75 Revert "Reinstated ready instruction"
This reverts commit 283c1f5ecbbfa06da5ed1300fc0243c2afcadfeb.
2011-03-06 16:57:13 -08:00
Michael Jumper
47762889cf Reinstated ready instruction 2011-03-05 14:47:02 -08:00
Michael Jumper
cd4205caf6 Added ldconfig instructions 2011-03-02 01:42:30 -08:00
Michael Jumper
1e1ef6f950 Added README for libguac 2011-03-02 01:38:01 -08:00
Michael Jumper
4477ef6669 Added license block to Makefile.am and configure.in 2011-03-02 01:20:56 -08:00
Michael Jumper
e9d52be8d5 Added ChangeLog, removed unused files, switched to foreign over GNU 2011-03-01 01:04:29 -08:00
Michael Jumper
a1f65ce659 Using dashes instead of underscores for client lib prefix 2011-02-28 14:51:18 -08:00
Michael Jumper
122cbeff15 Migrating to new version number system 2011-02-21 22:36:34 -08:00
Michael Jumper
bdaf1db86c Making version number match lib version info 2011-02-21 00:13:44 -08:00
Michael Jumper
5cdfad50e6 Detect and use png_get_io_ptr if provided 2011-02-15 18:07:19 -08:00
Michael Jumper
d32b26ffa8 Changing to MPL/GPL/LGPL tri-license 2011-02-15 18:04:36 -08:00
Michael Jumper
903104af20 Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/libguac into unstable 2011-02-11 23:17:05 -08:00
Michael Jumper
3e6b22b071 Layer/buffer support in png and copy instructions 2011-02-11 23:16:46 -08:00
Michael Jumper
a0cb37295f Fixed pngstruct.h detection 2011-02-10 23:53:11 -08:00
Michael Jumper
0cb6ad1502 Use send() instead of write() if MINGW32. 2011-02-10 00:24:17 -08:00
Michael Jumper
60897fc7f8 Renamed guaclog.h, added newline to macro 2011-02-09 01:39:27 -08:00
Michael Jumper
e37507d312 Added check for wsock32 2011-02-08 18:39:08 -08:00
Michael Jumper
9c7c09cd7f Removed transfer limit, improved cross-platform logging, added check for png_structp. 2011-02-08 18:23:10 -08:00
Michael Jumper
fd1485e220 Added cross-platform logging. 2011-02-08 18:02:27 -08:00
Michael Jumper
f60824686f Removed experimental ready instruction 2011-01-21 20:00:14 -08:00
Michael Jumper
84d79fc2ba Reverting (partially) ready message change - seems slower 2011-01-21 09:39:49 -08:00
Michael Jumper
859e739dae Support for "ready" message (both client and server) 2011-01-21 03:11:13 -08:00
Michael Jumper
455c340318 Implemented select message, allowing args definition. 2011-01-01 13:22:17 -08:00
Michael Jumper
46a9529aa4 Fixed leak of instruction buffer - missing free in guac_close 2010-12-22 22:31:20 -08:00
Michael Jumper
62a886d258 Fixing leak in client init - GUACIO must be closed (and thus free'd) on init error 2010-12-22 02:04:09 -08:00
Michael Jumper
c9c2295dbd Adding package descriptor for build system 2010-12-17 15:10:00 -08:00
Michael Jumper
36728eb34e configure.in should specify errors for missing libs 2010-12-15 11:41:03 -08:00
Michael Jumper
7cab7d0d2f Adding .gitignore 2010-12-14 01:27:28 -08:00
Michael Jumper
91c4ef665a More renaming 2010-12-08 13:14:04 -08:00