summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops - removed cancel_io emulation debugr221Pete Batard2010-03-191-1/+0
* further simplification of pipe and other improvementsr220Graeme Gill2010-03-192-74/+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
* minor edits and changes (INSTALL_WIN, 2008 sln)Pete Batard2010-03-192-14/+17
* README_MSVC.txt -> INSTALL_WIN.txtr216Pete Batard2010-03-191-0/+67
* renamed 2005 and 2008 MSVC solution filesPete Batard2010-03-1910-31/+6
* libusb_pollfd() now returns an error on Windowsr215Pete Batard2010-03-181-0/+6
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-184-216/+216
* 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 2005 vcproj file (Martin Kaiser)r210Pete Batard2010-03-171-3/+3
* 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
* fixed build error with DDK 6001r202Pete Batard2010-03-091-1/+1
* _stdcall calling convention for VS2005 DLL project filesr201Pete Batard2010-03-084-12/+4
* xusb improvements (parameters checks)r200Pete Batard2010-03-081-47/+81
* fix libtool issue when building shared libs with Chinese localer199Pete Batard2010-03-081-0/+6
* removed unneeded versioning/options from autotool scriptsr198Pete Batard2010-03-062-10/+1
* moved libusb-1.0.rc to libusb/ (where the .def is located)Pete Batard2010-03-066-7/+4
* removed resource.hPete Batard2010-03-063-27/+2
* added .rc info to DLLs produced with MinGW/cygwinr197Pete Batard2010-03-052-1/+5
* revert debug changes from previous commitr196Pete Batard2010-03-051-3/+3
* remove "-0" suffix for MinGW/cygwin generated DLLsr195Pete Batard2010-03-051-5/+5
* 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-034-11/+12
* removed unneeded CMAPI definitionr190Pete Batard2010-03-031-5/+5
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-038-11/+19
* dynamically load Cfgmgr32.dll exports (Graeme Gill)r188Pete Batard2010-03-032-54/+51
* changed calling convention to __stdcall (VS2008)Pete Batard2010-03-034-10/+26
* added msvc/config.h inclusion error for MinGW/cygwinr187Pete Batard2010-03-031-0/+5
* 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-0214-23/+23
* 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