summaryrefslogtreecommitdiff
path: root/libusb/os/windows_common.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICESebastian von Ohr2020-04-301-0/+1
* core: Narrow the types passed to certain backend functionsChris Dickens2020-04-281-5/+7
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-8/+0
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-4/+4
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-7/+3
* build: Enable additional build errors and warningsChris Dickens2020-03-301-2/+3
* core: Fix return value of usbi_clock_gettime()Chris Dickens2020-03-161-5/+9
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-2/+7
* Windows: Fix some harmless build warningsChris Dickens2020-03-091-2/+2
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-29/+24
* Windows: Refactoring to consolidate and simplify common codeChris Dickens2020-02-071-94/+174
* Windows: Fix GCC printf format warnings due to DWORD/ULONG typesChris Dickens2020-01-261-5/+8
* configure.ac: Cleanup and refactoringChris Dickens2020-01-241-2/+2
* Misc: Cleanup across multiple backendsChris Dickens2020-01-241-7/+1
* Windows: Kill the dedicated thread for monotonic clock_gettime()Chris Dickens2020-01-221-195/+18
* Windows: Fix some MinGW build warnings and printf format specifiersChris Dickens2020-01-211-7/+7
* Windows: Drop support for Windows XPChris Dickens2020-01-211-15/+1
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-0/+1012