summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-183-194/+194
* removed trailing whitespaces (core)Peter Stuge2010-03-186-22/+22
* fixed missing mutex for transfer access (Graeme Gill)r213Pete Batard2010-03-181-0/+2
* simplified pipe/read/write by using a signaling event onlyr212Pete Batard2010-03-181-225/+57
* readability improvements in poll_windows.cr211Pete Batard2010-03-171-5/+6
* fixed typos in windows_usb.c (Graeme Gill)Pete Batard2010-03-171-2/+2
* fixed problems with previous fixr209Pete Batard2010-03-171-8/+22
* fixed use of original_handle in lieu of handle (Graeme Gill)r208Pete Batard2010-03-151-3/+3
* added partial CancelIoEx emulation for XP and earlierr207Pete Batard2010-03-152-10/+40
* fixed NTSTATUS issue with MinGW (Xiaofan Chen)r206Pete Batard2010-03-141-1/+1
* remove buggy "completed_synchronously" flag (Graeme Gill)r205Pete Batard2010-03-123-10/+15
* fixed continuous polling during timeout (Graeme Gill)r204Pete Batard2010-03-111-1/+3
* moved usbi_fd_notification call after usbi_add_pollfdr203Pete Batard2010-03-104-24/+22
* moved libusb-1.0.rc to libusb/ (where the .def is located)Pete Batard2010-03-062-1/+121
* added .rc info to DLLs produced with MinGW/cygwinr197Pete Batard2010-03-051-1/+3
* 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
* removed unneeded CMAPI definitionr190Pete Batard2010-03-031-5/+5
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-035-10/+10
* dynamically load Cfgmgr32.dll exports (Graeme Gill)r188Pete Batard2010-03-032-54/+51
* better fix for poll_dbg and MSVC6r186Pete Batard2010-03-021-44/+28
* removed poll_dbg to keep MSVC6 users happyr185Pete Batard2010-03-021-22/+44
* fixed cygwin warning with poll_dbgr184Pete Batard2010-03-021-1/+1
* renamed windows_compat to poll_windowsPete Batard2010-03-026-9/+9
* renamed unistd_posix.h to poll_posix.hPete Batard2010-03-024-4/+4
* fixed MinGW warningsPete Batard2010-03-022-2/+1
* poll fd notification improvements (windows poll layer)Pete Batard2010-03-023-32/+82
* poll fd notification improvements (core)Pete Batard2010-03-021-30/+45
* use usbi logging facility in poll layerPete Batard2010-03-011-45/+39
* fixed issue with DYNAMIC_FDS (Jere Knaappila)r180Pete Batard2010-02-261-1/+1
* fixed a typo in usbi_mutex_unlockr179Pete Batard2010-02-262-1/+2
* fixed missing brackets that prevented DYNAMIC_FDS from working properlyr178Pete Batard2010-02-251-6/+7
* fixed small issue when HID get feature is not availabler177Pete Batard2010-02-251-1/+3
* added nonbuffered stdio logging option in compatibility layerr176Pete Batard2010-02-251-0/+8
* added fd detection update option in usbi_poll()Pete Batard2010-02-251-6/+57
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-246-7/+7
* includes simplification and cleanup (os)r173Pete Batard2010-02-243-6/+3
* includes simplification and cleanup (core)Pete Batard2010-02-246-15/+7
* renamed _libusb_ unistd calls to usbi_r172Pete Batard2010-02-246-72/+72
* added unistd_posix.hr171Pete Batard2010-02-241-0/+12
* moved standard calls redefinitions into a separate .hPete Batard2010-02-243-17/+5
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-2415-333/+684
* improved HID feature reportsr168Pete Batard2010-02-222-28/+54
* updated copyright notice and credits in sourcer167Pete Batard2010-02-204-6/+8
* 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
* revert r102/f0d352: handle_timeouts() CORE modificationr163Pete Batard2010-02-181-56/+4