Core: use C99 flexible array member when possible
[platform/upstream/libusb.git] / libusb /
2013-05-15 Sean McBrideCore: use C99 flexible array member when possible
2013-05-15 Nathan Hjelmdarwin: return LIBUSB_ERROR_NOT_FOUND when reading...
2013-05-15 hjelmn@cs.unm.edudarwin: clean up old code
2013-05-15 Nathan Hjelmdarwin: fix memory leaks in the darwin backend.
2013-05-15 Nathan Hjelmcore: release the context device list when the context...
2013-05-15 Nathan Hjelmdarwin: don't assume an interval of 1 or high/super...
2013-05-15 Nathan Hjelmdarwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PA...
2013-05-15 Nathan Hjelmdarwin/libusb_reset: reenumerate device if the device...
2013-05-15 Nathan Hjelmdarwin: dpriv->device will never be NULL for a valid...
2013-05-15 Nathan Hjelmdarwin: allow control messages on devices we can not...
2013-05-15 Hans de GoedeBump LIBUSBX_API_VERSION for new hotplug API
2013-05-15 Nathan HjelmAdd hotplug support to the Linux backend.
2013-05-15 Nathan HjelmAdd hotplug support to the Darwin backend.
2013-05-15 Nathan HjelmAdd hotplug support.
2013-05-15 Pete BatardFixup .gitignore for examples and tests now living...
2013-05-15 Nathan HjelmCore: Cache device descriptors in the core
2013-05-15 Nathan HjelmCore: Keep a list of contexts created by libusb_init()
2013-04-23 Hans de Goedelibusb.h: Correct errors in doxygen comment for struct...
2013-04-16 Toby GrayWinCE: Include COPYING and license information in binar...
2013-04-15 Pete Batardlibusbx-1.0.15
2013-04-14 Pete BatardSamples: Fix timeout error on FX3 and logging improveme...
2013-04-11 Toby GrayWindows: Correctly clear backend transfer private infor...
2013-04-11 Toby GrayWinCE: Add internal build script for WinCE binaries
2013-04-11 Toby GrayWinCE: Fix x86 build on Visual Studio 2005
2013-04-04 Pete Batardlibusbx 1.0.15-rc3
2013-04-04 Nathan HjelmOS X: Don't try to work around buggy devices with bInte...
2013-04-04 Ludovic RousseauCore: fix bug in libusb_has_capability()
2013-04-03 Pete Batardlibusbx 1.0.15-rc2
2013-04-03 Nathan HjelmOS X: Don't assume an interval of 1
2013-04-03 Toby GrayWinCE: Fix missing sources from dist tarball
2013-04-02 Pete Batardlibusbx 1.0.15-rc1
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-04-01 Toby GrayWindows: Fix USB descriptor creation code for HID devices
2013-03-16 Pete BatardSamples: More fxload improvements and cleanup
2013-03-16 Pete BatardTests: Suppress Visual Studio 2012 Code Analysis warnings
2013-03-15 Ludovic RousseauSamples: fix compiler warning
2013-03-15 Federico ManzanSamples: fxload improvements and cleanup
2013-03-12 Vegard Storheil... OS X: Do not assume HS when submitting isochronous...
2013-03-12 Nathan HjelmOS X: Use kCFNumberSInt32Type when reading device locat...
2013-03-12 Pete BatardWindows: Fix multiple warnings
2013-03-10 Federico ManzanSamples: Add FX3 firmware upload support for fxload
2013-03-10 Hans de GoedeLinux: Consume all events on a fd in one go
2013-03-05 Pete BatardSamples: Reinstate interface requests when querying...
2013-03-03 Pete BatardWinCE: Post integration cleanup
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-24 Xiaofan ChenTests: Fix broken OS-X and Linux builds
2013-02-22 Simon HaggettWinCE: Don't confirm protocol stalls with device in...
2013-02-22 Pete BatardTests: Simplify stdout redirection and fix Windows...
2013-02-21 Pete BatardWindows: Don't duplicate paths for HID interfaces
2013-02-18 Pete BatardWindows: Fix broken WDK compilation
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 Ludovic RousseauExamples: Fix compiler warning
2013-02-15 Ludovic RousseauCore: Fix compiler warning
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-29 Ludovic RousseauCore: Fix warning implicit conversion changes signedness
2013-01-29 Zoltán KovácsCore: Don't wait for completion if cancel_transfer...
2013-01-28 Pete BatardWindows: Display error code in default case of windows_...
2013-01-23 Toby GrayWinCE: Add support for WinCE (Solution files)
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
2013-01-23 Pete BatardCore: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H
2013-01-07 Роман ДонченкоCore: Filter out 8-bit characters in libusb_get_string_...
2013-01-07 Pete BatardWindows: Add VS2012 solution files
2012-11-26 Toby GrayCore: Fix incorrect reference counting of default conte...
2012-11-25 Toby GrayTests: Add libusbx stress test
2012-11-25 Peter StugeAutotools: Carry over 2012.10.23 libusb changes
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-31 Sean McBrideCore: Use offsetof() instead of null pointer tricks
2012-10-29 Pete BatardWindows: Fix access for composite HID devices
2012-10-13 Ludovic RousseauAll: Use "" instead of <> for local includes
2012-10-03 Pete BatardWindows: Fix early abort in libusb_close
2012-09-25 Pete Batardlibusbx-1.0.14
2012-09-20 Pete Batardlibusbx-1.0.13
2012-09-19 Pete BatardInternal: Add fxload exe and sources to the Windows...
2012-09-18 Pete BatardMisc: Update copyrights, TODO and libusb_version.describe
2012-09-16 Pete Batardlibusbx 1.0.13-rc2
2012-09-16 Pete BatardDoc: Fix doxygen warnings and issues
2012-09-16 Pete BatardMisc: Fix missing files from dist package
2012-09-15 Pete Batardlibusbx 1.0.13-rc1
2012-09-15 Pete BatardCore: Introduce LIBUSBX_API_VERSION macro
2012-09-15 Hans de GoedeCore: Make libusb_error_name also handle transfer statu...
2012-09-15 Ludovic RousseauSamples: Fix compiler warnings in fxload
next