summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.h
Commit message (Expand)AuthorAgeFilesLines
* core: Introduce platform events abstractionChris Dickens2020-08-121-49/+0
* Windows: Use I/O completion ports for transfersChris Dickens2020-08-101-11/+0
* core: Switch usbi_transfer to store timeout as timespecChris Dickens2020-03-051-15/+0
* Windows: Refactoring to consolidate and simplify common codeChris Dickens2020-02-071-7/+0
* core: Convert internal macros to static inline functionsChris Dickens2020-01-251-16/+9
* configure.ac: Cleanup and refactoringChris Dickens2020-01-241-1/+3
* Misc: Trim and consolidate header file usageChris Dickens2020-01-241-27/+23
* Windows: Improve poll abstractionChris Dickens2020-01-221-3/+0
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-4/+0
* windows: remove total fds (256) limitationsFrank Li2019-08-091-2/+0
* windows: fix return type of usbi_{inc,dec}_fds_ref.Josh Gao2019-07-071-2/+2
* fix windows crash when multi-thread do sync transferFrank Li2019-04-041-0/+3
* Windows: Enable dynamic selection between WinUSB and UsbDk backendsChris Dickens2018-01-081-15/+0
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-061-28/+9
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-181-6/+12
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-111-1/+1
* WinCE: Post integration cleanupPete Batard2013-03-031-1/+2
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-1/+11
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Windows: Remove #define options and use same set of defaultsPete Batard2012-04-111-5/+0
* Windows: misc improvementsPete Batard2012-04-101-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-2/+1
* Windows: Fix undefined datatype 'LONG_PTR' in MSVC6Pete Batard2012-02-081-1/+1
* Windows: Don't leak pipe fdsPete Batard2011-06-131-4/+6
* configure.ac: Check for poll.h, and for nfds_t on DarwinPeter Stuge2011-06-131-2/+0
* Add Windows supportPete Batard2010-07-271-0/+120