summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
Commit message (Expand)AuthorAgeFilesLines
* misc: revert all references to libusb/libusb.infomergebackhjelmn2013-12-301-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