summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
Commit message (Expand)AuthorAgeFilesLines
* restrict scope of previous workaround and return error when possiblePete Batard2010-08-171-3/+6
* only apply previous workaround for 32 bit buildspbr295Pete Batard2010-08-161-0/+5
* added Workaround for MinGW-w64 multilib bugPete Batard2010-08-151-2/+12
* fixed -Wshadow compilation errors when using cygwinPete Batard2010-07-291-13/+7
* additional warning fixes & clarification for DDK's OACR/PrefastPete Batard2010-05-211-0/+6
* changed the DuplicateHandle failure from warning to debugPete Batard2010-05-211-1/+1
* fixed double freeing of fds (reported by Travis Robinson)r224Pete Batard2010-03-221-6/+6
* 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