summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
Commit message (Expand)AuthorAgeFilesLines
* windows: remove total fds (256) limitationsFrank Li2019-08-091-12/+51
* 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-10/+53
* Windows: Restructure DDK/MSVC project filesChris Dickens2018-03-121-1/+1
* Windows: Fix race condition between submit and handle eventsPatrick Stewart2018-02-231-2/+2
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-061-570/+206
* Windows: Fix printf format specifiers in poll_windows.cChris Dickens2016-01-061-5/+5
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* Misc: Remove unnecessary \n from log messagesMatthias Bolte2015-04-281-1/+1
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-0/+2
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-2/+2
* Windows: fd_to_winfd() shouldn't treat fd 0 as invalidSimon Haggett2013-08-081-1/+1
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-111-2/+3
* Windows: Fix multiple warningsPete Batard2013-03-121-2/+5
* WinCE: Post integration cleanupPete Batard2013-03-031-10/+5
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-1/+1
* Windows: remove unused functionLudovic Rousseau2013-02-181-14/+0
* Windows: fix compiler warningsLudovic Rousseau2013-02-181-5/+5
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-81/+75
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-2/+4
* 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-94/+0
* Windows: misc improvementsPete Batard2012-04-101-4/+4
* Windows: Fix support for variadic macrosPete Batard2012-04-091-2/+2
* Misc: Rebrand to libusbxPete Batard2012-04-031-3/+3
* Windows: Make cancel_io() in poll_windows.c staticPete Batard2011-07-241-1/+1
* Windows: Don't leak pipe fdsPete Batard2011-06-131-35/+14
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-131-1/+1
* Windows: Rename various variables named "index" to avoid shadow warningsPete Batard2011-06-131-70/+70
* Windows: DuplicateHandle failure is not a warningPete Batard2010-08-061-1/+1
* Add Windows supportPete Batard2010-07-271-0/+860