summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* small improvements to ddk_build.cmdr229Pete Batard2010-03-271-5/+5
* configure.ac improvements (threads detection, AC_INIT)r228Pete Batard2010-03-261-2/+4
* 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-233-9/+9
* 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-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