platform/upstream/libusb.git
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...
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: copy DLL file regardless of ddk_build.cmd...
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 StugeRemove username from SF FRS rsync upload command
2011-10-17 Peter StugeSupport release candidate versions in configure.ac...
2011-10-17 Peter StugeTidy .gitignore a little
2011-10-17 Hans de GoedeDocs: Clarify that libusb_handle_events_timeout() tv...
2011-10-17 Peter StugeMakefile.am: Do not remove ChangeLog on make distclean...
2011-10-17 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-10-17 Peter StugeDocument that libusb_get_device_list() can return any...
2011-10-17 Pete BatardLinux: Fix #81 URB double free race condition on device...
2011-10-17 Peter StugeAdd libusb_error_name() API function
2011-10-17 Peter StugeAdd libusb_has_capability() API function
2011-09-22 Sebastian PippingFix typos in introductory documentation
2011-09-22 Pekka NikanderLinux: Add libusb_open() debug and error messages with...
2011-09-22 Pekka NikanderAdd debug message with libusb_open() error code
2011-09-22 Hans de GoedeDocument libusb_handle_events_completed() and _timeout_...
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
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 StugeAllow devices with zero configurations to be discovered
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-15 Hans de GoedeAdd new API function libusb_get_device_speed()
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 GoedeCore: Use USB_MAXINTERFACES rather then sizeof(claimed_...
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 Peter Stugelibusb.h: Add missing LIBUSB_CLASS_ codes currently...
2011-07-24 Peter Stugelibusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_...
2011-07-24 Peter Stugelibusb.h: Fix LIBUSB_CLASS_PRINTER description typo
2011-07-24 Sean McBrideDarwin: Fix #100 warning cast to pointer from integer...
2011-07-24 Sean McBrideconfigure.ac: Fix #97 clang warning about -fgnu89-inline
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 Lovichdescriptor.c: Fix buffer read overflow caught by valgrind
2011-07-24 Vitali LovichClean up in-flight transfers and device handle when...
2011-07-24 Vitali LovichAdd recursive mutexes to threading abstraction
2011-07-24 Vitali LovichAdd USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED...
2011-07-24 Vitali LovichLinux: Detect and report that device has gone away...
2011-07-24 Peter Stugelibusbi.h: Add comma after last value in enum usbi_tran...
2011-07-24 Peter Stugethreads_posix.h: Whitespace fix
2011-07-24 Peter Stugelibusb/Makefile.am: Correct threading files in libusb_1...
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...
2011-06-13 Sean McBrideio.c: Fix clang analyzer warning about unused variable
2011-06-13 Peter Stuge.gitignore: Add m4 subdirectory created by libtool
2011-06-13 Ludovic RousseauLinux: Do not include useless pthread.h
2011-06-13 Pete BatardWindows: minor code improvements
2011-06-13 Pete BatardWindows: prevent set_configuration request from being...
2011-06-13 Graeme GillWindows: fixed default WinUSB timeout and ineffective...
2011-06-13 Pete BatardWindows: Don't leak pipe fds
2011-06-13 Peter StugeWindows: enumeration overhaul
2011-06-13 Pete BatardWindows: MS project files part 4 - MSVC6 project files
next