Commit Graph

  • 4444690400 Implement guac_pool alloc and free. Michael Jumper 2012-09-06 11:24:01 -0700
  • 0e63f8667d Added stubbed pool.c, fixed typo in pool.h. Michael Jumper 2012-09-06 11:20:18 -0700
  • fba2c37b6b Add prototypes and structs for generic integer pool (to ultimately replace the individually-implemented layer and buffer pools, and for use in implementing the resource pool). Michael Jumper 2012-09-06 11:15:23 -0700
  • 866d067bba Add forward declaration for guac_resource Michael Jumper 2012-09-06 10:22:17 -0700
  • 9493dc10f3 Added resource handlers to guac_resource. Michael Jumper 2012-09-05 18:11:48 -0700
  • dc1be17935 Refactored plugin functions into plugin.c Michael Jumper 2012-09-05 17:23:24 -0700
  • 2af32ece37 Refactored timestamp functions into timestamp.c Michael Jumper 2012-09-05 17:17:18 -0700
  • df2ab8384f Refactored instruction functions into instruction.c. Michael Jumper 2012-09-05 17:13:05 -0700
  • 9a812c6732 Fixed typo. Michael Jumper 2012-09-05 17:03:56 -0700
  • c57a61122b Add missing includes to tests, fix function naming in protocol.c Michael Jumper 2012-09-05 01:02:52 -0700
  • 9c53b85393 Fix includes, renamed time.h to timestamp.h Michael Jumper 2012-09-05 00:47:21 -0700
  • 63e39befef Fixed includes, update Makefile.am Michael Jumper 2012-09-04 23:28:58 -0700
  • 8807914668 Add missing includes. Michael Jumper 2012-09-04 19:06:14 -0700
  • 0f4ca62eed Refactor plugin functions into plugin.h Michael Jumper 2012-09-03 18:16:16 -0700
  • d2eed69635 Refactor time functions into time.h Michael Jumper 2012-09-03 18:07:13 -0700
  • 19cc6ccc01 Refactor functions into instruction.h - beware of renaming. Michael Jumper 2012-09-03 18:03:24 -0700
  • 373cab0be6 Refactor layer struct and functions into layer.h Michael Jumper 2012-09-03 17:58:43 -0700
  • f8fdc3f35a Refactor guac_resource functions into resource.h Michael Jumper 2012-09-03 17:54:30 -0700
  • a959dff6f6 Only output parameter if it has a name. Michael Jumper 2012-09-02 23:27:19 -0700
  • 23f799fa33 Added XSLT for translating Doxygen XML to DocBook. Michael Jumper 2012-09-02 20:50:50 -0700
  • 78e51759cb Output xml for docs. Michael Jumper 2012-09-02 18:08:17 -0700
  • a02befb6bf Rename plugin init. Michael Jumper 2012-08-29 11:36:32 -0700
  • 4af8d80653 Bump version numbers. Michael Jumper 2012-08-29 11:23:19 -0700
  • 68e3d1507b Add resource free stub. Michael Jumper 2012-08-29 10:00:14 -0700
  • 7806fdf56c Add buffer pool test. Michael Jumper 2012-08-28 11:25:21 -0700
  • 1bcc1e7d5a Ensure buffers do not hurt layer pool. Michael Jumper 2012-08-27 15:10:27 -0700
  • af490aafbe Implementations of server-side streaming instructions. Michael Jumper 2012-08-27 14:07:02 -0700
  • 5f1b67fb02 New resource API and corresponding stubs. Michael Jumper 2012-08-27 12:50:09 -0700
  • 9e2e1e4994 Define guac_resource, remove rel, use URI instead of rel. Michael Jumper 2012-08-24 21:37:37 -0700
  • 376fbe64ab Added handlers. Michael Jumper 2012-07-17 22:57:46 -0700
  • 4ed87ecab5 Update select instruction semantics. Michael Jumper 2012-06-20 13:46:17 -0700
  • 3249d068d3 Prototypes for streaming inructions. Michael Jumper 2012-06-20 13:45:15 -0700
  • 35ff248687 Fix pool bounds. Michael Jumper 2012-08-27 15:06:06 -0700
  • 77a752a2ee Fix test. Michael Jumper 2012-08-27 15:05:55 -0700
  • 3e96b85b22 Implement pool test. Michael Jumper 2012-08-27 15:02:13 -0700
  • bc5065cda4 Combined tests into single executable. Michael Jumper 2012-08-27 14:44:17 -0700
  • 114ac20f25 Layer pool test stub. Michael Jumper 2012-08-27 14:41:23 -0700
  • 6d5c9b6dde Refactor creation of client to NOT require plugin. Michael Jumper 2012-08-27 14:28:56 -0700
  • 928f3c5457 Bump version numbers. 0.6.3 Michael Jumper 2012-08-26 11:30:42 -0700
  • b0240f02ab Define library prefix/suffix with macros, explicitly define and enforce limit on protocol name length, and overall library name length. Michael Jumper 2012-08-23 11:50:06 -0700
  • aaa463ec9f Assert return values. Michael Jumper 2012-08-12 23:14:14 -0700
  • fbca4e8b9a Ensure suite.h is included in source tarball. Michael Jumper 2012-08-12 23:12:59 -0700
  • 014a627d13 Update version information. Michael Jumper 2012-08-11 13:50:13 -0700
  • 905c6039f4 Update ChangeLog. Michael Jumper 2012-08-11 13:47:50 -0700
  • 32065f5fae Bump to version 0.6.1 Michael Jumper 2012-08-11 13:35:57 -0700
  • 734cfb4217 Ensure m4/ directory exists, while automatically-added files are not included in commits. Michael Jumper 2012-08-11 13:25:32 -0700
  • 5ec7f6970d Ensure m4/ directory exists, while automatically-added files are not included in commits. Michael Jumper 2012-08-11 13:24:06 -0700
  • cf6c232054 Ensure m4/ directory exists, while automatically-added files are not included in commits. Michael Jumper 2012-08-11 13:22:27 -0700
  • f22469ef31 Ignore gcov files. Michael Jumper 2012-07-23 20:08:14 -0700
  • a46e4f40ed Define better set of UTF8 test strings, use instead of dog. Michael Jumper 2012-07-23 15:50:58 -0700
  • f8eb590ea3 Split test_protocol.c into multiple files, one per test. Michael Jumper 2012-07-23 15:37:36 -0700
  • af4cb160cb Add instruction writing test. Michael Jumper 2012-07-23 12:38:53 -0700
  • 4170f781a5 More renaming. Michael Jumper 2012-07-23 02:25:06 -0700
  • 24c7898ffe Rename test function. Michael Jumper 2012-07-23 02:20:12 -0700
  • e1715cc40c Actual unit test of unicode use. Michael Jumper 2012-07-23 01:42:15 -0700
  • 5bd42295ca Use read() instead of recv() such that non-sockets can be used for reads. Michael Jumper 2012-07-23 01:41:50 -0700
  • 3cca318f8e Protocol test stub. Michael Jumper 2012-07-22 22:08:01 -0700
  • caf2349a64 Renamed test. Michael Jumper 2012-07-22 19:40:11 -0700
  • 2650f1e4a5 Add license comment to unit test source. Michael Jumper 2012-07-22 18:00:59 -0700
  • 2f0d2f37e6 Use Check for unit tests, add unit test stub. Michael Jumper 2012-07-22 17:57:31 -0700
  • c21604e2cd Cleaned up Makefile.am's Michael Jumper 2012-07-22 15:34:36 -0700
  • 2c66cc4a40 Separate Makefile.am for src Michael Jumper 2012-07-22 15:21:10 -0700
  • a365f0813b Fix element walk. Reset all char counters. Michael Jumper 2012-07-22 13:57:13 -0700
  • a7843cc30f Fix makefile and includes. Michael Jumper 2012-07-21 12:15:59 -0700
  • b76a53fe62 Walk element content to determine character length (NOTE: need to save state between walks to avoid rewalking old characters and turning a linear-time parse into quadratic-time). Michael Jumper 2012-07-21 10:00:00 -0700
  • 466fb36fd4 Split unicode functions into own files. Michael Jumper 2012-07-19 23:32:49 -0700
  • 6b7fd03503 Measure string output in UTF-8 characters. Michael Jumper 2012-07-19 20:03:28 -0700
  • fb5b4af5ef client-handlers.h should not be installed. Michael Jumper 2012-06-20 13:21:05 -0700
  • f04bb18169 Updated changelog Michael Jumper 2012-06-09 21:34:38 -0700
  • 5128165cd1 Updated changelog. 0.6.1 Michael Jumper 2012-06-09 21:16:30 -0700
  • a775ab8d77 Bumping version to 0.6.1 Michael Jumper 2012-06-09 20:37:49 -0700
  • 31a5c8b486 Marking default/null handlers as stubs. Michael Jumper 2012-06-09 20:36:34 -0700
  • 79185d52f5 Update version info. Michael Jumper 2012-06-03 20:52:11 -0700
  • 7382bacc81 Bump version to 0.6.1 Michael Jumper 2012-06-03 20:47:45 -0700
  • 675dec46d3 Updated/fixed ChangeLog. Michael Jumper 2012-06-03 20:42:04 -0700
  • 36def67dfd Test for SetDefault and SetNull before using them (not present in FreeRDP 1.0.1), fix naming conflict with default pointer setting functions. Michael Jumper 2012-05-25 00:21:00 -0700
  • e710287196 Fixed license list of contributors. Michael Jumper 2012-05-25 00:02:35 -0700
  • 4239a4e690 Add SetNull and SetDefault functions to pointer managment to avoyd segfault with windows 2008r2 David PHAM-VAN 2012-05-23 12:11:39 +0200
  • 8f9eac1d33 Updated contributors. Michael Jumper 2012-05-24 23:57:30 -0700
  • 6259381d92 Corrected padding in base64 encoding David PHAM-VAN 2012-05-23 11:59:48 +0200
  • 9fd75a7b69 Update options in README. Michael Jumper 2012-05-24 23:53:41 -0700
  • 340285a864 Update manpage, fix usage string printf. Michael Jumper 2012-05-24 23:49:40 -0700
  • 0de6990d53 Style fixes, fix usage string. Michael Jumper 2012-05-24 23:44:50 -0700
  • d39b2e8208 Add foreground option to daemon David PHAM-VAN 2012-05-23 11:56:49 +0200
  • 9549a19ab5 Do not init username with default static string - cannot be free'd later (see ticket #137) Michael Jumper 2012-05-17 22:51:57 -0700
  • 7328ee303f Embed format information along with default cursor image data. Refactor default cursor set function out of rdp_pointer.h and into default_pointer.h. Add documentation. Michael Jumper 2012-05-17 13:04:38 -0700
  • bb5f4d61d9 Undef not needed as define is within .c, not header. Michael Jumper 2012-05-17 11:57:54 -0700
  • 2807b6dea9 Using embedded bitmap rather than raster-drawn cursor. Michael Jumper 2012-05-17 00:48:05 -0700
  • d7c5ec5ed0 Implement default pointer (currently drawn with draw instructions - not an embedded bitmap). Michael Jumper 2012-05-16 19:52:43 -0700
  • 2056ab9619 Log when no equivalence between keysym and Unicode. Remove debug log. Michael Jumper 2012-05-16 10:29:43 -0700
  • 13415ebcdb Remove now unused altcode function. Michael Jumper 2012-05-16 01:33:34 -0700
  • 6da3c29606 Use direct translation between keysym and Unicode, rather than table (see http://www.x.org/wiki/KeySyms, same translation used from Unicode to keysym by the Guacmole JS client). Remove related files. Michael Jumper 2012-05-16 01:26:09 -0700
  • 8a8924dc7d Check for freerdp/locale/keyboard.h before using it, default to old freerdp/kbd/layouts.h if missing. Michael Jumper 2012-05-16 00:40:07 -0700
  • 156422c473 licensing fix Jocelyn DELALANDE 2012-05-15 12:28:45 +0200
  • bf15e05cb8 cosmetic and comments for guacamole integration Jocelyn DELALANDE 2012-05-15 12:02:28 +0200
  • 8978181316 fixed include path for freerdp >= 1.0 Jocelyn DELALANDE 2012-05-14 12:30:50 +0200
  • 7736e8f7aa Added support for all keysyms, even over 0xFFFF Jocelyn DELALANDE 2012-05-07 16:38:46 +0200
  • 4d0ed19243 First working implementation with special characters handled by unicodekeyboardevents. Jocelyn DELALANDE 2012-05-01 10:59:50 +0200
  • 12d7353fb7 Added keysym to unicode translation mechanisms. Jocelyn DELALANDE 2012-05-01 08:56:42 +0200
  • ae9f20b896 Fix documentation version, add palette to excludes. Michael Jumper 2012-05-11 14:35:38 -0700