platform/upstream/freerdp.git
2012-03-28 Mads Kiilerichlocale: update rdp scancodes according to Win CE "Trans...
2012-03-28 Mads Kiilerichlocale: add Japanese backslash key with rdp scancode...
2012-03-28 Mads Kiilerichlocale: drop Virtual-Key as intermediate format for...
2012-03-28 Mads Kiilerichclients: use rdp scancode definitions when sending...
2012-03-28 Mads Kiilerichlocale: #define known rdp scancode values
2012-03-28 Mads Kiilerichlocale: make RDP_SCANCODE a simple value type that...
2012-03-28 Mads Kiilerichserver: fix building without XTest
2012-03-28 Mads Kiilerichfix building on X11 without XKBFILE
2012-03-28 Jay Sorglibfreerdp-cache: complete update_pointer_color
2012-03-27 Marc-André... Merge pull request #517 from dorianj/master
2012-03-27 Marc-André... Merge pull request #516 from atong/master
2012-03-27 Dorian Johnsonlibfreerdp-utils: make freerdp_append_shared_library_su...
2012-03-27 Anthony Tongcache: fix BITMAP_CACHE_WAITING_LIST_INDEX handling
2012-03-27 Jay Sorgmppc_enc: add hash tables to speed up mppc encoder
2012-03-25 Marc-André... libfreerdp-sspi: added wintypes.h
2012-03-24 Marc-André... libfreerdp-sspi: add _T() macro
2012-03-24 Marc-André... libfreerdp-sspi: fix UNICODE support, can connect succe...
2012-03-24 Marc-André... libfreerdp-sspi: fix compilation on Linux without UNICO...
2012-03-24 Marc-André... libfreerdp-sspi: fix compilation on windows with UNICOD...
2012-03-24 Marc-André... libfreerdp-sspi: fix compilation on Linux
2012-03-24 Marc-André... libfreerdp-sspi: start implementing ASCII and Unicode...
2012-03-24 Marc-André... cunit: fix SSPI unit tests
2012-03-24 Marc-André... Merge pull request #510 from jiten19/rdp6
2012-03-24 Marc-André... Merge pull request #513 from kiilerix/master
2012-03-24 Mads Kiilerichlocale: debug statements and indentation
2012-03-24 Mads Kiilerichlocale: reintroduce sun keyboard layouts and fix sun...
2012-03-24 Mads Kiilerichlocale: plug some xkb / keymap leaks
2012-03-24 Mads Kiilerichlocale: don't fall back to keymap detection when xkbfil...
2012-03-24 Mads Kiilerichlocale: reintroduce use of freerdp_detect_keyboard...
2012-03-24 Mads Kiilerichlocale: encapsulate X11_KEYCODE_TO_RDP_SCANCODE in...
2012-03-24 Mads Kiilerichlocale: encapsulate RDP_SCANCODE_TO_X11_KEYCODE in...
2012-03-24 Mads Kiilerichlocale: move conversion from xkb layout names to RDP...
2012-03-24 Mads Kiilerichlocale: drop redundant VIRTUAL_KEY_CODE_TO_RDP_SCANCODE...
2012-03-24 Mads Kiilerichlocale: move keymap parsing to keyboard_keymap.c
2012-03-24 Mads Kiilerichlocale: clarify that WITH_XKBFILE is subordinate to...
2012-03-24 Mads Kiilerichlocale: clarify internally what is xkbfile and what...
2012-03-24 Mads Kiilerichlocale: move Virtual-Key Code definitions to virtual_ke...
2012-03-24 Mads Kiilerichlocale: introduce freerdp_keyboard_get_virtual_key_code...
2012-03-24 Mads Kiilerichcore: reset crypto key counters when the keys are initi...
2012-03-23 Marc-André... libfreerdp-sspi: avoid conflicting definitions when...
2012-03-23 Marc-André... wfreerdp: fix compilation warnings
2012-03-23 Marc-André... cmake: fix linker flags on Mac OS X
2012-03-22 Marc-André... Merge pull request #511 from kiilerix/master
2012-03-22 Mads Kiilerichupdate rpm spec, align it more with the Fedora rpm...
2012-03-22 Mads Kiilerichx: tell politely why xfreerdp is closing without making...
2012-03-22 Mads Kiilerichx: improve debugging of X events
2012-03-22 Mads Kiilerichcore: tweak rdp debugging
2012-03-22 Mads Kiilerichcmake: remove unused configuration options
2012-03-22 Mads Kiilerichcmake: add missing debug options WITH_DEBUG_NTLM WITH_D...
2012-03-22 Mads Kiilerichcmake: cleanup of debug options, sort the list
2012-03-21 Marc-André... Merge pull request #509 from kiilerix/master
2012-03-21 Mads Kiilerichutil windows.h: include winsock2.h before windows.h
2012-03-21 Mads Kiilerichcmake: don't try to detect OpenSSL if OPENSSL_INCLUDE_D...
2012-03-21 Mads Kiilerichreduce the use of windows.h in header files
2012-03-21 Marc-André... Merge pull request #508 from pjd/fixes
2012-03-21 Pawel Jakub... Fix compilation warning when WITH_SSE2 is not defined.
2012-03-21 Mads Kiilerichtypes.h: windows can have stdbool.h too but still don...
2012-03-21 Mads Kiilerichcmake: default to build shared libs - don't enforce it
2012-03-21 qubithashtable generators for rdp6
2012-03-21 qubitadd RDP6 decompression
2012-03-20 Jay Sorglibfreerdp-core: hook up mppc compressor to fastpath...
2012-03-20 Marc-André... Merge pull request #507 from pjd/fixes
2012-03-20 Pawel Jakub... Compilation fixes for FreeBSD.
2012-03-20 Marc-André... Merge pull request #506 from llyzs/nsc
2012-03-19 Jay Sorgmppc bulk compressor
2012-03-19 Marc-André... libfreerdp-sspi: reached functional server-side NLA...
2012-03-19 Marc-André... libfreerdp-sspi: fix server-side NTLM session key gener...
2012-03-19 Marc-André... libfreerdp-sspi: move AV_PAIRs into separate file
2012-03-19 Marc-André... libfreerdp-sspi: NTLM server-side pubKeyAuth sending
2012-03-18 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-03-18 Marc-André... libfreerdp-sspi: improve server-side NTLM message parsing
2012-03-18 Jay Sorglibfreerdp-core: fix for cursor hot spot out of range
2012-03-18 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2012-03-18 Marc-André... xfreerdp-server: set TCP_NODELAY
2012-03-18 Vic Leensc: add SSE2 optimization for nsc encoder.
2012-03-18 Vic Leensc: add nsc encoder to test server.
2012-03-18 Vic Leensc: implement nsc encoder.
2012-03-16 Marc-André... Merge pull request #504 from kiilerix/master
2012-03-16 Mads Kiilerichcore: terminate redirect cookies correctly
2012-03-16 Marc-André... Merge pull request #503 from kiilerix/master
2012-03-16 Mads Kiilerichrdp redirect: do the necessary layering violation to...
2012-03-16 Mads Kiilerichcore/redirect: be aware that transport used in transpor...
2012-03-16 Mads Kiilerichsspi/nla: implement ntlm_DeleteSecurityContext and...
2012-03-16 Mads Kiilerichsspi/nla: plug credssp leaks
2012-03-16 Mads Kiilerichcore: free polyline and polygon_sc points
2012-03-16 Mads Kiilerichx: clean up after xf_pre_connect if connection fails...
2012-03-16 Mads Kiilerichx: avoid leak by waiting for thread to finish before...
2012-03-16 Mads Kiilerichx: free bitmap_mono
2012-03-16 Mads Kiilerichx: please valgrind by initializing structure passed...
2012-03-16 Vic Leensc: add encoder API.
2012-03-16 Marc-André... libfreerdp-sspi: fix unit tests
2012-03-16 Marc-André... libfreerdp-sspi: refactor structure names
2012-03-15 Vic Leensc: add pixel format API.
2012-03-14 Marc-André... Merge pull request #499 from nfedera/xvfix1
2012-03-14 Marc-André... Merge pull request #497 from llyzs/nsc
2012-03-13 Norbert FederaX11/tsmf: Fixed XShmCreateImage BadMatch crashes
2012-03-13 Vic Leerfx: rename pixel format constants.
2012-03-13 Vic Leecore: register audio device only if plugins are registered.
2012-03-13 Vic LeeX11/tsmf: use clipping if XV overlay does not support...
2012-03-12 Otavio SalvadorMerge pull request #496 from littlejawa/master
next