platform/upstream/libusb.git
2011-10-17 Vitali LovichDarwin: fix port leak in darwin_clock_gettime()
2011-10-17 Vitali LovichDarwin: remove unnecessary run loop invalidation during...
2011-10-17 Vitali LovichDarwin: fix port leak during libusb_exit()
2011-10-17 Vitali LovichDarwin: fix potential leak on libusb_claim_interface...
2011-10-17 Nathan HjelmDarwin: Fix #117 transfer size 64/32 bit issue for...
2011-10-17 Peter StugeRemove username from SF FRS rsync upload command
2011-10-17 Peter StugeSupport release candidate versions in configure.ac...
2011-10-17 Peter StugeTidy .gitignore a little
2011-10-17 Hans de GoedeDocs: Clarify that libusb_handle_events_timeout() tv...
2011-10-17 Peter StugeMakefile.am: Do not remove ChangeLog on make distclean...
2011-10-17 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-10-17 Peter StugeDocument that libusb_get_device_list() can return any...
2011-10-17 Pete BatardLinux: Fix #81 URB double free race condition on device...
2011-10-17 Peter StugeAdd libusb_error_name() API function
2011-10-17 Peter StugeAdd libusb_has_capability() API function
2011-09-22 Sebastian PippingFix typos in introductory documentation
2011-09-22 Pekka NikanderLinux: Add libusb_open() debug and error messages with...
2011-09-22 Pekka NikanderAdd debug message with libusb_open() error code
2011-09-22 Hans de GoedeDocument libusb_handle_events_completed() and _timeout_...
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
2011-09-22 Nathan HjelmDarwin: Use a condition to signal async thread ready...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-22 Nathan HjelmDarwin: fix libusb_get_device_list() and libusb_claim_i...
2011-09-22 Nathan HjelmDarwin: use kIOMasterPortDefault instead of creating...
2011-09-15 Peter StugeAllow devices with zero configurations to be discovered
2011-09-15 Peter StugeLinux: Continue enumeration even if one device returns...
2011-09-15 Hans de GoedeLinux: Handle single- and two-digit kernel versions...
2011-09-15 Pete BatardWindows: Provide libusb_get_device_speed() data
2011-09-15 Trygve LaugstølDarwin: Provide libusb_get_device_speed() data
2011-09-15 Hans de GoedeLinux: Provide libusb_get_device_speed() data from...
2011-09-15 Hans de GoedeAdd new API function libusb_get_device_speed()
2011-09-13 Nathan HjelmDarwin: Improve device enumeration performance
2011-07-24 Hans de GoedeLinux: Use __read_sysfs_attr() to get busnum and devaddr
2011-07-24 Hans de GoedeLinux: Add __read_sysfs_attr() helper function
2011-07-24 Hans de GoedeLinux: Stop kernel from re-attaching in-kernel driver...
2011-07-24 Hans de GoedeCore: Use USB_MAXINTERFACES rather then sizeof(claimed_...
2011-07-24 Hans de GoedeLinux: Fix warnings seen when compiling with gcc-4.6
2011-07-24 Vitali LovichDarwin: Fix #108 crash when a device is unplugged
2011-07-24 Peter Stugelibusb.h: Add missing LIBUSB_CLASS_ codes currently...
2011-07-24 Peter Stugelibusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_...
2011-07-24 Peter Stugelibusb.h: Fix LIBUSB_CLASS_PRINTER description typo
2011-07-24 Sean McBrideDarwin: Fix #100 warning cast to pointer from integer...
2011-07-24 Sean McBrideconfigure.ac: Fix #97 clang warning about -fgnu89-inline
2011-07-24 Pete BatardWindows: Make cancel_io() in poll_windows.c static
2011-07-24 Peter StugeWindows: Make upperize() in windows_usb.h static
2011-07-24 Vitali Lovichdescriptor.c: Fix buffer read overflow caught by valgrind
2011-07-24 Vitali LovichClean up in-flight transfers and device handle when...
2011-07-24 Vitali LovichAdd recursive mutexes to threading abstraction
2011-07-24 Vitali LovichAdd USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED...
2011-07-24 Vitali LovichLinux: Detect and report that device has gone away...
2011-07-24 Peter Stugelibusbi.h: Add comma after last value in enum usbi_tran...
2011-07-24 Peter Stugethreads_posix.h: Whitespace fix
2011-07-24 Peter Stugelibusb/Makefile.am: Correct threading files in libusb_1...
2011-07-24 Alan OttLinux: Fix #70 race condition in sysfs_get_device_list()
2011-06-13 Sean McBrideDarwin: Fix #63 error when apps use Objective-C garbage...
2011-06-13 Sean McBrideDarwin: Fix #28 clang analyzer warning about unbalanced...
2011-06-13 Sean McBrideio.c: Fix clang analyzer warning about unused variable
2011-06-13 Peter Stuge.gitignore: Add m4 subdirectory created by libtool
2011-06-13 Ludovic RousseauLinux: Do not include useless pthread.h
2011-06-13 Pete BatardWindows: minor code improvements
2011-06-13 Pete BatardWindows: prevent set_configuration request from being...
2011-06-13 Graeme GillWindows: fixed default WinUSB timeout and ineffective...
2011-06-13 Pete BatardWindows: Don't leak pipe fds
2011-06-13 Peter StugeWindows: enumeration overhaul
2011-06-13 Pete BatardWindows: MS project files part 4 - MSVC6 project files
2011-06-13 Pete BatardWindows: MS project files part 3 - VS2005 project files
2011-06-13 Pete BatardWindows: MS project files part 2 - WDK project files
2011-06-13 Pete BatardWindows: MS project files part 1 - support files &...
2011-06-13 Peter StugeMove library version number from configure.ac to libusb...
2011-06-13 Peter StugeWindows: Debug builds create the same .dll file name...
2011-06-13 Pete BatardWindows: explicit use of ANSI or WideChar calls
2011-06-13 Pete BatardWindows: Remove SetupAPI, AdvAPI32 and OLE32 link-time...
2011-06-13 Pete BatardAdd .gitattributes to avoid Windows line ending issues...
2011-06-13 Peter StugeWindows: Touch up FileDescription and ProductName resou...
2011-06-13 Peter StugeWindows: Remove emulated direct device access via HID API
2011-06-13 Peter StugeRevert libusb_strerror() until we have i18n and l10n
2011-06-13 Pete Batarddpfp_threaded: return instead of pthread_exit() to...
2011-06-13 Pete BatardWindows: Rename various variables named "index" to...
2011-06-13 Pete BatardWindows: Fix logic in enumeration of driver name and...
2011-06-13 Pete BatardWindows: Allow claiming any interface in composite...
2011-06-13 Pete BatardWindows: Allow arbitrary bConfigurationValue in config...
2011-06-13 Thomas RöferDarwin: Schedule isochronous transfers further in the...
2011-06-13 Thomas RöferDarwin: Fix #65 memory leak in submit_iso_transfer()
2011-06-13 Peter Stugeconfigure.ac: Refactor Windows backend settings into...
2011-06-13 Peter Stugeconfigure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actual...
2011-06-13 Peter Stugeconfigure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS
2011-06-13 Peter Stugeconfigure.ac: Call AC_CONFIG_FILES() for each output...
2011-06-13 Peter Stugeconfigure.ac: Whitespace changes and trivial reordering
2011-06-13 Peter Stugeconfigure.ac: Quote AC_COMPILE_IFELSE() input
2011-06-13 Peter Stugeconfigure.ac: Define booleans to 1 when set, instead...
2011-06-13 Peter Stugeconfigure.ac: Clean up redundancy and fix LIBS on Linux
2011-06-13 Peter Stugeconfigure.ac: Touch up Darwin and Cygwin OS messages
2011-06-13 Peter Stugeconfigure.ac: Do not use -pthread on Darwin
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2011-06-13 Nathan HjelmDarwin: Add support for control requests on endpoints...
2011-06-13 Nathan HjelmDarwin: Add more error checking for libusb_open()
2011-06-13 Peter StugeCore: libusb_get_next_timeout() must consider all flyin...
2011-06-13 Ludovic RousseauLinux: Correctly catch read() errors for sysfs config...
2011-06-13 Peter StugeLinux: Refactor cancellation into one function for...
2011-02-25 Peter StugeLinux: Refactor discarding of URBs into a function...
next