summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
Commit message (Expand)AuthorAgeFilesLines
* fixed loss of pipe events (reported by Travis Robinson)r223_Pete Batard2010-03-201-3/+11
* fixes potential race condition in poll, with pipe fdsr222Pete Batard2010-03-191-0/+2
* oops - removed cancel_io emulation debugr221Pete Batard2010-03-191-1/+0
* further simplification of pipe and other improvementsr220Graeme Gill2010-03-191-70/+33
* added MinGW-w64 supportr219Pete Batard2010-03-191-1/+1
* fixed non duplicated overlapped event in usbi_pipe()r218Pete Batard2010-03-191-3/+10
* fixed "unable to cancel I/O" message on pipe closure (XP)r217Pete Batard2010-03-191-7/+8
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-181-16/+16
* simplified pipe/read/write by using a signaling event onlyr212Pete Batard2010-03-181-225/+57
* readability improvements in poll_windows.cr211Pete Batard2010-03-171-5/+6
* fixed problems with previous fixr209Pete Batard2010-03-171-8/+22
* fixed use of original_handle in lieu of handle (Graeme Gill)r208Pete Batard2010-03-151-3/+3
* added partial CancelIoEx emulation for XP and earlierr207Pete Batard2010-03-151-3/+30
* remove buggy "completed_synchronously" flag (Graeme Gill)r205Pete Batard2010-03-121-3/+2
* moved usbi_fd_notification call after usbi_add_pollfdr203Pete Batard2010-03-101-14/+1
* better fix for poll_dbg and MSVC6r186Pete Batard2010-03-021-44/+28
* removed poll_dbg to keep MSVC6 users happyr185Pete Batard2010-03-021-22/+44
* fixed cygwin warning with poll_dbgr184Pete Batard2010-03-021-1/+1
* renamed windows_compat to poll_windowsPete Batard2010-03-021-0/+1014