summaryrefslogtreecommitdiff
path: root/libusb/os/threads_windows.c
Commit message (Expand)AuthorAgeFilesLines
* core: Simplify thread abstractions and add debug checksChris Dickens2020-09-131-2/+2
* core: Convert internal macros to static inline functionsChris Dickens2020-01-251-2/+0
* Misc: Trim and consolidate header file usageChris Dickens2020-01-241-4/+2
* Windows: Drop support for Windows XPChris Dickens2020-01-211-86/+10
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-6/+0
* Windows: Further improve thread abstractionChris Dickens2018-01-041-101/+21
* Windows: Improve locking in threading abstractionChris Dickens2018-01-031-85/+32
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-241-39/+11
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-241-19/+0
* Windows: Fix style issues in threading codeChris Dickens2016-01-301-97/+167
* core: Prevent attempts to recursively hande eventsChris Dickens2015-09-281-0/+22
* Windows: Silence VS2013 code analysis warningsPete Batard2014-11-131-1/+2
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-0/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* WinCE: Post integration cleanupPete Batard2013-03-031-13/+2
* Windows: fix compiler warningLudovic Rousseau2013-02-181-1/+1
* Windows: fix compiler warningLudovic Rousseau2013-02-181-1/+2
* Windows: Simplify poll_windows and add provisions for WinCEToby Gray2013-01-231-1/+12
* Core: NULL list pointers on deletionOrin Eman2012-08-031-5/+3
* Windows: usbi_cond_destroy() should free handles created by usbi_cond_intwait().Simon Haggett2012-07-171-0/+1
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-0/+2
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-061-0/+4
* Windows: misc improvementsPete Batard2012-04-101-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-3/+2
* Windows: fix Clang warnings about unused assignationsPete Batard2012-03-281-1/+0
* Add Windows supportPete Batard2010-07-271-0/+208