platform/upstream/freerdp.git
2012-04-13 Vic Leeserver: implement user-initiated disconnection sequence...
2012-04-13 Vic LeeMerge pull request #547 from llyzs/x11
2012-04-12 Marc-André... include: update windows type definitions
2012-04-12 Vic Leex11: use ARRAY_SIZE macro.
2012-04-11 Vic Leex11: release all pressed keys when window is unmapped.
2012-04-10 Marc-André... Merge pull request #546 from trou/mymaster
2012-04-10 Raphaël Rigofix issue #530 "NLA password asked after certificate...
2012-04-10 Raphaël Rigofix TLS free logic, fixing double free in issue #531
2012-04-09 Jay Sorglibfreerdp-core: fix connection issue where drawing...
2012-04-06 Marc-André... Merge pull request #544 from bmiklautz/static_inline
2012-04-06 Marc-André... Merge pull request #533 from atong/master
2012-04-06 Marc-André... Merge pull request #545 from pjd/fixes
2012-04-06 Pawel Jakub... Set user_id in a way that matches Windows behaviour.
2012-04-06 Pawel Jakub... Don't forget to include config.h.
2012-04-04 Bernhard MiklautzChanged some functions from inline to static inline
2012-04-03 Marc-André... wfreerdp: fix data alignment for MSVC
2012-04-03 Marc-André... libfreerdp-core: align rdpSettings structure to 8 bytes
2012-04-01 Anthony Tongxfreerdp: send extended mouse events, using common...
2012-03-31 Marc-André... Merge pull request #532 from trou/master
2012-03-31 TrouMerge branch 'master' of git://github.com/FreeRDP/FreeRDP
2012-03-31 TrouREALLY fix negociation this time
2012-03-31 Marc-André... Merge pull request #529 from kiilerix/master
2012-03-31 Troufix negotiation with NLA
2012-03-30 Mads Kiilerichcodec: export mppc functions so it can be build on...
2012-03-30 Mads Kiilerichwfreerdp: fix typo in incomplete keyboard refactorings
2012-03-30 Mads Kiilerichwfreerdp: handle invalid command line arguments in...
2012-03-30 AnthonyMerge pull request #528 from kiilerix/master
2012-03-30 Mads Kiilerichcore: use valid default values for Client Core Data...
2012-03-30 Mads Kiilerichcache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE...
2012-03-30 Marc-André... Merge pull request #526 from trou/master
2012-03-30 Marc-André... Merge pull request #519 from kiilerix/master
2012-03-30 AnthonyMerge pull request #521 from bmiklautz/ximage_leak
2012-03-30 Raphael Rigoenable secure checksums by default
2012-03-30 Raphael RigoMerge branch 'master' of git://github.com/FreeRDP/FreeRDP
2012-03-30 Jay Sorgmppc: moved to libfreerdp-codec
2012-03-29 Raphael Rigofix negociation check
2012-03-29 Raphael Rigofix negociation when standard rdp security is disabled
2012-03-29 Bernhard Miklautzxfreerdp: nocodec/nscodec free ximages after use
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
next