clients: Use the correct wheel rotation value
[platform/upstream/freerdp.git] / channels /
2021-02-25 Armin NovakAlways return data on SCardGetStatusChange
2021-02-25 akallabethFixed issue with GetAttr where the result buffer was...
2021-02-25 akallabethFixed GetAttrib return length
2021-02-25 akallabethFixed smartcard_unpack_reader_state, allow empty names
2021-02-25 akallabethFixed SCardTransmit return
2021-02-25 akallabethUnified smartcard call data structs
2021-02-25 akallabethUnified smartcard handle converstion
2021-02-25 akallabethFixed various return values in case of result != SCARD_...
2021-02-25 akallabethFixed GetAttrib call
2021-02-25 akallabethrefactored smartcard allocations
2021-02-25 akallabethFixed SCard debug WCHAR string lengths
2021-02-25 Armin NovakCompatibility changes
2021-02-25 Armin NovakFixed PCSC_SCardGetAttrib wrapper
2021-02-25 akallabethDereference ppbAttr as argument for SCardGetAttrib
2021-02-25 Armin NovakFixed drive hotplug path comparison.
2021-02-25 akallabethFixed naming of FILEDESCRIPTORW
2021-02-25 akallabethFixed support for huge files in clipboard
2021-02-25 akallabethFixed #6518
2021-02-25 Armin NovakCleaned up rdpei channel, updated to current spec.
2021-02-25 akallabethFixed possible out of bound access in usb channel.
2021-02-25 akallabethClean up drdynvc channels porperly locked.
2021-02-25 akallabethFixed missing stream length checks.
2021-02-25 akallabethFixed SCardGetAttrib pbAttr=NULL argument
2021-02-25 Martin Fleiszchannels/smartcard: Fix race in channel cleanup
2021-02-25 akallabethCheck drive to hotplug for already being redirected
2021-01-11 Martin FleiszMerge pull request #6623 from akallabeth/stable-2.0...
2020-12-02 Martin Fleiszchannels/audin: Request correct media type in audin...
2020-12-02 Armin NovakAdded permission checks for mac audio backend.
2020-12-01 akallabethFixed sound buffering issues with compressed formats
2020-12-01 akallabethCorrected clipboard capability mask
2020-12-01 akallabethAdded clipboard CB_HUGE_FILE_SUPPORT_ENABLED flag
2020-12-01 Felix DeimelFixes #5747: Only activate sound output device (#6467)
2020-12-01 akallabethFixed short length for usb io control return.
2020-12-01 Armin NovakManually free up libusb transfer data to avoid double...
2020-12-01 Armin NovakFixed double free on channel close in channel write.
2020-12-01 akallabethFixed missing async user data extraction from libusb...
2020-12-01 Armin NovakFixed urbdrc server notification of channel close
2020-12-01 akallabethRemoved channel close in USB channel done after channel...
2020-12-01 akallabethFixed access to user_data after free
2020-12-01 akallabethFixed invalid buffer length and duplicated write function.
2020-12-01 akallabethFixed urbdrc arraylist locking
2020-12-01 Armin NovakUnified streamID read/write
2020-12-01 Armin NovakReplace wHashTable with wArrayList in USB channel
2020-12-01 Armin NovakAdded return checks for HashTable_Add
2020-12-01 Armin NovakAdded duplicate initialization check for plugins.
2020-12-01 Armin NovakFixed compilation warnings.
2020-08-05 Martin FleiszMerge pull request #6405 from akallabeth/an-stable-2.0
2020-07-31 Gluzskiy Alexandrclang-format
2020-07-31 Gluzskiy Alexandrfixed build on freebsd
2020-07-31 Marco van WieringenAdd support for getmntent support on Illumos
2020-07-31 Zhu Qun-Yingcliprdr_common.c: fix memory leak in certain error...
2020-07-20 Martin FleiszMerge pull request #6382 from bmiklautz/release_220 2.2.0
2020-07-15 akallabethFixed input sanitation in rdpgfx_recv_solid_fill_pdu
2020-07-15 Bernhard MiklautzMerge pull request #6319 from akallabeth/stable-2.0...
2020-07-07 Kobi Mizrachirail: server: add API to set railHandshakeExflags
2020-07-07 Armin NovakFixed urbdrc device path
2020-07-07 Armin NovakFixed bDeviceClass check in udev_init
2020-07-07 akallabethReplaced malloc in urbdrc channel
2020-07-07 akallabethFixed discrepancy in string descriptor default
2020-07-07 akallabethReplaced memset in urbdrc
2020-07-07 akallabethUnified logging for urbdrc libusb wrapper
2020-07-07 akallabethInitialize variable in func_instance_id_generate
2020-07-07 akallabethImproved error log for string descriptor read issues
2020-07-07 akallabethReverted check for short usb descriptor
2020-07-07 akallabethAdded compile time urbdrc debug option
2020-07-07 akallabethDump USB channel data with log-level trace
2020-07-06 Kobi Mizrachirail: server: rename rail_send_pdu -> rail_server_send_pdu
2020-07-06 Kobi Mizrachirail_common.c: Fix rail_get_order_type_string
2020-07-06 Kobi Mizrachirail: server: mark rail_send_pdu as static function
2020-07-06 akallabethUse CMake to detect availability of getlogin_r
2020-06-22 Martin FleiszMerge pull request #6285 from akallabeth/stable-backports2 2.1.2
2020-06-22 akallabethFixed fallback to getlogin for android
2020-06-22 akallabethFixed broken const variable.
2020-06-22 akallabethUse localtime_s on windows
2020-06-22 akallabethFixed codition with side effects
2020-06-22 akallabethReplaced getlogin with getlogin_r
2020-06-22 akallabethReplaced localtime with localtime_r
2020-06-22 Bernhard Miklautzfix [client channels]: move exported API calls to clien...
2020-06-16 Armin NovakDo not remove transfer data on usb cancel transfer
2020-06-16 Armin NovakFixed double free in urb_isoch_transfer_cb
2020-06-16 Armin NovakFixed sign compare warnings with constants.
2020-06-16 Kubistikadrdynvc: client: fix #6252 use-after-free
2020-06-16 akallabethFixed formatting.
2020-06-16 Ondrej Holysmartcard: Teoretical fix of uninitialized values
2020-06-16 Ondrej Holysmartcard: Fix usage of uninitialized values
2020-06-16 Patrick ChinFix memory leaks in client/encomsp_main.c and client...
2020-06-16 Florian Staudacherreport only actual bytes received, not allocated buffer...
2020-06-16 Florian Staudacheronly call 'libusb_set_interface_alt_setting' when value...
2020-06-16 Armin NovakFixed memory leak in rdpei
2020-05-20 Martin FleiszMerge pull request #6212 from akallabeth/stable_backpor... 2.1.1
2020-05-20 akallabethClear dynamic channel lists on disconnect.
2020-05-20 akallabethFixed #6197: NULL check in urbdrc
2020-05-20 Armin NovakFixed #6195: Wrong length read/write in rdpei
2020-05-20 akallabethReset pointer to NULL after free.
2020-05-20 akallabethRemoved unused variable warnings
2020-05-18 akallabethFixed rails debug string warnings.
2020-05-18 Vladyslav Hordiienkofix typo in GFX logs
2020-05-18 akallabethExtend lifetime of streampool in drdynvc
2020-05-18 akallabethFixed drdynvc_send stream release
2020-05-18 akallabethFixed DestroyListener arguments and call order
next