summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusbx-1.0.15v1.0.15Pete Batard2013-04-153-5/+5
* Samples: Fix timeout error on FX3 and logging improvements for fxloadPete Batard2013-04-144-19/+74
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-115-12/+13
* WinCE: Add internal build script for WinCE binariesToby Gray2013-04-114-3/+98
* WinCE: Fix x86 build on Visual Studio 2005Toby Gray2013-04-115-1/+9
* libusbx 1.0.15-rc3v1.0.15-rc3Pete Batard2013-04-043-6/+6
* OS X: Don't try to work around buggy devices with bInterval = 0 on isochronou...Nathan Hjelm2013-04-042-7/+2
* Core: fix bug in libusb_has_capability()Ludovic Rousseau2013-04-042-3/+3
* libusbx 1.0.15-rc2v1.0.15-rc2Pete Batard2013-04-033-3/+4
* OS X: Don't assume an interval of 1Nathan Hjelm2013-04-032-10/+18
* WinCE: Fix missing sources from dist tarballToby Gray2013-04-032-2/+4
* libusbx 1.0.15-rc1v1.0.15-rc1Pete Batard2013-04-025-5/+20
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-0210-19/+44
* Windows: Fix USB descriptor creation code for HID devicesToby Gray2013-04-012-3/+2
* Samples: More fxload improvements and cleanupPete Batard2013-03-163-60/+77
* Tests: Suppress Visual Studio 2012 Code Analysis warningsPete Batard2013-03-162-3/+4
* Samples: fix compiler warningLudovic Rousseau2013-03-152-2/+2
* Samples: fxload improvements and cleanupFederico Manzan2013-03-154-43/+89
* OS X: Do not assume HS when submitting isochronous transferVegard Storheil Eriksen2013-03-122-2/+5
* OS X: Use kCFNumberSInt32Type when reading device location from the IO registryNathan Hjelm2013-03-122-5/+7
* Windows: Fix multiple warningsPete Batard2013-03-125-8/+16
* Samples: Add FX3 firmware upload support for fxloadFederico Manzan2013-03-104-7/+114
* Linux: Consume all events on a fd in one goHans de Goede2013-03-102-2/+4
* Samples: Reinstate interface requests when querying WCID devicesPete Batard2013-03-052-5/+6
* WinCE: Post integration cleanupPete Batard2013-03-0310-35/+24
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-2714-52/+25
* Tests: Fix broken OS-X and Linux buildsXiaofan Chen2013-02-242-3/+3
* WinCE: Don't confirm protocol stalls with device in wince_transfer_callback()Simon Haggett2013-02-222-13/+13
* Tests: Simplify stdout redirection and fix Windows assertion error on cleanupPete Batard2013-02-223-36/+45
* Windows: Don't duplicate paths for HID interfacesPete Batard2013-02-212-3/+7
* Windows: Fix broken WDK compilationPete Batard2013-02-182-1/+4
* Windows: fix compiler warningLudovic Rousseau2013-02-182-2/+2
* Windows: fix compiler warningLudovic Rousseau2013-02-182-2/+3
* Windows: fix compiler warningLudovic Rousseau2013-02-182-2/+2
* Windows: fix compiler warningsLudovic Rousseau2013-02-182-4/+4
* Windows: remove useless extern declarationLudovic Rousseau2013-02-182-3/+1
* Windows: fix compiler warningsLudovic Rousseau2013-02-182-4/+4
* Windows: remove unused functionLudovic Rousseau2013-02-182-15/+1
* Windows: fix compiler warningsLudovic Rousseau2013-02-182-6/+6
* Examples: Fix compiler warningLudovic Rousseau2013-02-152-2/+2
* Core: Fix compiler warningLudovic Rousseau2013-02-152-2/+2
* Use "" instead of <> for internal includesSean McBride2013-02-156-7/+7
* Windows: Update transferred data on timeout or cancel.Toby Gray2013-02-142-3/+7
* Linux: Don't set the USBFS_URB_SHORT_NOT_OK flag on the last urbHans de Goede2013-02-142-2/+2
* Windows: Improve error reporting in winusbx_claim_interface()Pete Batard2013-02-022-7/+8
* Windows: Fixed bug in interface autoclaimBenjamin Dobell2013-02-023-3/+4
* Core: Fix warning implicit conversion changes signednessLudovic Rousseau2013-01-292-5/+6
* Core: Don't wait for completion if cancel_transfer failedZoltán Kovács2013-01-293-9/+12
* Windows: Display error code in default case of windows_transfer_callbackPete Batard2013-01-282-2/+2
* WinCE: Add support for WinCE (Solution files)Toby Gray2013-01-2310-4/+6037