summaryrefslogtreecommitdiff
path: root/libusb/os/windows_common.h
Commit message (Expand)AuthorAgeFilesLines
* windows: Add USBD_STATUS_STALL_PID to usbd_status translationZeng Guang2023-03-121-0/+1
* windows: Add option for WinUSB RAW_IO endpoint policyMartin Ling2023-01-201-0/+1
* windows: Allow claiming all interfaces for a WINUSBX composite functionRyan Metcalfe2023-01-191-0/+7
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-181-1/+2
* winusb: Check for ClassGuid changes on re-enumerationTormod Volden2021-06-101-0/+1
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusbPatrick Stewart2021-06-071-0/+7
* Windows: Filter out non-libusb I/O completionsChris Dickens2021-01-151-3/+19
* Windows: Cleanup header includes and definiionsChris Dickens2020-12-191-0/+2
* Windows: Restrict path for dynamic library loadingChris Dickens2020-10-201-13/+14
* build: Merge events and threads into single platform abstractionChris Dickens2020-09-121-1/+1
* Windows: Use I/O completion ports for transfersChris Dickens2020-08-101-3/+5
* Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICESebastian von Ohr2020-04-301-0/+5
* core: Narrow the types passed to certain backend functionsChris Dickens2020-04-281-5/+5
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-3/+1
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-4/+4
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-9/+4
* Windows: Refactoring to consolidate and simplify common codeChris Dickens2020-02-071-15/+43
* Windows: Fix GCC printf format warnings due to DWORD/ULONG typesChris Dickens2020-01-261-0/+17
* Windows: Drop support for Windows XPChris Dickens2020-01-211-3/+0
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-26/+244
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-14/+18
* Windows: Fix some minor style issuesChris Dickens2018-01-031-3/+3
* Windows: Remove unused safe_* macro definitionsChris Dickens2017-01-121-19/+2
* core: Remove use of gettimeofday()Chris Dickens2017-01-121-0/+2
* Windows: Move definitions for Cygwin.KIMURA Masaru2016-01-281-0/+8
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-281-35/+60
* Windows: Source file cleanupChris Dickens2016-01-261-3/+1
* Use locally defined MIN macro instead of min which is (possibly) defined in w...Tim Hutt2015-07-281-1/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Windows: Fix multiple warningsPete Batard2013-03-121-1/+1
* WinCE: Post integration cleanupPete Batard2013-03-031-0/+1
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-1/+0
* Windows: Add windows_common.h headerToby Gray2013-01-231-0/+108