summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* reverted to using a (generated) .def file for DLL exportspbr291Pete Batard2010-08-021-2/+1
* minor improvementsPete Batard2010-08-022-14/+14
* fixed bad cleanup in winusb_release_interface()pbr290Pete Batard2010-08-011-2/+3
* fixed mishandling of null terminators in safe_strncpy()Pete Batard2010-08-011-1/+1
* fixed bad string duplication for WinUSB pathspbr289Pete Batard2010-07-311-2/+2
* fix missing linefeeds at the end of windows_usb.c/hPete Batard2010-07-292-2/+2
* fixed -Wshadow compilation errors when using cygwinPete Batard2010-07-294-31/+23
* fixed residuals from official for DarwinPete Batard2010-07-291-0/+5
* Darwin: handle kIOReturnUnderrunpbr284Hoi-Ho Chan2010-07-291-1/+3
* Darwin: write iso transfer details into correct packetsHoi-Ho Chan2010-07-291-1/+1
* Darwin: fix interface object leakNathan Hjelm2010-07-291-1/+4
* Darwin: clean up some debug messagesNathan Hjelm2010-07-291-3/+3
* Darwin: Don't open devices during scan unless we have to unsuspendNathan Hjelm2010-07-291-6/+10
* Linux: Handle early complete of multi-URB transferPeter Stuge2010-07-291-5/+13
* Linux: Fix log message commitDaniel Drake2010-07-291-2/+3
* Linux: fix log message that was being unconditionally sent to stderr (#44)Daniel Drake2010-07-291-4/+3
* fixed string indexes being ignored by HIDPete Batard2010-06-142-29/+39
* additional HID error messagespbr281Pete Batard2010-05-241-5/+9
* improved auto-release with support for concurrent auto-claimPete Batard2010-05-242-70/+127
* added auto-release to autoclaimpbr280Pete Batard2010-05-242-3/+24
* use LIBUSB_DEVADDR_MAX for HCDspbr279Pete Batard2010-05-211-5/+6
* additional warning fixes & clarification for DDK's OACR/PrefastPete Batard2010-05-212-0/+7
* re-enabled autoclaim + fixed autoclaim related ifdefsPete Batard2010-05-211-3/+3
* changed the DuplicateHandle failure from warning to debugPete Batard2010-05-211-1/+1
* removed DDK timeval redefinitions - include winsock insteadpbr278Pete Batard2010-05-181-21/+4
* fixed remaining warnings due to autoclaim removalpbr277Pete Batard2010-05-171-0/+4
* moved static modifier from thread_posix.h to core.cpbr276Pete Batard2010-05-111-1/+1
* disabled autoclaim in windows_usb.c and removed its use in xusb.cr275Pete Batard2010-05-051-1/+1
* fixed issue with composite using HID keyboard on interface 0r272Pete Batard2010-04-272-18/+40
* Linux: don't set SHORT_NOT_OK on bulk out URBs (#20r270Daniel Drake2010-04-241-9/+18
* general whitespace cleanupMichael Plante2010-04-246-37/+37
* 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-202-4/+8
* restore builds of DLLs from the DDKr264Pete Batard2010-04-191-3/+3
* removed need for .def file, added LIBUSB_EXPr263Michael Plante2010-04-191-2/+1
* improved windows_assign_endpoints (debug msg + error codes)r262Pete Batard2010-04-191-16/+30
* 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
* [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
* fixed HID bulk/interrupt transfers for report IDsr251Pete Batard2010-04-152-94/+104
* fixed handing of HID reports when report IDs are in user249Pete Batard2010-04-121-71/+104
* workaround for MS's HidD_GetFeature bug with report IDsPete Batard2010-04-081-4/+21
* more default context init fixesr245Michael Plante2010-04-071-1/+1
* Linux: Fix endianness handling of usbfs config descriptors (#27)Martin Koegler2010-04-071-2/+2
* Added missing Feature Report descriptor featurer240Michael Plante2010-04-061-3/+21