summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* 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
* libusb_pollfd() now returns an error on Windowsr215Pete Batard2010-03-181-0/+6
* 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