summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.h
Commit message (Expand)AuthorAgeFilesLines
* 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