platform/upstream/libusb.git
2014-01-08 Pete Batardlibusb 1.0.18-rc1
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2014-01-08 Pete BatardWindows: Fix a MinGW compilation issue
2014-01-07 Matthias BolteDarwin: Fix format of 64-bit sessionIDs in log messages
2014-01-07 Bei ZhangDarwin: Fix a SIGFPE
2014-01-07 Francisco FacioniDarwin: Return error code in darwin_error_str() on...
2013-12-30 Pete BatardWindows: Add SetupAPI error handling
2013-12-28 Moritz FischerLinux: Remove trailing whitespace
2013-12-28 Kuangye GuoAndroid: Add support for Linux/Android platforms
2013-12-28 Andrew FernandesAndroid: Build for all Android architectures
2013-12-13 Joshua BlakeWindows: Add Visual Studio 2013 solution files
2013-12-06 Ludovic Rousseaucore: fix Doxygen warning
2013-11-27 Pete BatardWindows: Fix a crash when HID transfers return no data
2013-11-20 Hans de Goedecore: Make LIBUSB_DEBUG environment variable also work...
2013-11-20 Hans de Goedehotplug: Fix usb_device memleak with hotunplug events...
2013-11-20 Hans de Goedeio: Ensure all pending events are consumed in one libus...
2013-10-08 Omri IluzWindows: Add support for VIA VL805 USB 3.0 Host Controllers
2013-10-06 Ludovic Rousseauexamples: check value returned by ftell()
2013-10-01 Matthias BolteWindows: Avoid potential mismatch in transfer error...
2013-09-29 Pete Batardexamples: add an option to force a device request for...
2013-09-28 Ludovic Rousseauexamples: fix warning
2013-09-28 Ludovic Rousseautests: set output_file to a valid value
2013-09-28 Ludovic Rousseauexamples: check value returned by libusb_bulk_transfer()
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.
next