Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / threads_windows.c
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2018-01-04 Chris DickensWindows: Further improve thread abstraction
2018-01-04 Chris DickensWindows: Improve locking in threading abstraction
2016-02-24 Chris Dickenscore: Remove POSIX threads influence from synchronizati...
2016-02-24 Chris DickensMisc: Remove unused definitions for usbi_cond_signal()
2016-01-30 Chris DickensWindows: Fix style issues in threading code
2015-09-29 Chris Dickenscore: Prevent attempts to recursively hande events
2014-11-13 Pete BatardWindows: Silence VS2013 code analysis warnings
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-03-03 Pete BatardWinCE: Post integration cleanup
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2012-08-03 Orin EmanCore: NULL list pointers on deletion
2012-07-17 Simon HaggettWindows: usbi_cond_destroy() should free handles create...
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-05-06 Peter StugeCore: Add a timestamping and thread ID to logging
2012-04-10 Pete BatardWindows: misc improvements
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-28 Pete BatardWindows: fix Clang warnings about unused assignations
2010-07-28 Pete BatardAdd Windows support