Windows: Add INSTALL_WIN.txt
[platform/upstream/libusb.git] / libusb /
2012-05-10 Pete BatardWindows: Add INSTALL_WIN.txt
2012-05-10 Pete BatardMisc: Separate nano from version.h
2012-05-10 Ludovic RousseauSamples: Use the implicit _SOURCES rule
2012-05-10 Ludovic RousseauSamples: Use a common LDADD for all examples
2012-05-10 Pete BatardSamples: prefer __linux__ over __linux define in xusb
2012-05-08 Pete Batardlibusbx-1.0.11
2012-05-08 Ludovic RousseauDarwin: Sync type of num_iso_packets fields
2012-05-08 Ludovic RousseauCore: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for...
2012-05-08 Pete BatardBSD: Add thread ID support for OpenBSD > 5.1
2012-05-08 Pete BatardSamples: fix strcat vs strlcat warning on OpenBSD
2012-05-06 Pete Batardlibusbx 1.0.11-rc1
2012-05-06 Peter StugeCore: Add a timestamping and thread ID to logging
2012-05-04 Ludovic RousseauAutotools: Use "$@" instead of $* to avoid spaces problems
2012-05-04 Ludovic RousseauAutotools: Use "set -e" to exit on the first error
2012-05-04 Ludovic RousseauAutotools: Do not use source to call an another script
2012-05-03 Toby GrayWindows: Fix deadlock in backend when submitting transfers.
2012-05-02 Pete BatardSamples: Remove interface requests when querying WCID...
2012-05-02 Pete BatardAutotools: Add bootstrap.sh
2012-05-01 Uri LublinWindows: Fix removal of usbi_fd_notification calls...
2012-04-25 Pete BatardCore: update version struct for ABI compatibility
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 RousseauSamples: Fix not handled in switch warning in xusb.c
2012-04-20 Ludovic RousseauSamples: Remove unneeded inline in xusb.c
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-20 Peter StugeCore: Add debug message with callback address on comple...
2012-04-19 Pete BatardBSD: add NetBSD experimental support
2012-04-17 Pete Batardlibusbx-1.0.10
2012-04-15 Ludovic RousseauSamples: Fix initialization discards qualifiers warning...
2012-04-15 Ludovic RousseauSamples: Fix no previous prototype warnings in xusb.c
2012-04-15 Ludovic RousseauMisc: Add a missing newline at end of .private/README.txt
2012-04-13 Pete Batardlibusbx 1.0.10-rc1
2012-04-12 Pete BatardWindows: add internal binary snapshot scripts
2012-04-11 Pete BatardGit: add pre-commit and post-rewrite hooks for versioning
2012-04-11 Pete BatardWindows: Remove #define options and use same set of...
2012-04-10 Pete BatardWindows: misc improvements
2012-04-10 Pete BatardCore: Add get_version() call
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-04-02 Pete Batardlibusbx 1.0.9
2012-03-31 Hans de GoedeLinux: Don't spam the console with 'device unconfigured...
2012-03-30 Pete Batardlibusbx 1.0.9-rc5
2012-03-30 Pete BatardDarwin: Fix a warning on 64 bit platforms
2012-03-29 Pete Batardlibusbx 1.0.9-rc4
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: Don't print errors when cancel_transfer fails...
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 Stugelibusb.h: Add comma after last value in enums to ease...
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-13 Peter StugeDo not call timerfd functions when timerfd is not being...
2012-02-12 Michael PlanteWindows: Fix MSVC6 IDE warning on line continuation...
2012-02-12 Pete BatardWindows: Add Renesas SuperSpeed support for libusb_get_...
2012-02-08 Sean McBridecore.c: Fix clang warning about useless store to a...
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 Pete BatardWindows: Output an error message on calls to libusb_get...
2012-02-08 Pete Batardio.c: Fix comment since pthreads isn't the only threadi...
2012-02-08 Michael Plantelibusb.h: Cast in libusb_get_string_descriptor() to...
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
2012-01-12 Peter Stugelibusb/Makefile.am: Avoid recursive variables in .rc...
2011-12-13 Ludovic RousseauCore: Fix #122 warning: no previous prototype for ...
2011-12-09 Sean McBrideDarwin: Set a name for the background thread on Mac...
2011-10-17 Peter Stugelibusb/Makefile.am: Add libusb-1.0.rc dependency on...
2011-10-17 Peter Stugelibusb/Makefile.am: Make the libusb-1.0.rc rule support...
2011-10-17 Sean McBridedescriptor.c: Use size_t for minor 64 bit compliance...
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 Ludovic RousseauCorrectly handle LIBUSB_TRANSFER_OVERFLOW in libusb_con...
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 Peter Stugelibusbi.h: Silence unused context variable warnings...
2011-10-17 Pete BatardWindows: Add uint32_t typedef for old MSC so that DDK...
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 StugeSupport release candidate versions in configure.ac...
2011-10-17 Hans de GoedeDocs: Clarify that libusb_handle_events_timeout() tv...
next