summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | also added warning when CancelIo tries to cancel I/O started from another thread
* 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
| | | | | setting this flag in windows_usb.c could be missed by poll use the overlapped.Internal status instead
* 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
| | | | also keeps default calling convention for non DLL project files with VS2008
* 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
| | | | | This patch modifies the ltmain.sh (and therefore libtool) scripts to force the locale to C, even if not defined.
* 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
| | | | | See "7.2 Libtool's versioning system" and "4.2 Link mode" of the GNU libtool documentation.
* 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
| | | | | call usbi_fd_notification on new fd also improves DYNAMIC_FDS option
* poll fd notification improvements (core)Pete Batard2010-03-021-30/+45
| | | | factorized code from libusb_open into new function usbi_fd_notification
* use usbi logging facility in poll layerPete Batard2010-03-011-45/+39
|
* reattach driver when detached in xusb (Xiaofan Chen)r183Pete Batard2010-03-011-0/+11
|
* xusb improvements for HID test: int. vs bulk (Xiaofan Chen)r182Pete Batard2010-03-011-2/+2
|
* xusb improvements and fixesr181Pete Batard2010-02-281-12/+24
|
* 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
| | | | also added mutex release in libusb_unref_device
* 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
| | | | when DYNAMIC_FDS is enabled, poll returns with EINTR when fds are modified
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-246-7/+7
|
* exclude dpfp_threaded if pthread is not available (MinGW)r174Pete Batard2010-02-241-1/+8
|
* includes simplification and cleanup (os)r173Pete Batard2010-02-243-6/+3
|
* includes simplification and cleanup (core)Pete Batard2010-02-248-18/+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
| | | | This applies to read/write/close/poll/pipe -> unistd_posix.h