platform/upstream/freerdp.git
2017-08-02 David FortMerge pull request #4069 from yurashek/master
2017-07-29 David FortMerge pull request #4064 from floppym/gst-detect
2017-07-28 Mike GilbertFix gstreamer-1.0 detection
2017-07-27 David FortMerge pull request #4061 from vakartel/master
2017-07-26 Valery KartelFix build with LibreSSL
2017-07-24 Bernhard MiklautzMerge pull request #4056 from akallabeth/disable_jpeg
2017-07-24 Armin NovakDisable JPEG codec support if not compiled in.
2017-07-24 Norbert FederaMerge pull request #4055 from akallabeth/talos_v3 2.0.0-rc0
2017-07-20 Bernhard Miklautzclipboard: fix possible invalid memory access
2017-07-20 Armin NovakFixed missing include.
2017-07-20 Armin NovakFixed resource cleanup.
2017-07-20 Armin NovakFixed uninitialized values.
2017-07-20 Armin NovakFixed double free.
2017-07-20 Armin NovakFixed wrong type for AuthenticationLevel.
2017-07-20 Armin NovakFixed use of reserved keywords for include guards.
2017-07-20 Armin NovakFixed clang malloc integer overflow warnings.
2017-07-20 Armin NovakFix TALOS issues
2017-07-20 akallabethMerge pull request #3956 from dodo040/smartcard
2017-07-19 dodo040fix format code
2017-07-19 dodo040fix smartcard argument parsing
2017-07-19 dodo040fix wrong declaration
2017-07-19 dodo040redirect specific smartcard readers
2017-07-19 Bernhard MiklautzMerge pull request #4044 from akallabeth/disable_h264_i...
2017-07-19 Armin NovakFixed variable assignment.
2017-07-19 Bernhard MiklautzMerge pull request #4047 from akallabeth/win_gfx_fix
2017-07-19 Armin NovakAdded warning on GFX channel load that it does not...
2017-07-19 Bernhard MiklautzDon't use an option for WITH_GFX_H264
2017-07-18 Armin NovakAlways use software GFX for windows client.
2017-07-18 Armin NovakReordered backends with regard to feature completeness.
2017-07-17 akallabethMerge pull request #4041 from wayk/PathMakePathA
2017-07-17 Armin NovakReadded H264 struct pointers, keep API compatible.
2017-07-17 Armin NovakAdd 10.3 capability check.
2017-07-17 Armin NovakFixed config option.
2017-07-17 David FortMerge pull request #4043 from rjcorrig/kb4020322
2017-07-17 Armin NovakDeactivated all H264 related code paths.
2017-07-17 Armin NovakDisable WITH_GFX_H264 if no backend compiled in.
2017-07-17 Armin NovakRemoved H264 dummy, did not work (crash on use)
2017-07-17 Armin NovakDisable GFX H264 if no backend compiled in.
2017-07-14 Robert CorriganUpdate time zone data to July 2017
2017-07-14 Robert CorriganChange documented source of windowsZones.xml file
2017-07-12 François DuboisFixed PathMakePathA (returned true even if it can't...
2017-07-10 Norbert FederaMerge pull request #4039 from nfedera/fix-misc-compiler...
2017-07-10 Norbert FederaFixed a few compiler warnings
2017-07-10 David FortMerge pull request #4038 from nfedera/fix-sample-server...
2017-07-10 Norbert FederaFixed sample server's wrong rfx pixel format
2017-07-07 David FortMerge pull request #4021 from scroogie/master
2017-07-07 David FortMerge pull request #4029 from realjiangms/fix_shadow_fr...
2017-07-07 akallabethMerge pull request #4033 from blino/wayland-fullscreen
2017-07-07 akallabethMerge pull request #3992 from johnjmullen/fix-barcode...
2017-07-05 David FortMerge pull request #4032 from blino/clipboard-build
2017-07-05 Olivier BlinFix clipboard POSIX build because of basename conflict
2017-07-05 Olivier BlinSupport fullscreen setting in wayland client
2017-07-05 Olivier BlinImplement fullscreen for wayland shell surface
2017-07-04 zihao.jiangserver/shadow: Fix incorrect bitmap fragment update.
2017-06-29 David FortMerge pull request #4024 from bmiklautz/fix_4022
2017-06-29 Bernhard MiklautzFix a regression introduced with PR #4013
2017-06-29 Bernhard MiklautzMerge pull request #4008 from hardening/h264_split
2017-06-27 Andre GemuendFix compilation on RHEL 6.x by macro-guarding two funct...
2017-06-23 David FortMerge pull request #4013 from weizhenwei/master
2017-06-23 weizhenweicode format adjustment
2017-06-23 weizhenweiremove redundant NULL pointer check
2017-06-23 weizhenweiremove duplicate code when freeing drive
2017-06-23 weizhenweiremove useless NULL pointer check before free
2017-06-22 weizhenweiadd NULL pointer check and set freed pointers to NULL...
2017-06-22 weizhenweirefactor to remove duplicate code and replace free...
2017-06-21 weizhenweirefactor on redundant code copy
2017-06-21 weizhenweifix compile error on win64.vs2010 platform
2017-06-21 weizhenweifix memroy leak of window_icon->iconInfo at update_read...
2017-06-21 weizhenweifix memory leak of pKeys at xf_rail_invalidate_region()
2017-06-21 weizhenweifix memroy leak of fd at FindFirstFileW()
2017-06-21 weizhenweifix memory leak at update->window->window_state.windowR...
2017-06-21 weizhenweifix memory leak at update->window->window_state.titleIn...
2017-06-21 weizhenweifix memory leak on rail_virtual_channel_event_data_rece...
2017-06-21 weizhenweifix memory leak at drive_register_drive_path() and...
2017-06-21 weizhenweifix memory leak at rail_client_execute()
2017-06-21 weizhenweifix memroy leak on rail_recv_exec_result_order() execResult
2017-06-21 weizhenweicode clean on free(update->window->monitored_desktop...
2017-06-21 weizhenweifix memory leak on update->window->monitored_desktop...
2017-06-21 weizhenweifix a memroy leak on rdpBitmap free
2017-06-20 David FortFix openh264 backend compilation
2017-06-19 David FortFix variable declaration and win32 compilation
2017-06-14 David FortSplit h264 subsystems in different files
2017-06-14 David FortMerge pull request #4003 from akallabeth/macos_mouse_wh...
2017-06-13 Armin NovakFixed shadow server mouse wheel mapping on MacOS
2017-06-10 David FortMerge pull request #3989 from akallabeth/avc444_alignme...
2017-06-09 Martin FleiszMerge pull request #3996 from akallabeth/drive_size_fix
2017-06-09 Armin NovakFix #3995: File size information
2017-06-07 David FortMerge pull request #3905 from ilammy/x11-cliprdr/file...
2017-06-05 John MullenFix issue #3229 Barcode Scanner USB - missing double...
2017-06-01 ilammychannels/cliprdr: avoid possible integer overflow
2017-06-01 Armin NovakAlign width and height for AVC444 decoding to 16.
2017-06-01 David FortMerge pull request #3987 from chipitsine/cppcheck
2017-05-31 Ilya Shipitsinresolve an issue found by cppcheck:
2017-05-31 David FortMerge pull request #3969 from chipitsine/cppcheck
2017-05-31 David FortMerge pull request #3986 from akallabeth/debug_fix
2017-05-31 Armin NovakFixed missing external declaration (#3982)
2017-05-31 akallabethMerge pull request #3985 from ilammy/x11-cliprdr/fix...
2017-05-31 Ilya Shipitsinresolve an issue found by cppcheck:
2017-05-31 ilammyclient/X11: do not fixup HTML data length
2017-05-30 akallabethMerge pull request #3980 from uplusplus/patch-5
next