873493a2deRemove use of xnew.
Michael Jumper
2013-07-16 19:04:38 -07:00
64b0ab84b5Remove usage of xrealloc/xmalloc.
Michael Jumper
2013-07-16 19:00:37 -07:00
bffa28a7deRemove usage of xfree().
Michael Jumper
2013-07-16 18:59:26 -07:00
7907b2f34aRemove now-unnecessary memory.h.
Michael Jumper
2013-07-16 18:56:25 -07:00
db4f3f190dCheck for libfreerdp-client (newer), then libfreerdp-channels (legacy, common).
Michael Jumper
2013-07-16 18:54:35 -07:00
6d89578f05Remove unnecessary AC_SUBST.
Michael Jumper
2013-07-22 16:22:02 -07:00
e049d35583Clean up error handling.
Michael Jumper
2013-07-22 16:12:39 -07:00
98dd9d2c69Remove unimplemented -A option.
Michael Jumper
2013-07-22 15:47:13 -07:00
9b89c2a3b5Update documentation.
Michael Jumper
2013-07-22 15:45:40 -07:00
7b7227aefbProperly handle key and cert files. Better logging.
Michael Jumper
2013-07-22 15:42:11 -07:00
def887868aAdd option for private key.
Michael Jumper
2013-07-22 14:49:28 -07:00
3140dbb20bActually use SSL for I/O.
Michael Jumper
2013-07-22 14:24:37 -07:00
cdbb345d28Fix usage instructions.
Michael Jumper
2013-07-22 13:39:37 -07:00
6792b65d4cAdd options to guacd. Update docs.
Michael Jumper
2013-07-22 13:37:30 -07:00
bb74730629Add stub SSL socket.
Michael Jumper
2013-07-21 20:10:37 -07:00
aa68f2df21Check for libssh.
Michael Jumper
2013-07-21 19:56:03 -07:00
4a3a530fdeFix guac_rdp_clip_rect() handling of completely clipped rects.
Michael Jumper
2013-07-19 12:21:34 -07:00
77999e6371Fix library function tests in configure.ac (AC_CHECK_FUNCS provides no means of specifying the library to check).
Michael Jumper
2013-07-16 11:27:46 -07:00
3596436c27Bump version properly.
Michael Jumper
2013-07-15 23:31:24 -07:00
473ad8e464Bump version to 0.8.2.
0.8.2
Michael Jumper
2013-07-13 17:33:23 -07:00
c99b257dacShould also link libogg.
Michael Jumper
2013-07-09 01:14:29 -07:00
3646bdbbbfAlso check for (and link with) libvorbis.
Michael Jumper
2013-07-09 00:58:14 -07:00
edf9762667Fix linking flag for libdl.
Michael Jumper
2013-07-08 19:05:06 -07:00
c3bbf97d22libdl is actually used by libguac, not guacd.
Michael Jumper
2013-07-08 18:52:30 -07:00
2b93deaac6Do not unnecessarily link libraries.
Michael Jumper
2013-07-08 17:40:20 -07:00
0f609cb666Test for VNC repeater support and cairo_format_stride_for_width().
Michael Jumper
2013-07-08 13:03:04 -07:00
e6ec853edbTicket #366: Restore --with-init-dir option for configure.
Michael Jumper
2013-07-08 10:35:56 -07:00
2d3cf15243Ticket #365: Add missing PTHREAD_LIBS to guacd_LDFLAGS.
Michael Jumper
2013-07-07 15:03:30 -07:00
73b70ec072Make audio streams threadsafe.
Michael Jumper
2013-07-07 00:23:18 -07:00
09588f53e5Add ChangeLog.
Michael Jumper
2013-07-02 17:13:20 -07:00
73fb45bbd5Restore AC_DEFINE from old configure.in for ENABLE_OGG macro.
Michael Jumper
2013-07-02 12:14:19 -07:00
030eaec09eRemove unused print format option (require GhostScript).
Michael Jumper
2013-07-01 17:54:28 -07:00
54d3b160d7Fix threading issues regarding flush DURING write not being blocked. Set process-shared attribute on mutexes in socket.
Michael Jumper
2013-06-30 10:55:14 -07:00
760506da3dRemove SPICE - will move to branch off unstable.
Michael Jumper
2013-06-06 10:24:21 -07:00
27af176bbdAdd doc/Doxyfile and tests to distribution. Reorder build.
Michael Jumper
2013-06-06 09:35:27 -07:00
9d27b6cce9Build wasn't working just because of trailing slash...
Michael Jumper
2013-06-05 15:58:22 -07:00
02258ff5b1Moved and updated help text displayed at end of configure.
Michael Jumper
2013-06-05 15:18:53 -07:00
3456fc0418Reword docs (as no longer guacd-specific).
Michael Jumper
2013-06-05 14:59:57 -07:00
99c5a76d1eRemove accidentally-committed binary file.
Michael Jumper
2013-06-05 14:36:06 -07:00
80688b2a2fFix doxyfile, update .gitignore's
Michael Jumper
2013-06-05 14:33:43 -07:00
effedda762Update tests to use new include path.
Michael Jumper
2013-06-05 12:12:32 -07:00
e9e2d628b6Add remaining protocols, fix client.h in RDP.
Michael Jumper
2013-06-05 12:05:39 -07:00
1d3fa12747Build guacd and libguac.
Michael Jumper
2013-06-05 11:50:48 -07:00
4c089caeb9Massively reorganize source tree.
Michael Jumper
2013-06-05 11:00:28 -07:00
82b4d27566One configure.ac to rule them all.
Michael Jumper
2013-06-05 10:45:07 -07:00
e750d1aabbConvert SSH and SPICE to new system. Add options for disabling packages.
Michael Jumper
2013-06-04 23:39:15 -07:00
e0d09d4be8Convert RDP and VNC to new build system.
Michael Jumper
2013-06-04 20:19:33 -07:00
7f1eb77c8fMove libguac headers to a location others can pull. Modify guacd to use bundled libguac if present.
Michael Jumper
2013-06-04 19:50:26 -07:00
8a18afeb1dFix configure.ac for guacd and libguac.
Michael Jumper
2013-06-04 16:55:23 -07:00
ecb1508ecfAdd m4/README and .gitignore.
Michael Jumper
2013-06-04 16:31:14 -07:00
e6a1521e75Improved build scripts for guacd and libguac, added parent build scripts.
Michael Jumper
2013-06-04 16:29:31 -07:00
2754cfbcdcMerge libguac-client-spice.
Michael Jumper
2013-06-04 15:53:32 -07:00
d9cfd35647Merge libguac-client-ssh.
Michael Jumper
2013-06-04 15:52:49 -07:00
aaf8a0829dMerge libguac-client-rdp.
Michael Jumper
2013-06-04 15:52:33 -07:00
2c8aa7f8d1Merge libguac-client-vnc.
Michael Jumper
2013-06-04 15:52:18 -07:00
801338b06bMerge libguac project.
Michael Jumper
2013-06-04 15:51:58 -07:00
897010cd23Initial highly-stubbed guac_client_init().
Michael Jumper
2013-05-31 16:10:34 -07:00
d07830ea33Implement compatibility with older libssh.
0.8.0
Michael Jumper
2013-05-31 09:54:06 -07:00
b3bf7bd700Actually link with libspice-client-glib.
Michael Jumper
2013-05-30 17:11:04 -07:00
05a9a7524aFix includes. Add handlers.
Michael Jumper
2013-05-30 16:35:23 -07:00
365c314705Initial stub commit.
Michael Jumper
2013-05-30 16:33:02 -07:00
fc8eae8d2aBump version, update ChangeLog and AUTHORS.
Michael Jumper
2013-05-29 11:37:27 -07:00
48bd214868Remove unnecessary logging.
Michael Jumper
2013-05-26 02:03:54 -07:00
8f0be20b35Implement tab setting/resetting.
Michael Jumper
2013-05-26 01:49:47 -07:00
8019063214Fix home/end and function keys.
Michael Jumper
2013-05-26 00:49:06 -07:00