Michael Jumper
|
3e06b326d9
|
Added -b option to specify bind address, using getaddrinfo() for address and port + getnameinfo() for logging name and port used.
|
2011-12-10 23:17:25 -08:00 |
|
Michael Jumper
|
55f00483e2
|
Should check for cairo/cairo.h, not cairo.h
|
2011-12-06 12:52:18 -08:00 |
|
Michael Jumper
|
ac43e37399
|
Renamed function, removed now unnecessary thread data and prototyping.
|
2011-12-06 00:53:18 -08:00 |
|
Michael Jumper
|
fb74c24ec1
|
Removed thread.*, using pthreads directly. More renaming of guac to guacd.
|
2011-12-06 00:41:08 -08:00 |
|
Michael Jumper
|
7a18b397de
|
Moved guac_client_stop() back into libguac
|
2011-12-05 20:43:07 -08:00 |
|
Michael Jumper
|
3c5a54e303
|
Restored guac_client_stop.
|
2011-12-01 22:57:34 -08:00 |
|
Michael Jumper
|
5401ffd8e4
|
Log PID, remove support for lack-of-fork, update #define naming.
|
2011-11-30 12:03:27 -08:00 |
|
Michael Jumper
|
c9388ee536
|
Removing forced sleep between message handling. Can cause excess delays if handle_messages handles only one message and there are multiple messages waiting / piling up independent of handle frequency.
|
2011-11-28 02:29:05 -08:00 |
|
Michael Jumper
|
81bea52e4d
|
Reset position in buffer each reparse (otherwise, stream will be read corrupt as parser is in wrong state).
|
2011-11-27 23:38:38 -08:00 |
|
Michael Jumper
|
d1b4ce00e1
|
Set guac_error* before calling client handlers
|
2011-11-27 16:39:46 -08:00 |
|
Michael Jumper
|
0daf07a742
|
More logging
|
2011-11-27 16:29:42 -08:00 |
|
Michael Jumper
|
f9f864815c
|
Using guac_error_message
|
2011-11-27 16:07:04 -08:00 |
|
Michael Jumper
|
f935075aec
|
Added guac_error_message. Added error messages to all functions.
|
2011-11-27 15:57:43 -08:00 |
|
Michael Jumper
|
2d7b398c72
|
Init logging handlers in client.
|
2011-11-27 14:26:59 -08:00 |
|
Michael Jumper
|
9c5f1da646
|
Additional logging, moderate cleanup.
|
2011-11-26 22:26:39 -08:00 |
|
Michael Jumper
|
76e55c5a51
|
Corrected includes
|
2011-11-26 22:08:25 -08:00 |
|
Michael Jumper
|
2d02a0f3bd
|
Removed guac_instruction_free_data()
|
2011-11-26 20:10:52 -08:00 |
|
Michael Jumper
|
29d42d0012
|
Improved doc layout
|
2011-11-26 17:28:12 -08:00 |
|
Michael Jumper
|
7fdb236001
|
Exclude client-handlers.h from generated doc.
|
2011-11-26 16:11:00 -08:00 |
|
Michael Jumper
|
a360430189
|
Bumped version number, migrated to new libguac API.
|
2011-11-26 15:47:11 -08:00 |
|
Michael Jumper
|
3515ec9021
|
Conversion to new libguac API.
|
2011-11-26 15:35:45 -08:00 |
|
Michael Jumper
|
7b9fad668c
|
Bumped version to 0.5.0
|
2011-11-26 15:00:33 -08:00 |
|
Michael Jumper
|
80df0efa62
|
Using new function for libguac check.
|
2011-11-26 14:57:35 -08:00 |
|
Michael Jumper
|
989f24be2b
|
Do not call free handler for client if init does not complete.
|
2011-11-26 14:50:03 -08:00 |
|
Michael Jumper
|
07a40605cb
|
Fixed double free (free'd wrong pointer)
|
2011-11-26 12:18:57 -08:00 |
|
Michael Jumper
|
aa7be62488
|
Changed libguac check function to one that still exists.
|
2011-11-26 01:09:55 -08:00 |
|
Michael Jumper
|
61579bd9b7
|
Fix library name generation, fix instruction parsing.
|
2011-11-26 00:28:43 -08:00 |
|
Michael Jumper
|
7bca78c7a8
|
Reject invalid instructions.
|
2011-11-25 23:48:45 -08:00 |
|
Michael Jumper
|
4cf9f6b0ab
|
Added logging to daemon.
|
2011-11-25 23:28:49 -08:00 |
|
Michael Jumper
|
8df489129a
|
Documentation
|
2011-11-25 22:15:53 -08:00 |
|
Michael Jumper
|
e99b470f71
|
Stripping include from file paths.
|
2011-11-25 17:51:15 -08:00 |
|
Michael Jumper
|
f86c06684e
|
Flush args instruction.
|
2011-11-25 16:42:46 -08:00 |
|
Michael Jumper
|
9835dde90e
|
Brought up to date with latest libguac changes.
|
2011-11-25 16:40:56 -08:00 |
|
Michael Jumper
|
d8697631d0
|
Renamed io to socket (in vars)
|
2011-11-25 16:35:50 -08:00 |
|
Michael Jumper
|
24a2ad6d12
|
Renamed io to socket (in vars)
|
2011-11-25 16:34:43 -08:00 |
|
Michael Jumper
|
c5ec3a71a3
|
Partial conversion to new logging, API, and naming conventions.
|
2011-11-25 16:30:17 -08:00 |
|
Michael Jumper
|
059ddc0448
|
Added version number to Doxyfile
|
2011-11-25 15:15:22 -08:00 |
|
Michael Jumper
|
8cffca4f13
|
Removed guac_sleep
|
2011-11-25 13:20:41 -08:00 |
|
Michael Jumper
|
c4c30af6a4
|
Migrated guac_parse_int to __guac_parse_int, out of socket.h
|
2011-11-25 13:18:00 -08:00 |
|
Michael Jumper
|
6bd9c00fae
|
Prototypes and docs for plugin functions
|
2011-11-25 13:13:32 -08:00 |
|
Michael Jumper
|
ae33a4ca48
|
Converted to new guac_client_plugin API
|
2011-11-25 13:04:59 -08:00 |
|
Michael Jumper
|
5428aef912
|
Implemented logging functions.
|
2011-11-25 12:22:12 -08:00 |
|
Michael Jumper
|
682344f778
|
Conversion to new naming conventions, partial logging.
|
2011-11-25 12:17:20 -08:00 |
|
Michael Jumper
|
0a39a5d63d
|
Added logging to client threads
|
2011-11-24 18:51:05 -08:00 |
|
Michael Jumper
|
c6d1916afa
|
Properly check errno if guac_error is GUAC_STATUS_SEE_ERRNO
|
2011-11-24 18:46:06 -08:00 |
|
Michael Jumper
|
66a0ff52ee
|
Migration to new guac_read_instruction(), remove use of guac_free_instruction_data().
|
2011-11-24 18:25:33 -08:00 |
|
Michael Jumper
|
857c2e03c9
|
Refactor of guac_read_instruction, migrate to new guac_read_instruction
|
2011-11-24 18:18:03 -08:00 |
|
Michael Jumper
|
5214b1538d
|
Set guac_error in guac_select()
|
2011-11-23 16:25:25 -08:00 |
|
Michael Jumper
|
97f7249e60
|
Renamed private members, adding __ (double underscore) prefix.
|
2011-11-23 16:08:33 -08:00 |
|
Michael Jumper
|
eb11efc67e
|
Removed unused defines.
|
2011-11-23 15:49:46 -08:00 |
|