Tests: Simplify stdout redirection and fix Windows assertion error on cleanup
[platform/upstream/libusb.git] / libusb / os /
2013-02-21 Pete BatardWindows: Don't duplicate paths for HID interfaces
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warning
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-18 Ludovic RousseauWindows: remove useless extern declaration
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-18 Ludovic RousseauWindows: remove unused function
2013-02-18 Ludovic RousseauWindows: fix compiler warnings
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2013-02-14 Toby GrayWindows: Update transferred data on timeout or cancel.
2013-02-14 Hans de GoedeLinux: Don't set the USBFS_URB_SHORT_NOT_OK flag on...
2013-02-02 Pete BatardWindows: Improve error reporting in winusbx_claim_inter...
2013-02-02 Benjamin DobellWindows: Fixed bug in interface autoclaim
2013-01-28 Pete BatardWindows: Display error code in default case of windows_...
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2013-01-23 Toby GrayWindows: Simplify poll_windows and add provisions for...
2013-01-23 Toby GrayWindows: Add windows_common.h header
2012-11-25 Peter StugeCore: Avoid short read failures on broken descriptors
2012-11-08 Sean McBrideDarwin: kAppleVendorID is not in the 10.5 SDK
2012-10-31 Nathan HjelmDarwin: Clean up tabs
2012-10-31 Nathan HjelmDarwin: Add support for detecting superspeed devices
2012-10-31 Nathan HjelmDarwin: Use Release instead of IODestroyPlugInInterface
2012-10-31 Nathan HjelmDarwin: Don't retry or unsuspend Apple devices during...
2012-10-31 Nathan HjelmDarwin: Reduce attempts to retrieve a device descriptor...
2012-10-29 Pete BatardWindows: Fix access for composite HID devices
2012-10-03 Pete BatardWindows: Fix early abort in libusb_close
2012-09-25 Pete Batardlibusbx-1.0.14
2012-09-15 Pete BatardCore: Update libusb.h header in accordance with the...
2012-09-13 Pete BatardWindows: Switch to ALLOW_PARTIAL_READS pipe policy...
2012-09-12 Hans de GoedeAll: Avoid polluting errors reported on device disconnect
2012-09-05 Pete BatardWindows: Fix handling of composite devices
2012-08-26 Pete BatardWindows: Suppress unwanted error message on filter...
2012-08-23 Hans de GoedeLinux: Return ERROR_NOT_FOUND in detach-kernel-driver...
2012-08-23 Hans de GoedeLinux: Avoid unnecessary splitting of bulk transfers
2012-08-23 Hans de GoedeLinux: Add support for the new get_capabilities ioctl
2012-08-21 Nicholas CorganWindows: Add support for 2nd gen Renesas USB 3.0 contro...
2012-08-20 Pete BatardWindows: Add libusbk.sys & libusb0.sys driver support
2012-08-05 Matthias BolteWindows: Add workaround for Intel USB 3.0 root hubs
2012-08-03 Orin EmanCore: NULL list pointers on deletion
2012-07-18 Pete BatardWindows: Set device number for root hubs to 1
2012-07-17 Pete BatardWindows: Fix overflow when handling HID or composite...
2012-07-17 Simon HaggettWindows: usbi_cond_destroy() should free handles create...
2012-07-13 Davidlohr BuesoAll: Replace malloc+memset with calloc
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
2012-06-25 Pete BatardWindows: Fix warnings reported by the Intel Compiler
2012-06-13 Pete BatardWindows: Fix erroneous pointer array allocation reporte...
2012-06-08 Pete BatardAll: Prevent memory leaks on realloc failures
2012-06-06 Pete BatardLinux: Fix a major regression in threads_posix.c
2012-06-04 Pete BatardCore: Add toggleable debug logging
2012-05-31 Pete BatardDarwin: More OS-X logging improvements
2012-05-28 Pete BatardWindows: Restore HID support
2012-05-28 Pete BatardDarwin: Align severity of OS-X logging messages
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-05-22 Pete BatardWindows: Reduce severity of initial conf desc readout...
2012-05-10 Pete BatardWindows: Fix missing cygwin thread ID
2012-05-08 Ludovic RousseauDarwin: Sync type of num_iso_packets fields
2012-05-08 Pete BatardBSD: Add thread ID support for OpenBSD > 5.1
2012-05-06 Peter StugeCore: Add a timestamping and thread ID to logging
2012-05-03 Toby GrayWindows: Fix deadlock in backend when submitting transfers.
2012-05-01 Uri LublinWindows: Fix removal of usbi_fd_notification calls...
2012-04-22 James HankoLinux: Search for /dev/usbdev<bus>.<device> USB device...
2012-04-20 Martin PieuchotBSD: Provide libusb_get_device_speed() data
2012-04-20 Ludovic RousseauLinux: Fix signed vs unsigned compiler warnings
2012-04-20 Xiaofan ChenLinux: Silence unused variable warnings without CLOCK_M...
2012-04-11 Pete BatardWindows: Remove #define options and use same set of...
2012-04-10 Pete BatardWindows: misc improvements
2012-04-09 Peter StugeOpenBSD: Fix warning: 'hpriv' may be used uninitialized
2012-04-09 Pete BatardWindows: Fix support for variadic macros
2012-04-03 Pete BatardMisc: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-31 Hans de GoedeLinux: Don't spam the console with 'device unconfigured...
2012-03-30 Pete BatardDarwin: Fix a warning on 64 bit platforms
2012-03-28 Pete BatardWindows: fix Clang warnings about unused assignations
2012-03-26 Hans de GoedeLinux: fix inaccurate comment
2012-03-26 Hans de GoedeLinux: Remove unneeded status assignation
2012-03-26 Hans de GoedeLinux: Translate iso pkt status codes to libusb transfe...
2012-03-26 Hans de GoedeLinux: Fix handling of urb status codes
2012-03-26 Hans de GoedeLinux: Fix cancel_transfer return value when cancelling...
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter StugeLinux: Rework bulk continuation check to generic kernel...
2012-02-19 Peter StugeOpenBSD: Correctly catch attempts to do isochronous...
2012-02-19 Peter StugeDarwin: Do not reject devices with product id 0x0000
2012-02-12 Pete BatardWindows: Add Renesas SuperSpeed support for libusb_get_...
2012-02-08 Sean McBrideDarwin: Clarify comments on event thread creation and...
2012-02-08 Sean McBrideDarwin: Fix incorrect mutex protection of libusb_darwin...
2012-02-08 Sean McBrideDarwin: Use retained runloop variable instead of CFRunL...
2012-02-08 Sean McBrideDarwin: Fix libusb_init() and libusb_exit() refcount...
2012-02-08 Sean McBridethreads_posix.c: Fix prototype warning by including...
2012-02-08 Dave CamarilloWindows: Fix crash during enumeration with >= 64 connec...
2012-02-08 Michael PlanteWindows: guid_to_string() is only discarded when macro...
2012-02-08 Pete BatardWindows: Fix undefined datatype 'LONG_PTR' in MSVC6
2012-02-08 Pete BatardWindows: Fix for MSVC6 preprocessor not accepting blank...
2012-01-30 Martin PieuchotOpenBSD backend
2011-12-09 Sean McBrideDarwin: Set a name for the background thread on Mac...
2011-10-17 Sean McBrideDarwin: Fix warnings about mismatched signed/unsigned...
2011-10-17 Sean McBrideFix unused variable warnings when without timerfd and...
next