source: libusb @ a8e2e7

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a8e2e7   4 months ludovic.rousseau+github Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’ Declare …
(edit) @e88ecb   4 months rogueresearch Darwin: Set a name for the background thread on Mac OS X 10.6 and later …
(edit) @60bad5   5 months stuge libusb/Makefile.am: Add libusb-1.0.rc dependency on version.h
(edit) @70bec4   5 months stuge libusb/Makefile.am: Make the libusb-1.0.rc rule support silent-rules
(edit) @fa9b68   5 months stuge configure.ac: Enable libtool support for Windows Resource language
(edit) @58c73d   5 months rogueresearch descriptor.c: Use size_t for minor 64 bit compliance improvement Fixes …
(edit) @27ec32   5 months rogueresearch Darwin: Fix warnings about mismatched signed/unsigned compare References …
(edit) @59cc79   5 months rogueresearch Fix unused variable warnings when without timerfd and/or when on Darwin …
(edit) @1cc5b4   5 months ludovic.rousseau+github Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer() …
(edit) @c55f58   5 months pete Windows: do not set altsetting 0 as part of libusb_release_interface() * …
(edit) @efd3fa   5 months pete Windows: fix communication with hubs * issue reported by René Haunstrup …
(edit) @a8d1eb   5 months pete Windows: add USB 3.0 controller support * Windows 8, NEC/Renesas, TI, …
(edit) @48a194   5 months pete Windows: add static keywords and drop duplicated or unneeded code
(edit) @af4072   5 months pete Windows: fix 'windows_error_str' defined but not used when not logging
(edit) @abc314   5 months stuge libusbi.h: Silence unused context variable warnings when not logging
(edit) @69b71c   5 months pete Windows: copy DLL file regardless of ddk_build.cmd dll argument case
(edit) @fdbac8   5 months pete Windows: Add uint32_t typedef for old MSC so that DDK can build lsusb
(edit) @c471d5   5 months vlovich Darwin: fix port leak in darwin_clock_gettime()
(edit) @477f39   5 months vlovich Darwin: remove unnecessary run loop invalidation during libusb_exit()
(edit) @f52094   5 months vlovich Darwin: fix port leak during libusb_exit()
(edit) @8a2f7b   5 months vlovich Darwin: fix potential leak on libusb_claim_interface() error
(edit) @b1ee2e   5 months hjelmn Darwin: Fix #117 transfer size 64/32 bit issue for transfer callbacks The …
(edit) @c407a2   5 months stuge Remove username from SF FRS rsync upload command
(edit) @cbc2d7   5 months stuge Support release candidate versions in configure.ac and libusb-1.0.rc
(edit) @384a52   5 months stuge Tidy .gitignore a little There's no xusb, we need a glob pattern for …
(edit) @9ad364   5 months hdegoede Docs: Clarify that libusb_handle_events_timeout() tv param can't be NULL …
(edit) @e1c06f   5 months stuge Makefile.am: Do not remove ChangeLog? on make distclean, fixes #116
(edit) @0c5bf0   5 months vlovich Darwin: Reduce race likelihood between cancellation and device disconnect …
(edit) @3e6e25   5 months stuge Document that libusb_get_device_list() can return any libusb_error code …
(edit) @737ba0   8 months pbatard Linux: Fix #81 URB double free race condition on device disconnect A …
(edit) @1b0f75   5 months stuge Add libusb_error_name() API function Until we have i18ned error messages …
(edit) @e16805   5 months stuge Add libusb_has_capability() API function Since it is currently not …
(edit) @2dc2fa   5 months sebastian Fix typos in introductory documentation
(edit) @0a8280   5 months pekkanikander Linux: Add libusb_open() debug and error messages with the device path …
(edit) @658337   5 months pekkanikander Add debug message with libusb_open() error code References #109.
(edit) @f797ec   5 months hdegoede Document libusb_handle_events_completed() and _timeout_completed() …
(edit) @669651   5 months graeme2 Fix #56 race condition causing delayed completion of sync transfers The …
(edit) @cfee54   5 months hjelmn Darwin: Use a condition to signal async thread ready in libusb_init()
(edit) @d1bd23   7 months hjelmn Fix #64 use of reserved identifiers throughout libusb
(edit) @a97762   7 months hjelmn Darwin: fix libusb_get_device_list() and libusb_claim_interface() leaks
(edit) @8723df   7 months hjelmn Darwin: use kIOMasterPortDefault instead of creating a master port
(edit) @0eb7e4   6 months stuge Allow devices with zero configurations to be discovered At least in …
(edit) @5010c3   6 months stuge Linux: Continue enumeration even if one device returns an error
(edit) @2bf884   8 months hdegoede Linux: Handle single- and two-digit kernel versions like 3.0 and 4 The …
(edit) @0288bf   11 months pbatard Windows: Provide libusb_get_device_speed() data * use (currently …
(edit) @382b7d   7 months trygvis Darwin: Provide libusb_get_device_speed() data References #45.
(edit) @44d631   12 months hdegoede Linux: Provide libusb_get_device_speed() data from sysfs References #45. …
(edit) @c8c40b   12 months hdegoede Add new API function libusb_get_device_speed() Reworked version of my …
(edit) @0db8cb   11 months hjelmn Darwin: Improve device enumeration performance The device location is …
(edit) @511ec4   12 months hdegoede Linux: Use read_sysfs_attr() to get busnum and devaddr Remove code …
(edit) @e05bbc   12 months hdegoede Linux: Add read_sysfs_attr() helper function On Linux we often need to …
(edit) @20e26d   12 months hdegoede Linux: Stop kernel from re-attaching in-kernel driver after reset When an …
(edit) @4e294d   12 months hdegoede Core: Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces) …
(edit) @a68f95   12 months hdegoede Linux: Fix warnings seen when compiling with gcc-4.6 Compiling with …
(edit) @209b5c   8 months vlovich Darwin: Fix #108 crash when a device is unplugged
(edit) @d3543e   8 months stuge libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.org …
(edit) @08bc7f   8 months stuge libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTP The old …
(edit) @3d7938   8 months stuge libusb.h: Fix LIBUSB_CLASS_PRINTER description typo References #106.
(edit) @5d0526   12 months rogueresearch Darwin: Fix #100 warning cast to pointer from integer of different size
(edit) @bb8854   8 months rogueresearch configure.ac: Fix #97 clang warning about -fgnu89-inline Remove the test …
(edit) @cb3c2e   8 months pbatard Windows: Make cancel_io() in poll_windows.c static References #97.
(edit) @6635db   8 months stuge Windows: Make upperize() in windows_usb.h static References #97.
(edit) @9479ce   11 months vlovich descriptor.c: Fix buffer read overflow caught by valgrind In …
(edit) @c775c2   11 months vlovich Clean up in-flight transfers and device handle when closing a device Any …
(edit) @742825   11 months vlovich Add recursive mutexes to threading abstraction This is necessary for the …
(edit) @8f1bc0   11 months vlovich Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flags The …
(edit) @87ba8a   11 months vlovich Linux: Detect and report that device has gone away while discarding URBs …
(edit) @2c85c3   8 months stuge libusbi.h: Add comma after last value in enum usbi_transfer_flags
(edit) @5d7be3   8 months stuge threads_posix.h: Whitespace fix
(edit) @18db48   8 months stuge libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCES
(edit) @5f30c8   7 months alan.ott Linux: Fix #70 race condition in sysfs_get_device_list() Change the way …
(edit) @40327c   12 months rogueresearch Darwin: Fix #63 error when apps use Objective-C garbage collection
(edit) @3ba2fa   2 years rogueresearch Darwin: Fix #28 clang analyzer warning about unbalanced retain/release
(edit) @b67120   2 years rogueresearch io.c: Fix clang analyzer warning about unused variable References #28.
(edit) @51af85   9 months stuge .gitignore: Add m4 subdirectory created by libtool
(edit) @c569e5   15 months rousseau Linux: Do not include useless pthread.h The code does not use threads so …
(edit) @82af9f   11 months pbatard Windows: minor code improvements * mostly warnings from VS2010's …
(edit) @7e636d   11 months pbatard Windows: prevent set_configuration request from being sent using WinUSB * …
(edit) @578c50   11 months graeme Windows: fixed default WinUSB timeout and ineffective policy settings * …
(edit) @25fa63   11 months pbatard Windows: Don't leak pipe fds use _open() and _close() rather than …
(edit) @3ccd9b   9 months stuge Windows: enumeration overhaul * uses multiple passes in a single call * …
(edit) @bb108c   9 months pbatard Windows: MS project files part 4 - MSVC6 project files Fixes #57 and #1.
(edit) @78896a   9 months pbatard Windows: MS project files part 3 - VS2005 project files References #57.
(edit) @9e5f42   9 months pbatard Windows: MS project files part 2 - WDK project files References #57.
(edit) @c1e754   9 months pbatard Windows: MS project files part 1 - support files & preliminaries * adds …
(edit) @85a14f   9 months stuge Move library version number from configure.ac to libusb/version.h This is …
(edit) @3481f5   9 months stuge Windows: Debug builds create the same .dll file name as non-debug Thanks …
(edit) @9da8cf   11 months pbatard Windows: explicit use of ANSI or WideChar? calls * This is in anticipation …
(edit) @ae675c   11 months pbatard Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependencies * …
(edit) @356e31   11 months pbatard Add .gitattributes to avoid Windows line ending issues with autocrlf
(edit) @61c120   11 months stuge Windows: Touch up FileDescription? and ProductName? resource strings
(edit) @99b4dd   11 months stuge Windows: Remove emulated direct device access via HID API Either use a …
(edit) @4be84a   11 months stuge Revert libusb_strerror() until we have i18n and l10n
(edit) @0e177f   13 months pbatard dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warning
(edit) @e65878   13 months pbatard Windows: Rename various variables named "index" to avoid shadow warnings
(edit) @019bf7   16 months pbatard Windows: Fix logic in enumeration of driver name and port number
(edit) @24494e   16 months pbatard Windows: Allow claiming any interface in composite device using WinUSB …
(edit) @9c8e65   16 months pbatard Windows: Allow arbitrary bConfigurationValue in config descriptors Unlike …
(edit) @dcd002   15 months Thomas.Roefer Darwin: Schedule isochronous transfers further in the future This is …
(edit) @e83fad   15 months Thomas.Roefer Darwin: Fix #65 memory leak in submit_iso_transfer() This was also …
Note: See TracRevisionLog for help on using the revision log.