summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libusb-1.0.9-rc31.0.9-rc3Peter Stuge2011-09-221-2/+2
* descriptor.c: Use size_t for minor 64 bit compliance improvementSean McBride2011-09-221-2/+2
* Darwin: Fix warnings about mismatched signed/unsigned compareSean McBride2011-09-221-2/+3
* Fix unused variable warnings when without timerfd and/or when on DarwinSean McBride2011-09-222-0/+8
* Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()Ludovic Rousseau2011-09-221-0/+3
* Windows: do not set altsetting 0 as part of libusb_release_interface()Pete Batard2011-09-221-1/+0
* Windows: fix communication with hubsPete Batard2011-09-221-4/+2
* Windows: add USB 3.0 controller supportPete Batard2011-09-221-7/+15
* Windows: add static keywords and drop duplicated or unneeded codePete Batard2011-09-221-7/+5
* Windows: fix 'windows_error_str' defined but not used when not loggingPete Batard2011-09-221-0/+2
* libusbi.h: Silence unused context variable warnings when not loggingPeter Stuge2011-09-221-2/+2
* Windows: copy DLL file regardless of ddk_build.cmd dll argument casePete Batard2011-09-221-1/+1
* Windows: Add uint32_t typedef for old MSC so that DDK can build lsusbPete Batard2011-09-221-0/+1
* Darwin: fix port leak in darwin_clock_gettime()Vitali Lovich2011-09-221-2/+16
* Darwin: remove unnecessary run loop invalidation during libusb_exit()Vitali Lovich2011-09-221-1/+0
* Darwin: fix port leak during libusb_exit()Vitali Lovich2011-09-221-0/+1
* Darwin: fix potential leak on libusb_claim_interface() errorVitali Lovich2011-09-221-3/+4
* Darwin: Fix #117 transfer size 64/32 bit issue for transfer callbacksNathan Hjelm2011-09-221-2/+4
* Remove username from SF FRS rsync upload commandPeter Stuge2011-09-221-1/+1
* Support release candidate versions in configure.ac and libusb-1.0.rcPeter Stuge2011-09-223-3/+11
* Tidy .gitignore a littlePeter Stuge2011-09-221-4/+1
* Docs: Clarify that libusb_handle_events_timeout() tv param can't be NULLHans de Goede2011-09-221-9/+9
* Makefile.am: Do not remove ChangeLog on make distclean, fixes #116Peter Stuge2011-09-221-1/+2
* Darwin: Reduce race likelihood between cancellation and device disconnectVitali Lovich2011-09-221-0/+7
* Document that libusb_get_device_list() can return any libusb_error codePeter Stuge2011-09-221-2/+2
* Linux: Fix #81 URB double free race condition on device disconnectPete Batard2011-09-221-2/+9
* Add libusb_error_name() API functionPeter Stuge2011-09-223-0/+52
* Add libusb_has_capability() API functionPeter Stuge2011-09-223-0/+30
* Fix typos in introductory documentationSebastian Pipping2011-09-221-2/+2
* Linux: Add libusb_open() debug and error messages with the device pathPekka Nikander2011-09-221-0/+3
* Add debug message with libusb_open() error codePekka Nikander2011-09-221-0/+1
* Document libusb_handle_events_completed() and _timeout_completed()Hans de Goede2011-09-221-6/+89
* Fix #56 race condition causing delayed completion of sync transfersGraeme Gill2011-09-224-9/+39
* Darwin: Use a condition to signal async thread ready in libusb_init()Nathan Hjelm2011-09-221-4/+16
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-2213-206/+206
* Darwin: fix libusb_get_device_list() and libusb_claim_interface() leaksNathan Hjelm2011-09-221-4/+5
* Darwin: use kIOMasterPortDefault instead of creating a master portNathan Hjelm2011-09-221-19/+2
* Allow devices with zero configurations to be discoveredPeter Stuge2011-09-151-4/+2
* Linux: Continue enumeration even if one device returns an errorPeter Stuge2011-09-151-15/+21
* Linux: Handle single- and two-digit kernel versions like 3.0 and 4Hans de Goede2011-09-151-13/+21
* Windows: Provide libusb_get_device_speed() dataPete Batard2011-09-152-9/+19
* Darwin: Provide libusb_get_device_speed() dataTrygve Laugstøl2011-09-151-0/+11
* Linux: Provide libusb_get_device_speed() data from sysfsHans de Goede2011-09-151-1/+15
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-154-0/+36
* Darwin: Improve device enumeration performanceNathan Hjelm2011-09-131-62/+160
* Linux: Use __read_sysfs_attr() to get busnum and devaddrHans de Goede2011-07-241-39/+6
* Linux: Add __read_sysfs_attr() helper functionHans de Goede2011-07-241-0/+35
* Linux: Stop kernel from re-attaching in-kernel driver after resetHans de Goede2011-07-241-5/+35
* Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)Hans de Goede2011-07-241-3/+3
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-243-4/+6