summaryrefslogtreecommitdiff
path: root/libusb/os/windows_common.c
Commit message (Expand)AuthorAgeFilesLines
* windows: Silence warnings when building without loggingTormod Volden2022-09-041-0/+3
* windows: Avoid invalid dereference in debug printTormod Volden2022-09-031-2/+2
* windows: Add clock_gettime checkRosen Penev2022-06-261-0/+2
* windows: Add "or later" to debug print of Windows version 8Tormod Volden2022-03-181-0/+7
* windows: Discern Windows 11 (if manifest allows)Tormod Volden2022-03-181-1/+4
* windows: Add Windows 11 to list of defined releasesTormod Volden2022-03-181-2/+3
* core: update usbi_dbg to take the context as an argumentNathan Hjelm2021-07-211-19/+19
* [Issue-912] Lock open_devs_lock in context to avoid access violationDmitry Zakablukov2021-07-081-9/+22
* core: Refactor initialization and how the default context is handledChris Dickens2021-06-021-37/+0
* Windows: Fix HID and synchronous transfer completionChris Dickens2021-02-011-2/+5
* Windows: Filter out non-libusb I/O completionsChris Dickens2021-01-151-3/+43
* Windows: Cleanup header includes and definiionsChris Dickens2020-12-191-1/+0
* Windows: Fix a few more benign compiler warningsChris Dickens2020-11-271-1/+1
* Fix various CI build warningsChris Dickens2020-11-091-8/+6
* tests: Refactor testlib to simplify and fix Cygwin buildChris Dickens2020-11-071-1/+1
* Windows: Restrict path for dynamic library loadingChris Dickens2020-10-201-0/+29
* core: Split usbi_clock_gettime() into two separate functionsChris Dickens2020-09-131-65/+19
* core: Miscellaneous internal logging cleanupChris Dickens2020-09-131-1/+0
* Fix typos detected by codespell and manual inspectionChris Dickens2020-08-181-3/+3
* Windows: Fix I/O completion port thread behavior on errorChris Dickens2020-08-181-4/+9
* Windows: Use I/O completion ports for transfersChris Dickens2020-08-101-142/+149
* core: Introduce list iteration helpersChris Dickens2020-08-101-1/+1
* 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