Michael Jumper
|
39fd2c152f
|
GUAC-1389: Document guacd_user_start() and corresponding threads.
|
2016-03-02 16:37:44 -08:00 |
|
Michael Jumper
|
b169ea0f6e
|
GUAC-1389: Document creation of SSL-wrapped guac_socket.
|
2016-03-02 16:32:09 -08:00 |
|
Michael Jumper
|
ed44e0c4b0
|
GUAC-1389: Document process management functions. Remove unnecessary parameter.
|
2016-03-02 16:26:38 -08:00 |
|
Michael Jumper
|
26bdd9bc38
|
GUAC-1389: Document client process map manipulation functions.
|
2016-03-02 15:34:39 -08:00 |
|
Michael Jumper
|
d595d96304
|
GUAC-1389: Document file descriptor passing functions.
|
2016-03-02 14:50:34 -08:00 |
|
Michael Jumper
|
1e4a83b3da
|
GUAC-1389: Document daemonization helper functions.
|
2016-03-02 14:44:15 -08:00 |
|
Michael Jumper
|
cb8fe46328
|
GUAC-1389: Add missing documentation for connection handling functions.
|
2016-03-02 14:36:16 -08:00 |
|
Michael Jumper
|
9e7663463f
|
GUAC-1389: Restore guacd within build. Migrate guacd to screen sharing changes.
|
2016-03-02 12:46:00 -08:00 |
|
Michael Jumper
|
c5fd72bb98
|
GUAC-1477: Ensure any fd_set used by guac_socket is always properly initialized.
|
2016-02-01 15:14:20 -08:00 |
|
Michael Jumper
|
edd6b9af1c
|
GUAC-1392: Bump version to 0.9.9.
|
2015-12-15 13:09:42 -08:00 |
|
Mike Jumper
|
f9cc90307b
|
Merge pull request #89 from frenche/listen_once
GUAC-1361: listen() need not be present in main loop
|
2015-11-02 11:56:00 -08:00 |
|
Isaac Boukris
|
61b01299b2
|
GUAC-1361: listen() need not be present in main loop
See GUAC-1361.
Signed-off-by: Isaac Boukris <iboukris@gmail.com>
|
2015-09-28 04:06:39 +03:00 |
|
Michael Jumper
|
653751e2f5
|
GUAC-1305: Copy mimetypes into client structure. Instruction contents CANNOT be relied upon after new instruction data is read (the argv, etc. buffers are reused and shared).
|
2015-09-24 12:45:14 -07:00 |
|
Michael Jumper
|
c57abf3411
|
GUAC-1305: Add image mimetypes to Guacamole protocol handshake.
|
2015-09-20 16:15:13 -07:00 |
|
Michael Jumper
|
037f5bc514
|
GUAC-1280: Bump version numbers to 0.9.8. Update libtool versioning.
|
2015-09-04 13:30:51 -07:00 |
|
Michael Jumper
|
74728d2944
|
GUAC-1297: Remove indentation / use tabs where required by Makefile standard.
|
2015-09-04 11:55:30 -07:00 |
|
Michael Jumper
|
c199cfc8d7
|
GUAC-1171: Adopt cleaner style for Makefile.am.
|
2015-07-08 15:39:25 -07:00 |
|
Michael Jumper
|
88ae1a26ff
|
GUAC-1174: Update version numbers of man pages.
|
2015-06-08 17:27:08 -07:00 |
|
Michael Jumper
|
b5d1e5aa80
|
GUAC-1128: Bump version numbers to 0.9.6.
|
2015-03-23 11:48:48 -07:00 |
|
Michael Jumper
|
b4165f9773
|
GUAC-1018: Bump version numbers to 0.9.5.
|
2015-02-15 17:19:29 -08:00 |
|
Michael Jumper
|
065e0fe462
|
GUAC-938: Bump version numbers for 0.9.4.
|
2015-01-06 15:23:01 -08:00 |
|
Michael Jumper
|
3b266b9f05
|
GUAC-911: Simplify guacd logging. Log to appropriate log levels.
|
2014-11-10 00:26:21 -08:00 |
|
Michael Jumper
|
24aa865ce2
|
GUAC-911: Align STDERR log messages at tabs.
|
2014-11-09 23:39:26 -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
|
3c83f61637
|
GUAC-911: Clean up logging in guacd.
|
2014-11-09 22:51:40 -08:00 |
|
Michael Jumper
|
f8484c0e1e
|
GUAC-911: Log to STDERR always.
|
2014-11-09 21:00:59 -08:00 |
|
Michael Jumper
|
f865656991
|
GUAC-911: Add and document log level option for guacd.
|
2014-11-09 19:47:11 -08:00 |
|
Michael Jumper
|
3ff5d5d690
|
GUAC-911: Separate parsing of level name into own function.
|
2014-11-09 19:39:11 -08:00 |
|
Michael Jumper
|
4b92233084
|
GUAC-911: Use guacd namespace. Replace log_prefix with macro. Use same log name for all.
|
2014-11-09 17:09:35 -08:00 |
|
Michael Jumper
|
c3f98b388a
|
GUAC-911: Only log up to specified log level. Add comments to log.h.
|
2014-11-09 17:04:25 -08:00 |
|
Michael Jumper
|
049c366b78
|
GUAC-911: Add config file option for log levels.
|
2014-11-09 17:00:16 -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
|
71674f8b7d
|
Fix release - guacd.conf manpage needs to be included in EXTRA_DIST.
|
2014-09-30 01:31:54 -07:00 |
|
Michael Jumper
|
6dc35bcbad
|
GUAC-855: Bump version to 0.9.3.
|
2014-09-19 11:28:34 -07:00 |
|
Michael Jumper
|
c6de459c76
|
GUAC-848: Fix typos and formatting of new manpage.
|
2014-09-09 14:23:51 -07:00 |
|
Michael Jumper
|
f5cb3589c9
|
GUAC-848: Add manpage for guacd.conf.
|
2014-09-09 14:10:18 -07:00 |
|
Michael Jumper
|
d217e1ee9c
|
GUAC-847: Allow default location of config file to be overridden.
|
2014-09-08 14:41:49 -07:00 |
|
Michael Jumper
|
29c3aff5e2
|
GUAC-847: Embrace the pointless initialization.
|
2014-09-08 12:37:34 -07:00 |
|
Michael Jumper
|
eb39afc68a
|
GUAC-847: Add pointless initialization to satisfy false-positive warnings.
|
2014-09-08 12:30:09 -07:00 |
|
Michael Jumper
|
4f5760af94
|
GUAC-847: Handle parse errors in callback. Actually parse config file.
|
2014-09-08 12:09:17 -07:00 |
|
Michael Jumper
|
318bcff5b5
|
GUAC-847: Actually read config file.
|
2014-09-08 11:54:51 -07:00 |
|
Michael Jumper
|
9b8d77891e
|
GUAC-847: Add arbitrary data to callback.
|
2014-09-08 11:14:54 -07:00 |
|
Michael Jumper
|
9e57d01c99
|
GUAC-847: Read from file (stub). Override with args.
|
2014-09-08 11:09:29 -07:00 |
|
Michael Jumper
|
8c78f105cc
|
GUAC-847: Add placeholder for file parsing.
|
2014-09-08 10:26:49 -07:00 |
|
Michael Jumper
|
4f578a160f
|
GUAC-847: Rename conf-file to conf-parse.
|
2014-09-08 10:25:23 -07:00 |
|
Michael Jumper
|
6f3fd21232
|
GUAC-847: Implement recursive descent parser for guacd config files.
|
2014-09-08 02:12:49 -07:00 |
|
Michael Jumper
|
c37e274977
|
GUAC-772: Bump version numbers to 0.9.2.
|
2014-07-21 13:32:09 -07:00 |
|
Michael Jumper
|
ceb768e127
|
GUAC-743: Add missing comments to static functions.
|
2014-07-05 23:01:29 -07:00 |
|
Michael Jumper
|
d9e7ebde2f
|
GUAC-743: Store and maintain connections within the client map structure.
|
2014-07-05 13:26:27 -07:00 |
|