Commit Graph

8926 Commits

Author SHA1 Message Date
Vic Lee 944f4ac8a9 libfreerdp-utils/svc_plugin: use STREAM for sending. 2011-07-10 17:28:24 +08:00
Vic Lee bea0e09e02 libfreerdp-utils/stream: fix code style. 2011-07-10 17:27:21 +08:00
Vic Lee 49d7fd81a0 libfreerdp-utils/svc_plugin: reset stream position after complete data received. 2011-07-10 17:16:51 +08:00
Marc-André Moreau 841800a451 libfreerdp-core: added connection module 2011-07-10 01:48:10 -04:00
Marc-André Moreau 54a697d0bc cunit: added bitmap test template 2011-07-10 00:24:09 -04:00
Marc-André Moreau 5e892025fd Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-09 23:54:34 -04:00
Marc-André Moreau ca09499ff1 libfreerdp-core: MCS initialization messages 2011-07-09 23:54:23 -04:00
Jay Sorg 55e37be812 Merge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0 2011-07-09 19:55:34 -07:00
Jay Sorg 19223a2503 added 32 bpp color decompression 2011-07-09 19:55:11 -07:00
Vic Lee 315627dd43 libfreerdp-utils/svc_plugin: reassemble data chunks using stream. 2011-07-10 10:00:16 +08:00
Marc-André Moreau eb18fd0897 libfreerdp-core: parsing of server data blocks 2011-07-09 21:04:57 -04:00
Marc-André Moreau cf04182604 libfreerdp-core: fix CMakeLists.txt for bitmap decompression 2011-07-09 17:32:00 -04:00
Marc-André Moreau 89c2b09388 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-09 17:28:39 -04:00
Marc-André Moreau 9df9a3382a libfreerdp-core: parsing of GCC Conference Create Response 2011-07-09 17:28:30 -04:00
Jay Sorg dfc6cc3a06 Merge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0 2011-07-09 12:48:46 -07:00
Jay Sorg 1cf005ae45 added 15+ bpp decompression, rename, reorganize bitmap file 2011-07-09 12:48:18 -07:00
Marc-André Moreau 6074f887d8 libfreerdp-core: started parsing of MCS Connect-Response 2011-07-09 15:28:59 -04:00
Vic Lee 4560e088bd libfreerdp-utils: add svc_plugin. 2011-07-09 23:29:04 +08:00
Jay Sorg 8e2e309678 Merge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0 2011-07-08 16:50:34 -07:00
Jay Sorg 1b8c6eb3be fix for special opcodes 2011-07-08 16:46:41 -07:00
Marc-André Moreau e608809f9c libfreerdp-core: fix MCS unit tests 2011-07-08 16:05:30 -04:00
Marc-André Moreau c837c6b374 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-08 15:32:18 -04:00
Marc-André Moreau 564a3ec753 libfreerdp-core: MCS Connect-Initial triggers server response 2011-07-08 15:32:06 -04:00
Jay Sorg ae5b6b0269 Merge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0 2011-07-08 11:44:57 -07:00
Jay Sorg b89d72510c bitmap decompression now functional 2011-07-08 11:41:56 -07:00
Otavio Salvador 3d16920e94 Merge pull request #10 from llyzs/chanman
Initial chanman implementation
2011-07-08 08:47:07 -07:00
Vic Lee d5c1c8e237 cunit: add initial unit tests for chanman. 2011-07-08 21:57:01 +08:00
Vic Lee a7bb01df38 Add libfreerdp-chanman. 2011-07-08 21:51:20 +08:00
Vic Lee ce9abb7ea4 cunit: add wait_obj unit test. 2011-07-08 16:13:06 +08:00
Vic Lee 852c751fd4 libfreerdp-utils: add wait_obj module. 2011-07-08 16:07:25 +08:00
Vic Lee 476c6eb285 cunit: add load_plugin unit test. 2011-07-08 14:35:05 +08:00
Vic Lee 3a9c774979 libfreerdp-utils: add load_plugin module. 2011-07-08 14:34:50 +08:00
Marc-André Moreau da06a26f23 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-08 00:37:38 -04:00
Marc-André Moreau 6ba99a50f0 libfreerdp-core: added unit tests for GCC and MCS 2011-07-08 00:37:25 -04:00
Marc-André Moreau c1fb9ff3db Merge pull request #9 from llyzs/abstraction
Abstraction: mutex
2011-07-07 21:24:12 -07:00
Vic Lee 2cab092489 cunit/utils: add mutex. 2011-07-08 12:01:22 +08:00
Vic Lee 322e02d6c5 libfreerdp-utils: add mutex. 2011-07-08 12:01:09 +08:00
Marc-André Moreau 85b8125a2a Merge pull request #8 from llyzs/abstraction
Abstraction: semaphore
2011-07-07 20:33:06 -07:00
Vic Lee 1f6fe46d03 cunit: add utils/semaphore unit tests 2011-07-08 11:26:38 +08:00
Vic Lee 822199040a utils/semaphore: abstract type definition and add win32 support. 2011-07-08 11:25:51 +08:00
Jay Sorg 4012b2db9b started work on RLE Compressed Bitmap Stream 2011-07-07 18:40:57 -07:00
Marc-André Moreau 9160411803 libfreerdp-core: construction and sending of MCS Connect-Initial 2011-07-07 19:32:51 -04:00
Marc-André Moreau 7b71f3cdbd libfreerdp-core: corrected BER encoding for MCS Connect-Initial 2011-07-07 16:38:41 -04:00
Marc-André Moreau 33bd605a25 libfreerdp-core: fixed MCS connect-initial, added unit test 2011-07-07 15:51:23 -04:00
Marc-André Moreau a05be813be libfreerdp-core: MCS Connect-Initial 2011-07-07 15:35:09 -04:00
Marc-André Moreau 64f71b0b30 libfreerdp-core: got NLA back to a working state 2011-07-07 14:11:12 -04:00
Marc-André Moreau 1ef3b140a6 Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0 2011-07-07 13:37:59 -04:00
Marc-André Moreau 2199475153 libfreerdp-core: fix negotiation module 2011-07-07 13:37:48 -04:00
Marc-André Moreau 31b36d9274 Merge pull request #7 from llyzs/list
Add double-linked list in utils
2011-07-07 10:00:48 -07:00
Vic Lee e4a5c982ef cunit: add unit tests for double-linked list. 2011-07-08 00:51:24 +08:00