summaryrefslogtreecommitdiff
path: root/libusb/os/windows_nt_common.c
Commit message (Expand)AuthorAgeFilesLines
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-1011/+0
* windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICEMatthias Bolte2020-01-021-0/+1
* Windows: Fix detection of Windows 10 when manifest declares supportAxel Gembe2019-08-091-1/+2
* Add missing structure entry to avoid erroneous shift of following itemswinterrace2019-01-301-0/+1
* Windows: Fix MinGW build warnings/errorsChris Dickens2018-01-081-1/+2
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-111/+500
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-061-16/+39
* Windows: Add check for ERROR_FILE_NOT_FOUND, which means device removedChris Dickens2018-01-061-0/+4
* Windows: Improve locking in threading abstractionChris Dickens2018-01-031-1/+1
* Windows: Clean up unnecessary variable initializationChris Dickens2017-01-121-1/+1
* Windows/WinCE: Improvements to windows_error_str() functionChris Dickens2017-01-121-18/+18
* Windows: Hash table improvementsChris Dickens2017-01-121-55/+33
* core: Remove use of gettimeofday()Chris Dickens2017-01-121-5/+8
* winnt: Do not differ between cancel / timeout ourselvesHans de Goede2016-08-171-9/+7
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-241-1/+1
* Windows/WinCE: Improve the run-time dynamic linking schemeChris Dickens2016-01-281-6/+14
* Windows: Fix some minor issues in windows_nt_common.cChris Dickens2016-01-281-8/+8
* Windows: Minor improvements to windows_nt_common.cChris Dickens2016-01-271-3/+5
* Windows: Replace open-coded string alloc + copy with _strdup()Chris Dickens2016-01-271-2/+1
* Windows: Source file cleanupChris Dickens2016-01-261-376/+363
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-231-0/+616