Windows: Add libusbk.sys & libusb0.sys driver support
[platform/upstream/libusb.git] / libusb / os /
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...
2011-10-17 Pete BatardWindows: do not set altsetting 0 as part of libusb_rele...
2011-10-17 Pete BatardWindows: fix communication with hubs
2011-10-17 Pete BatardWindows: add USB 3.0 controller support
2011-10-17 Pete BatardWindows: add static keywords and drop duplicated or...
2011-10-17 Pete BatardWindows: fix 'windows_error_str' defined but not used...
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 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-10-17 Pete BatardLinux: Fix #81 URB double free race condition on device...
2011-09-22 Pekka NikanderLinux: Add libusb_open() debug and error messages with...
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 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-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 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 Sean McBrideDarwin: Fix #100 warning cast to pointer from integer...
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 LovichAdd recursive mutexes to threading abstraction
2011-07-24 Vitali LovichLinux: Detect and report that device has gone away...
2011-07-24 Peter Stugethreads_posix.h: Whitespace fix
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...
next