Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / poll_windows.c
2020-01-22 Chris DickensWindows: Improve poll abstraction
2020-01-22 Chris DickensWindows: Fix some MinGW build warnings and printf forma...
2019-10-31 Frank Liwindows: workaround WaitForMultipleObjects max 64 event...
2019-08-22 winterraceUpdate poll_windows.c
2019-08-22 winterraceFix NULL pointer dereference crashes
2019-08-09 Frank Liwindows: remove total fds (256) limitations
2019-07-08 Josh Gaowindows: fix return type of usbi_{inc,dec}_fds_ref.
2019-04-05 Frank Lifix windows crash when multi-thread do sync transfer
2018-03-12 Chris DickensWindows: Restructure DDK/MSVC project files
2018-02-24 Patrick StewartWindows: Fix race condition between submit and handle...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2016-01-07 Chris DickensWindows: Fix printf format specifiers in poll_windows.c
2016-01-06 Tobias KlauserMisc: Spelling fixes
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-08-07 Simon HaggettWindows: fd_to_winfd() shouldn't treat fd 0 as invalid
2013-04-11 Toby GrayWindows: Correctly clear backend transfer private infor...
2013-03-12 Pete BatardWindows: Fix multiple warnings
2013-03-03 Pete BatardWinCE: Post integration cleanup
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-18 Ludovic RousseauWindows: remove unused function
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-11 Pete BatardWindows: Remove #define options and use same set of...
2012-04-10 Pete BatardWindows: misc improvements
2012-04-09 Pete BatardWindows: Fix support for variadic macros
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2011-07-24 Pete BatardWindows: Make cancel_io() in poll_windows.c static
2011-06-13 Pete BatardWindows: Don't leak pipe fds
2011-06-13 Pete BatardWindows: explicit use of ANSI or WideChar calls
2011-06-13 Pete BatardWindows: Rename various variables named "index" to...
2010-08-07 Pete BatardWindows: DuplicateHandle failure is not a warning
2010-07-28 Pete BatardAdd Windows support