Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / poll_windows.h
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-22 Chris DickensWindows: Improve poll abstraction
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
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-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2014-05-18 Pete Batardwindows: fix USB 3.0 speed detection on Windows 8 or...
2013-04-11 Toby GrayWindows: Correctly clear backend transfer private infor...
2013-03-03 Pete BatardWinCE: Post integration cleanup
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
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-03 Pete BatardMisc: Rebrand to libusbx
2012-02-08 Pete BatardWindows: Fix undefined datatype 'LONG_PTR' in MSVC6
2011-06-13 Pete BatardWindows: Don't leak pipe fds
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2010-07-28 Pete BatardAdd Windows support