Commit Graph

8926 Commits

Author SHA1 Message Date
Marc-André Moreau 0d2b3c0ca5 libfreerdp-core: generation of licensing keys 2011-07-12 15:10:43 -04:00
Vic Lee e10aba7cae cliprdr: add UI data request -> server data response. 2011-07-13 00:50:00 +08:00
Vic Lee a93194da06 cliprdr: add server data request -> UI data response. 2011-07-13 00:30:25 +08:00
Vic Lee b4a0b651f8 cliprdr: process format list response PDU. 2011-07-13 00:01:50 +08:00
Vic Lee a57fe59660 cliprdr: process format list PDU. 2011-07-12 23:53:54 +08:00
Vic Lee 19c309e5d4 cliprdr: use unicode constants for format names. 2011-07-12 23:13:30 +08:00
Vic Lee 4fc7794ae9 cliprdr: add format list ui event. 2011-07-12 23:06:39 +08:00
Vic Lee 128901d60a cliprdr: add cliprdr->ui sync event. 2011-07-12 23:05:31 +08:00
Vic Lee f5adaa10c1 Add cliprdr constants and event types. 2011-07-12 22:03:09 +08:00
Vic Lee 1ca5c76903 libfreerdp/svc_plugin: push events in a queue for threading. 2011-07-12 20:52:08 +08:00
Vic Lee 35cfae8412 cliprdr: initial work. 2011-07-12 17:06:14 +08:00
Vic Lee 8bc7fb0875 libfreerdp-utils/svc_plugin: add threading support. 2011-07-12 16:56:01 +08:00
Marc-André Moreau 30db2dc429 libfreerdp-core: TCP: obtain MAC address, LICENSE: generated HWID based on MAC 2011-07-12 02:53:26 -04:00
Marc-André Moreau f6de37d814 libfreerdp-core: get server response for new license request 2011-07-12 01:57:09 -04:00
Marc-André Moreau 4da5b77cbe libfreerdp-core: encoding and sending of licensing packets 2011-07-12 01:16:59 -04:00
Vic Lee b13dd01110 libfreerdp-utils/debug: add DEBUG_WARN. 2011-07-12 12:57:40 +08:00
Vic Lee d0ac3d3ee9 rdpdbg: use DEBUG_SVC macro. 2011-07-12 11:40:49 +08:00
Vic Lee f28ce72fed config.h.in: add missing header definition. 2011-07-12 11:38:52 +08:00
Vic Lee 8fc2236411 libfreerdp-utils/svc_plugin: move debug macros to API header. 2011-07-12 11:36:25 +08:00
Marc-André Moreau d797e7ce92 libfreerdp-core: started licensing module 2011-07-11 20:46:03 -04:00
Marc-André Moreau 297334bae2 libfreerdp-core: refactoring of RDP module 2011-07-11 18:46:36 -04:00
Marc-André Moreau e38ad39ef0 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-11 15:58:50 -04:00
Marc-André Moreau 3c61f4c085 libfreerdp-core: updated API documentation for MCS, Connection, PER and RDP modules 2011-07-11 15:58:39 -04:00
Marc-André Moreau 9e23f5447e Merge pull request #14 from bmiklautz/osxbuildfix
Osxbuildfix
2011-07-11 12:06:27 -07:00
Marc-André Moreau bb6acad095 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-11 14:48:04 -04:00
Marc-André Moreau 6c337328ce libfreerdp-core: fix MCS connection sequence 2011-07-11 14:47:55 -04:00
Bernhard Miklautz 53a89334e5 Added missing build dependency 2011-07-11 20:31:07 +02:00
Bernhard Miklautz 749c4ee6e6 Moved define for MSG_NOSIGNAL to tcp.h 2011-07-11 20:30:27 +02:00
Marc-André Moreau 5d86daf7ea Merge pull request #13 from llyzs/svc
Enhance plugin event system to be consistant in both direction.
2011-07-11 08:41:14 -07:00
Vic Lee 55d6abb221 libfreerdp-utils/event: rename event_callback to on_event_free_callback. 2011-07-11 23:11:03 +08:00
Vic Lee 3f8c2176a3 libfreerdp-utils/svc_plugin: add event sending from plugin to UI. 2011-07-11 12:21:55 +08:00
Vic Lee 2a217504eb Integrate in/out plugin event struct and add event utils. 2011-07-11 12:04:13 +08:00
Jay Sorg 9c5eecff3d Merge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0 2011-07-10 14:58:04 -07:00
Jay Sorg b291785295 added 16, 24, 32 bpp tests 2011-07-10 14:57:43 -07:00
Marc-André Moreau 695632a8a4 libfreerdp-core: fix flags in client info packet 2011-07-10 16:42:37 -04:00
Marc-André Moreau a730946d74 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-10 15:34:54 -04:00
Marc-André Moreau a7ecabdb20 libfreerdp-core: refactoring of transport module 2011-07-10 15:34:43 -04:00
Jay Sorg eb6fa4df24 fix error caught by cunit test 2011-07-10 11:52:55 -07:00
Jay Sorg 8da4de706f add bitmap tests 2011-07-10 11:52:04 -07:00
Marc-André Moreau e52c91e088 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-10 12:10:36 -04:00
Marc-André Moreau a0ff7ce581 libfreerdp-core: sending of client info packet 2011-07-10 12:10:24 -04:00
Marc-André Moreau 458f62f282 Merge pull request #12 from llyzs/svc
Support sending events from UI to plugin through channel manager.
2011-07-10 09:06:37 -07:00
Vic Lee 15f3f1521c libfreerdp-chanman: add API for sending events from UI to plugin. 2011-07-11 00:06:02 +08:00
Vic Lee 3046424760 Move channel event constants to constants.h 2011-07-10 23:56:06 +08:00
Marc-André Moreau 3f1ced3d25 Merge pull request #11 from llyzs/svc
Static Virtual Channel plugin work, unit tested.
2011-07-10 07:39:47 -07:00
Vic Lee db86291c03 Add install_manifest.txt to .gitignore. 2011-07-10 22:25:40 +08:00
Vic Lee d0a5273abc cunit/chanman: perform tests on channel data. 2011-07-10 22:24:47 +08:00
Vic Lee 9bdb09f876 Add rdpdbg test plugin. 2011-07-10 22:24:05 +08:00
Vic Lee e88d209d0c libfreerdp-chanman: remove unneeded checking. 2011-07-10 21:52:19 +08:00
Vic Lee 823ae345da libfreerdp-chanman: fix debug messages. 2011-07-10 21:34:22 +08:00