platform/upstream/freerdp.git
2011-07-25 Otavio SalvadorMerge pull request #23 from bradh/master
2011-07-25 Brad HardsDocumentation typo fix.
2011-07-25 Brad HardsFix DEBUG usage
2011-07-25 Marc-André... libfreerdp-core: parse update PDUs, started orders...
2011-07-24 Marc-André... libfreerdp-core: can now receive bitmap updates
2011-07-24 Marc-André... libfreerdp-core: fix compilation on Mac OS X
2011-07-23 Marc-André... libfreerdp-core: fix encoding of MCS and RDP headers...
2011-07-23 Marc-André... libfreerdp-core: added debug output for activation...
2011-07-22 Marc-André... libfreerdp-core: fix control packets up to font list pdu
2011-07-22 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-22 Marc-André... libfreerdp-core: added debug strings for data PDUs
2011-07-22 Otavio SalvadorMerge pull request #22 from llyzs/ui
2011-07-22 Vic Leelibfreerdp-utils/args: add argument parser.
2011-07-22 Vic Leelibfreerdp-core/settings: fix memory issues.
2011-07-22 Marc-André... libfreerdp-core: fix encoding of share control header
2011-07-22 Marc-André... libfreerdp-core: fix encoding of confirm active pdu
2011-07-21 Marc-André... libfreerdp-core: share data header fix
2011-07-21 Marc-André... libfreerdp-core: sending connection control PDUs
2011-07-21 Marc-André... libfreerdp-code: sending of confirm active pdu
2011-07-21 Marc-André... libfreerdp-core: encoding of capability sets
2011-07-21 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-21 Marc-André... libfreerdp-core: parsing of all capability sets
2011-07-21 Marc-André... Merge pull request #21 from llyzs/dvc
2011-07-20 Marc-André... libfreerdp-core: added capability set stubs for read...
2011-07-19 Marc-André... libfreerdp-core: started processing of server demand...
2011-07-19 Vic Leedrdynvc: start working on main drdynvc module.
2011-07-19 Vic Leelibfreerdp-utils/list: add add/remove function.
2011-07-18 Marc-André... libfreerdp-asn1: replacement by libfreerdp-core's BER...
2011-07-18 Marc-André... libfreerdp-core: remove dependency on libfreerdp-asn1...
2011-07-18 Marc-André... libfreerdp-core: remove dependency on libfreerdp-asn1...
2011-07-18 Marc-André... libfreerdp-core: fixed encoding of nego tokens
2011-07-18 Vic Leedrdynvc: add Dynamic Virtual Channel API (dvc.h)
2011-07-18 Marc-André... started BER encoding of CredSSP
2011-07-18 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-18 Marc-André... libfreerdp-core: refactoring of licensing code, refacto...
2011-07-17 Otavio Salvadorcmake: fix headers installation path
2011-07-15 Otavio SalvadorMerge pull request #20 from llyzs/svc
2011-07-15 Vic Leecliprdr: fix compile warning, close issue #19.
2011-07-15 Vic Leelibfreerdp-utils/svc_plugin: use a macro to simplify...
2011-07-15 Marc-André... libfreerdp-core: added state machine transitions to...
2011-07-15 Marc-André... libfreerdp-core: add new unit tests for licensing,...
2011-07-14 Marc-André... libfreerdp-core: fix computation of session key blob
2011-07-14 Marc-André... libfreerdp-core: generation of default configuration...
2011-07-14 Marc-André... libfreerdp-core: introduced configuration registry
2011-07-13 Marc-André... libfreerdp-core: fix padding when reading public key...
2011-07-13 Marc-André... libfreerdp-core: improve premaster secret encryption...
2011-07-13 Marc-André... cunit: added more test data to licensing unit test
2011-07-13 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
2011-07-13 Marc-André... cunit: added licensing unit tests
2011-07-13 Otavio SalvadorMerge pull request #18 from llyzs/cmake
2011-07-13 Vic Leecmake/rdpdbg: use FREERDP_PLUGIN_PATH variable.
2011-07-13 Vic Leecmake: fix config.h include path. Fix issue #16.
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
next