summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-7/+5
* [INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL)Pete Batard2010-04-161-0/+2
* LIBUSB_SUCCESS on attach/detach for darwin & Windowsr253Pete Batard2010-04-151-5/+7
* fixed HID bulk/interrupt transfers for report IDsr251Pete Batard2010-04-151-91/+103
* 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
* Added missing Feature Report descriptor featurer240Michael Plante2010-04-061-3/+21
* 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-011-3/+3
* 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-221-1/+3
* added MinGW-w64 supportr219Pete Batard2010-03-191-4/+4
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-181-171/+171
* fixed missing mutex for transfer access (Graeme Gill)r213Pete Batard2010-03-181-0/+2
* fixed typos in windows_usb.c (Graeme Gill)Pete Batard2010-03-171-2/+2
* added partial CancelIoEx emulation for XP and earlierr207Pete Batard2010-03-151-7/+10
* remove buggy "completed_synchronously" flag (Graeme Gill)r205Pete Batard2010-03-121-6/+6
* moved usbi_fd_notification call after usbi_add_pollfdr203Pete Batard2010-03-101-4/+15
* fixed unref of devices that already exist (Travis Robinson)r194Pete Batard2010-03-051-2/+6
* small improvements and cleanup suggested by Graeme Gillr193Pete Batard2010-03-041-5/+8
* fixed uint64_t warnings (Graeme Gill)r192Pete Batard2010-03-041-3/+3
* more residual cleanup (Michael Plante)r191Pete Batard2010-03-031-5/+6
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-031-4/+4
* dynamically load Cfgmgr32.dll exports (Graeme Gill)r188Pete Batard2010-03-031-0/+19
* renamed windows_compat to poll_windowsPete Batard2010-03-021-1/+1
* poll fd notification improvements (windows poll layer)Pete Batard2010-03-021-4/+4
* fixed small issue when HID get feature is not availabler177Pete Batard2010-02-251-1/+3
* includes simplification and cleanup (os)r173Pete Batard2010-02-241-1/+1
* renamed _libusb_ unistd calls to usbi_r172Pete Batard2010-02-241-11/+11
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-6/+2
* improved HID feature reportsr168Pete Batard2010-02-221-28/+53
* updated copyright notice and credits in sourcer167Pete Batard2010-02-201-1/+2
* added detection of uninitialized devices on openr166Pete Batard2010-02-191-0/+6
* fixed cygwin warningr165Pete Batard2010-02-191-1/+1
* fixed improper parent when reusing device + cosmetics fixesr164Pete Batard2010-02-181-2/+6
* ERROR_SEM_TIMEOUT + FORCE_INSTANT_TIMEOUTS for cancellationr161Pete Batard2010-02-181-1/+16
* fixed HID feature reportsr160Pete Batard2010-02-171-8/+23
* improved windows_set_configurationr159Pete Batard2010-02-171-1/+5
* removed unofficial versioning from commentsr158Pete Batard2010-02-171-4/+4
* fixed aggressive transfer cancellationr157Pete Batard2010-02-171-13/+15
* revert back to call copy_transfer_data always in callbackr156Pete Batard2010-02-161-6/+1
* fixed HID interrupt transfers + HID cosmetics improvementsr155Pete Batard2010-02-161-11/+21
* fixed signed/unsigned comparison: int->size_tr153Michael Plante2010-02-121-2/+2
* moved real-time functionality out of timer thread (Michael Plante)r152Pete Batard2010-02-121-104/+96
* fix 2 timer-related bugs (unlikely)r151Michael Plante2010-02-121-4/+5
* added detection of HID report IDs for interrupt transfersr150Pete Batard2010-02-111-7/+57