summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* Linux: Handle failure to read active configuration during enumerationr269Daniel Drake2010-04-211-3/+10
* Darwin: don't reuse cached descriptors during enumerationNathan Hjelm2010-04-211-31/+31
* residuals from previous merger267Pete Batard2010-04-201-3/+0
* merged official 1.0.6 -> 1.0.7 release changesPete Batard2010-04-203-4/+15
* restore builds of DLLs from the DDKr264Pete Batard2010-04-191-3/+3
* removed need for .def file, added LIBUSB_EXPr263Michael Plante2010-04-193-117/+64
* improved windows_assign_endpoints (debug msg + error codes)r262Pete Batard2010-04-191-16/+30
* [INTERNAL - NOT FOR RELEASE] added libusb-1.0.rc generated filer261Peter Stuge2010-04-181-0/+109
* configure creates libusb-1.0.rc to not duplicate the version numberPeter Stuge2010-04-181-15/+4
* removed unneeded (and problematic) _WINDOWS_ referencer259Michael Plante2010-04-181-1/+1
* removed calling convention modifier for inlines (resid)r258Michael Plante2010-04-181-2/+2
* updated documentation for unsupported darwin/Windows callsr257Pete Batard2010-04-171-2/+7
* fixed function brace consistency in windows_usb.cPete Batard2010-04-171-2/+4
* revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467Pete Batard2010-04-172-9/+7
* DDK build (sources) advapi32.lib dependencyPete Batard2010-04-161-1/+0
* removed calling convention modifier for inlinesr255Pete Batard2010-04-161-10/+10
* [INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL)Pete Batard2010-04-162-0/+3
* LIBUSB_SUCCESS on attach/detach for darwin & Windowsr253Pete Batard2010-04-152-7/+9
* darwin whitespacesPete Batard2010-04-151-32/+32
* more explicit toggable debug optionsMichael Plante2010-04-151-0/+1
* added missing LIBUSB_API for transfer_cb function callsMichael Plante2010-04-152-3/+3
* fixed HID bulk/interrupt transfers for report IDsr251Pete Batard2010-04-152-94/+104
* set default calling convention for Windows platform (core)Pete Batard2010-04-135-123/+131
* fixed the use of internal OS_WINDOWS in general file libusb.hPete Batard2010-04-131-1/+1
* fixed handing of HID reports when report IDs are in user249Pete Batard2010-04-121-71/+104
* added missing LOG_LEVEL_DEBUG filter for toggable debug (core)Pete Batard2010-04-081-0/+2
* workaround for MS's HidD_GetFeature bug with report IDsPete Batard2010-04-081-4/+21
* more default context init fixesr245Michael Plante2010-04-072-2/+3
* Linux: Fix endianness handling of usbfs config descriptors (#27)Martin Koegler2010-04-071-2/+2
* fixed default context issue introduced from previous patchr244Pete Batard2010-04-072-1/+2
* added toggable debug logging (core)Pete Batard2010-04-062-5/+11
* Added missing Feature Report descriptor featurer240Michael Plante2010-04-061-3/+21
* revert reordering of headers to simplify integrationr239Michael Plante2010-04-031-1/+1
* removed unneeded ssize_t MSVC redefinition from corer237Pete Batard2010-04-022-17/+0
* updated other files to match 1.0.7 releaser235Michael Plante2010-04-021-2/+2
* removed unnecessary failure during init on USB API errorr234Pete Batard2010-04-011-5/+2
* more explicit error codes on semaphore and DLL issuesr233Pete Batard2010-04-012-6/+6
* ddk_build improvements (DLL option, static lib default)r230Pete Batard2010-03-291-1/+1
* merged latest changes from officialr227Pete Batard2010-03-252-112/+56
* revert previous change as well as wchar_to_utf8 to staticr226Pete Batard2010-03-251-2/+2
* enabled reuse of windows_error_str for wdir225Pete Batard2010-03-231-1/+1
* fixed double freeing of fds (reported by Travis Robinson)r224Pete Batard2010-03-222-7/+9
* fixed loss of pipe events (reported by Travis Robinson)r223_Pete Batard2010-03-201-3/+11
* fixes potential race condition in poll, with pipe fdsr222Pete Batard2010-03-191-0/+2
* oops - removed cancel_io emulation debugr221Pete Batard2010-03-191-1/+0
* further simplification of pipe and other improvementsr220Graeme Gill2010-03-191-70/+33
* added MinGW-w64 supportr219Pete Batard2010-03-194-11/+12
* fixed non duplicated overlapped event in usbi_pipe()r218Pete Batard2010-03-191-3/+10
* made sure usbi_close() is only called for the pipe (core)Pete Batard2010-03-191-2/+2
* fixed "unable to cancel I/O" message on pipe closure (XP)r217Pete Batard2010-03-191-7/+8