platform/upstream/libusb.git
2013-09-28 Ludovic Rousseauexamples: check the value returned by libusb_handle_eve...
2013-09-28 Ludovic Rousseauexamples: check the value returned by libusb_init()
2013-09-28 Karsten Koeniglinux: take newline into account for sysfs_get_active_c...
2013-09-20 Ludovic Rousseauexamples: Fix a memory leak
2013-09-20 Ludovic Rousseauexamples: Fix a memory leak
2013-09-15 Hans de GoedeFix darwin compilation broken by the usbi_get_device_by...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-09-06 Hans de Goedeopenbsd: Fix a memleak
2013-09-06 Hans de Goedeopenbsd: Fix usbi_sanitize_device error handling
2013-09-06 Gustavo Zacariasconfigure.ac: uclinux is also linux
2013-09-06 Hans de GoedeRelease 1.0.17
2013-09-02 Xiaofan ChenWindows: Address an VS2012/x64 warning in hotplug.c
2013-08-30 Hans de GoedeNathan is a maintainer now, so add him to the README
2013-08-30 Hans de GoedeRemove unused THANKS file
2013-08-30 Hans de GoedeMakefile.am: Add Xcode dir to EXTRA_DIST
2013-08-30 Toby GrayAndroid: Add android build files to source tarball
2013-08-28 Hans de GoedeRelease 1.0.17-rc1
2013-08-27 Nathan Hjelmdarwin: return libusb error codes instead of kernel...
2013-08-27 Nathan Hjelmdarwin: clean up some code. remove a clang warning
2013-08-21 Toby GrayAndroid: Add further documentation to Android README...
2013-08-21 Martin PieuchotOpenBSD: Add basic support for non ugen(4) devices...
2013-08-21 Hans de Goedeopenbsd: Split openbsd backend into separate openbsd...
2013-08-21 Paul FertserClarify alignment requirements for the control transfer...
2013-08-21 Chris Dickenslinux: Handle device disconnection early when possible
2013-08-21 Hans de Goedehotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchas
2013-08-21 Hans de Goedehotplug: Document that callbacks cannot unregister...
2013-08-21 Hans de Goedehotplug: Don't call the user callback while holding...
2013-08-20 Hans de Goedehotplug: Remove device from usb_devs before signalling...
2013-08-20 Hans de Goedelibusb: Fix usb_devs_lock mutex use after free in libus...
2013-08-14 Nathan Hjelmlinux/netlink: correct usage of fcntl
2013-08-13 Pete BatardWindows: Fix a cast warning when compiling for x64...
2013-08-12 Pete BatardWindows: Fix VS2010 project files
2013-08-11 Toby GrayAndroid: Add examples and stress tests
2013-08-11 Toby GrayAndroid: Add formal Android support
2013-08-09 Toby GrayCore: Add compile time option to use native OS logging...
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
next