platform/upstream/libusb.git
2013-08-08 Nathan Hjelmlinux: ensure the netlink socket is correctly opened...
2013-08-08 Chris DickensCore: Fix potential segfault caused by using freed...
2013-08-07 Simon HaggettWindows: Fix race between windows_clock_gettime_threade...
2013-08-07 Simon HaggettWinCE: Fix race between wince_clock_gettime_threaded...
2013-08-07 Simon HaggettWindows: fd_to_winfd() shouldn't treat fd 0 as invalid
2013-08-02 Sean McBrideREADME: Add OS X specific notes
2013-08-02 Chris DickensCore: correctly check usbi_read() returned value
2013-08-02 Sean McBrideCore: defensive programming
2013-07-30 hjelmndarwin: fix clang warnings about explicit conversion
2013-07-30 Sean McBridefixed link errors by adding missing files to Xcode...
2013-07-30 Sean McBridemade some globals static to fix warnings
2013-07-30 Sean McBridefixed some clang -Wdocumentation warnings from bad...
2013-07-30 Sean McBridefixed compiler warning about possible uninitialized...
2013-07-30 Sean McBridemake targets for examples depend on library target...
2013-07-30 Ludovic RousseauXcode: build for 32 and 64 bits
2013-07-30 Ludovic RousseauXcode: remove implicit/default configuration
2013-07-30 Ludovic RousseauAdd minimal config.h for Xcode
2013-07-30 Ludovic RousseauAdapt Xcode project to the new paths
2013-07-30 Ludovic RousseauMove Xcode project in Xcode/ directory
2013-07-30 Ludovic RousseauXcode project
2013-07-30 Hans de Goedelinux_netlink: Remove use of pthread_cancel
2013-07-30 Hans de Goedelinux_netlink: close netlink socket on init error
2013-07-30 Chris Dickenshotplug: Remove use of pthread_cancel from linux_udev
2013-07-30 Hans de Goedelinux: Use a separate lock to serialize start/stop...
2013-07-30 hjelmnwork around Linux systems that don't provide SOCK_CLOEX...
2013-07-30 hjelmnfix warnings in linux_get_device_address
2013-07-30 hjelmninclude stdlib.h for free and realloc in libusbi.h
2013-07-30 Nathan HjelmSilence automake 1.14 warning
2013-07-30 Nathan HjelmAdd checks for headers needed by linux/netlink.h
2013-07-30 Nathan Hjelmkeep a reference to the device for each active transfer...
2013-07-23 Florian Albrechtskir... hotplug: Pass explicit context to callbacks
2013-07-11 Hans de GoedePrepare for 1.0.16 final release
2013-07-06 Hans de GoedePrepare for 1.0.16-rc3 release
2013-07-05 Hans de GoedeDocumentation: add an Using an event handling thread...
2013-07-05 Hans de GoedeDocumentation: explain the 2 main viable event handling...
2013-07-05 Hans de Goedehotplug: Wakeup libusb_handle_events on libusb_hotplug_...
2013-07-05 Hans de Goedehotplug: Give the usbi_hotplug_match* functions a conte...
2013-07-04 Pete BatardDoc: update hotplug, topology and descriptor documentation
2013-07-01 Hans de GoedePrepare for 1.0.16-rc2 release
2013-06-30 Tim RobertsCore: Use fputs(3) instead of fprintf(3)
2013-06-29 Pete BatardCore: Fix writing of log lines a single fprintf call
2013-06-27 Toby GrayCore: Make writing of log lines a single fprintf call.
2013-06-27 Hans de Goedecore: Always warn when there are leaked device refs...
2013-06-26 Toby GrayCore: Avoid passing uninitialised data down the hotplug...
2013-06-26 Chris Dickenscore.c: Initialize auto_detach_kernel_driver to 0 for...
2013-06-26 Hans de Goedeopenbsd: Fix memleak in obsd_get_device_list()
2013-06-26 Hans de Goedecore: Only do hotplug cleanup for hotplug capable backends
2013-06-26 Hans de GoedeWinCE: ref result of usbi_get_device_by_session_id()
2013-06-26 Toby GrayWinCE: Fix device reference leak which caused crash...
2013-06-20 Pete BatardMisc: Update AUTHORS file
2013-06-20 Hans de GoedePrepare for 1.0.16-rc1 release
2013-06-20 Colin Waltersautogen.sh: Honor NOCONFIGURE=1
2013-06-20 Hans de Goedesync.c: Remove code duplication
2013-06-20 Hans de Goedesync.c: Do not free an incompleted transfer
2013-06-20 Hans de GoedeRevert "Core: Don't wait for completion if cancel_trans...
2013-06-20 Ilya KonstantinovUse Android logging when building on Android
2013-06-20 Hans de GoedeLinux: Fix get_kernel_driver_active() when another...
2013-06-19 Pete BatardCore: fix another compiler warning in libusb_setlocale()
2013-06-19 Ludovic RousseauCore: fix compiler warning in libusb_setlocale()
2013-06-19 Luca LonginottiFix several -Wconversion warnings from GCC inside the...
2013-06-19 Hans de Goedeexamples: use libusb_set_auto_detach_kernel_driver()
2013-06-19 Hans de Goedelinux_usbfs: Work around a driver binding race in reset...
2013-06-19 Hans de Goedelinux_usbfs: Add support for new disconnect-and-claim...
2013-06-19 Hans de Goedelibusb: Add auto-detach-kernel-driver functionality
2013-06-19 Hans de Goedelinux_udev: Fix spelling of guarantee in comment
2013-06-17 Chris DickensPOSIX: Set usbi_pipe to non-blocking by oring O_NONBLOC...
2013-06-17 Hans de Goedelinux_udev: Don't free the udev_monitor while the event...
2013-06-14 Hans de Goedelinux_udev: Join the hotplug-event-thread when we stop...
2013-06-14 Hans de Goedelibusb_get_bos_descriptor: Don't log an error on device...
2013-06-14 Chris Dickenshotplug: ensure udev monitor fd is non-blocking
2013-06-14 Hans de Goedelinux_udev: Log error code on pthread_create failure
2013-06-11 Ludovic RousseauExamples: add a missing \n at end of error messages
2013-06-09 Hans de GoedeCore: Add a libusb_strerror() function
2013-06-06 Hans de GoedeMerge pull request #114 from hjelmn/darwin_device_cache
2013-06-06 Nathan Hjelmdarwin: return correct error code from libusb_get_confi...
2013-06-06 Nathan Hjelmdarwin: increment the reference counter to the parent...
2013-06-06 Nathan Hjelmdarwin: avoid enumerating devices more than once
2013-05-30 Pete BatardWindows: Fix broken WDK compilation
2013-05-30 Peter Stugeexamples: Add sam3u_benchmark isochronous example by...
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-30 Hans de Goedelinux: rework hotplug lock handling
2013-05-30 Hans de Goedelinux: Add a linux_netlink_read_message helper function
2013-05-30 Hans de Goededescriptor.c: AlternateSettings are related by Interfac...
2013-05-28 Toby GrayWinCE: Add hotplug.c to projects
2013-05-28 Toby GrayWindows: Add new symbol for libusb_get_port_numbers...
2013-05-28 Toby GrayHotplug: Make use of HAVE_SYS_TYPES_H define
2013-05-28 Toby GrayPOSIX: Move setting of pipes to non-blocking into usbi_pipe
2013-05-24 Simon Haggettwince_get_active_config_descriptor() sets host_endian...
2013-05-24 Hans de Goedeall: ensure host_endian is always initialized
2013-05-24 Hans de Goedeall: Allow backend to provide a better get_config_descr...
2013-05-24 Hans de Goededescriptor.c: Add a raw_desc_to_config helper function
2013-05-24 Hans de Goededescriptor.c: Consequently check bDescriptorType and...
2013-05-24 Hans de Goededescriptor.c: Read a full config-desc-header on first...
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-05-24 Hans de Goedelinux: Properly deal with invalid config.wTotalLength...
2013-05-24 Hans de Goedelinux: get_configuration don't return LIBUSB_ERROR_NOT_...
2013-05-24 Hans de Goedelinux: Use cached config descriptors
2013-05-24 Hans de Goedelinux: init: Only stop the event monitor if we also...
next