platform/upstream/freerdp.git
2011-07-13 Marc-André... Merge pull request #17 from llyzs/memory
2011-07-13 Vic Leelibfreerdp-utils/list: use xnew macro.
2011-07-13 Vic Leelibfreerdp-utils/event: add missing memory.h include.
2011-07-13 Vic Leelibfreerdp-utils/stream: remove no longer needed memset...
2011-07-13 Vic Leelibfreerdp-chanman: use xnew macro.
2011-07-13 Vic Leelibfreerdp: use xnew macro
2011-07-13 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-13 Marc-André... libfreerdp-core: licensing cryptographic response
2011-07-13 Vic Leelibfreerdp-utils/memory: add a handy macro xnew; fix...
2011-07-13 Otavio SalvadorMerge pull request #15 from llyzs/cliprdr
2011-07-13 Vic Leerdpdbg: change to use new DEBUG_WARN macro so that...
2011-07-13 Marc-André... libfreerdp-core: extract modulus and exponent from...
2011-07-13 Marc-André... libfreerdp-core: started parsing of X.509 certificates
2011-07-12 Marc-André... libfreerdp-core: started certificate parsing
2011-07-12 Marc-André... libfreerdp-core: generation of licensing keys
2011-07-12 Vic Leecliprdr: add UI data request -> server data response.
2011-07-12 Vic Leecliprdr: add server data request -> UI data response.
2011-07-12 Vic Leecliprdr: process format list response PDU.
2011-07-12 Vic Leecliprdr: process format list PDU.
2011-07-12 Vic Leecliprdr: use unicode constants for format names.
2011-07-12 Vic Leecliprdr: add format list ui event.
2011-07-12 Vic Leecliprdr: add cliprdr->ui sync event.
2011-07-12 Vic LeeAdd cliprdr constants and event types.
2011-07-12 Vic Leelibfreerdp/svc_plugin: push events in a queue for threa...
2011-07-12 Vic Leecliprdr: initial work.
2011-07-12 Vic Leelibfreerdp-utils/svc_plugin: add threading support.
2011-07-12 Marc-André... libfreerdp-core: TCP: obtain MAC address, LICENSE:...
2011-07-12 Marc-André... libfreerdp-core: get server response for new license...
2011-07-12 Marc-André... libfreerdp-core: encoding and sending of licensing...
2011-07-12 Vic Leelibfreerdp-utils/debug: add DEBUG_WARN.
2011-07-12 Vic Leerdpdbg: use DEBUG_SVC macro.
2011-07-12 Vic Leeconfig.h.in: add missing header definition.
2011-07-12 Vic Leelibfreerdp-utils/svc_plugin: move debug macros to API...
2011-07-12 Marc-André... libfreerdp-core: started licensing module
2011-07-11 Marc-André... libfreerdp-core: refactoring of RDP module
2011-07-11 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-11 Marc-André... libfreerdp-core: updated API documentation for MCS...
2011-07-11 Marc-André... Merge pull request #14 from bmiklautz/osxbuildfix
2011-07-11 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-11 Marc-André... libfreerdp-core: fix MCS connection sequence
2011-07-11 Bernhard MiklautzAdded missing build dependency
2011-07-11 Bernhard MiklautzMoved define for MSG_NOSIGNAL to tcp.h
2011-07-11 Marc-André... Merge pull request #13 from llyzs/svc
2011-07-11 Vic Leelibfreerdp-utils/event: rename event_callback to on_eve...
2011-07-11 Vic Leelibfreerdp-utils/svc_plugin: add event sending from...
2011-07-11 Vic LeeIntegrate in/out plugin event struct and add event...
2011-07-10 Jay SorgMerge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0
2011-07-10 Jay Sorgadded 16, 24, 32 bpp tests
2011-07-10 Marc-André... libfreerdp-core: fix flags in client info packet
2011-07-10 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-10 Marc-André... libfreerdp-core: refactoring of transport module
2011-07-10 Jay Sorgfix error caught by cunit test
2011-07-10 Jay Sorgadd bitmap tests
2011-07-10 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-10 Marc-André... libfreerdp-core: sending of client info packet
2011-07-10 Marc-André... Merge pull request #12 from llyzs/svc
2011-07-10 Vic Leelibfreerdp-chanman: add API for sending events from...
2011-07-10 Vic LeeMove channel event constants to constants.h
2011-07-10 Marc-André... Merge pull request #11 from llyzs/svc
2011-07-10 Vic LeeAdd install_manifest.txt to .gitignore.
2011-07-10 Vic Leecunit/chanman: perform tests on channel data.
2011-07-10 Vic LeeAdd rdpdbg test plugin.
2011-07-10 Vic Leelibfreerdp-chanman: remove unneeded checking.
2011-07-10 Vic Leelibfreerdp-chanman: fix debug messages.
2011-07-10 Vic Leelibfreerdp-utils/svc_plugin: use STREAM for sending.
2011-07-10 Vic Leelibfreerdp-utils/stream: fix code style.
2011-07-10 Vic Leelibfreerdp-utils/svc_plugin: reset stream position...
2011-07-10 Marc-André... libfreerdp-core: added connection module
2011-07-10 Marc-André... cunit: added bitmap test template
2011-07-10 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-10 Marc-André... libfreerdp-core: MCS initialization messages
2011-07-10 Jay SorgMerge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0
2011-07-10 Jay Sorgadded 32 bpp color decompression
2011-07-10 Vic Leelibfreerdp-utils/svc_plugin: reassemble data chunks...
2011-07-10 Marc-André... libfreerdp-core: parsing of server data blocks
2011-07-09 Marc-André... libfreerdp-core: fix CMakeLists.txt for bitmap decompre...
2011-07-09 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-09 Marc-André... libfreerdp-core: parsing of GCC Conference Create Response
2011-07-09 Jay SorgMerge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0
2011-07-09 Jay Sorgadded 15+ bpp decompression, rename, reorganize bitmap...
2011-07-09 Marc-André... libfreerdp-core: started parsing of MCS Connect-Response
2011-07-09 Vic Leelibfreerdp-utils: add svc_plugin.
2011-07-08 Jay SorgMerge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0
2011-07-08 Jay Sorgfix for special opcodes
2011-07-08 Marc-André... libfreerdp-core: fix MCS unit tests
2011-07-08 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-08 Marc-André... libfreerdp-core: MCS Connect-Initial triggers server...
2011-07-08 Jay SorgMerge branch 'master' of git@github.com:FreeRDP/FreeRDP-1.0
2011-07-08 Jay Sorgbitmap decompression now functional
2011-07-08 Otavio SalvadorMerge pull request #10 from llyzs/chanman
2011-07-08 Vic Leecunit: add initial unit tests for chanman.
2011-07-08 Vic LeeAdd libfreerdp-chanman.
2011-07-08 Vic Leecunit: add wait_obj unit test.
2011-07-08 Vic Leelibfreerdp-utils: add wait_obj module.
2011-07-08 Vic Leecunit: add load_plugin unit test.
2011-07-08 Vic Leelibfreerdp-utils: add load_plugin module.
2011-07-08 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-08 Marc-André... libfreerdp-core: added unit tests for GCC and MCS
2011-07-08 Marc-André... Merge pull request #9 from llyzs/abstraction
2011-07-08 Vic Leecunit/utils: add mutex.
next