Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / windows_usbdk.c
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensMisc: Clean up Visual Studio project files
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2020-01-03 Matthias Boltewindows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS...
2019-07-08 Josh GaoFix some -Wformat warnings.
2018-03-12 Chris DickensWindows: UsbDk: Fix potential buffer overflow
2018-02-24 Chris DickensWindows: UsbDk: Implement get_config_descriptor_by_value()
2018-01-08 Chris DickensWindows: Fix MinGW build warnings/errors
2018-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2018-01-07 Chris DickensWindows: UsbDk: Fix some minor style/naming issues
2018-01-07 Chris DickensWindows: UsbDk: Return appropriate error code for mallo...
2018-01-07 Chris DickensWindows: UsbDk: Fix direction determination for control...
2018-01-07 Chris DickensWindows: UsbDk: Remove unnecessary empty functions
2018-01-07 Chris DickensWindows: UsbDk: Cache system redirector handle
2018-01-07 Chris DickensWindows: UsbDk: Use a better macro for getting context
2018-01-07 Chris DickensWindows: UsbDk: Fix spelling of InterruptTransferType...
2018-01-07 Chris DickensWindows: UsbDk: Fix some strange type-casting
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-05-17 Sameeh JubranAlign error code handling with WinUsb
2016-05-30 Chris DickensMisc: Fix usbi_os_backend structure initialization
2016-01-27 Chris DickensWindows: Ensure proper cleanup when backend init()...
2016-01-27 Pete BatardWindows: Fix DDK compilation
2016-01-27 Chris DickensWindows: Fix compilation warnings when logging is disabled
2016-01-27 Chris DickensWindows (usbdk): Remove unnecessary bookkeeping
2016-01-27 Chris DickensWindows (usbdk): Remove unnecessary/unused structure
2016-01-27 Chris DickensWindows: Source file cleanup
2016-01-27 Dmitry Fleytmanusbdk: Introduce usbdk backend