platform/upstream/libusb.git
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 BatardMisc: update pkg-config template
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 Pete BatardWindows: remove obsolete lsusb project files
2012-04-09 Pete BatardWindows: add VS2010 project files
2012-04-09 Peter Stugeexamples: Use snprintf() instead of sprintf() in dpfp...
2012-04-09 Peter StugeOpenBSD: Fix warning: 'hpriv' may be used uninitialized
2012-04-09 Pete BatardWindows: Fix support for variadic macros
2012-04-04 Ludovic RousseauMisc: Indicate that licence is LGPL-2.1 or later
2012-04-04 Ludovic RousseauMisc: Update list of maintainers from README
2012-04-03 Pete BatardMisc: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardDoc: Update doxygen for libusbx and add logo
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-04-02 Pete Batardlibusbx 1.0.9
2012-04-01 Pete BatardSamples: Fix "warning: no newline at end of file" in...
2012-03-31 Pete BatardAutotools: Fix missing DLL .def file from make dist
2012-03-31 Pete BatardAutotools: Fix msvc dir not being included in make...
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 BatardAutotools: remove --enable-debug-log option in autogen.sh
2012-03-30 Pete BatardDarwin: Fix a warning on 64 bit platforms
2012-03-30 Pete BatardAutotools: Fix make distcheck and add ChangeLog
2012-03-30 Pete BatardAutotools: Fix package name and URLs in configure.ac
2012-03-29 Pete Batardlibusbx 1.0.9-rc4
2012-03-29 Pete BatardGit: add export-ignore for git config file
2012-03-28 Pete BatardSamples: fix a "value is always 0" Clang warning in...
2012-03-28 Pete BatardWindows: fix Clang warnings about unused assignations
2012-03-28 Pete BatardSamples: Fix missing xusb from VS project files
2012-03-27 Pete Batardautotools: LT_LANG([Windows Resource]) makes windres...
2012-03-27 Pete BatardExamples: add xusb sample
2012-03-27 Pete BatardVS2005: Bring x86_64 output directories in line with...
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-10 Peter Stugeautogen.sh: Try to use libtoolize before trying glibtoolize
2012-02-08 Peter StugeRename the lsusb example program to listdevs
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 MSVC6: Remove SetupAPI, AdvAPI32 and OLE32...
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-02-05 Michael PlanteWindows: Switch MSVC6 .dsp project files from MBCS...
2012-02-05 Michael PlanteWindows: Add missing MSVC6 lsusb.dsp project file
2012-01-30 Martin PieuchotOpenBSD backend
2012-01-13 Xiaofan Chenconfigure.ac: Darwin: Move -lobjc from LIBS to PC_LIBS_...
2012-01-13 Xiaofan Chenexamples: Link only with ../libusb/libusb-1.0.la and...
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 Peter Stugeconfigure.ac: Enable libtool support for Windows Resour...
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...
next