linux_udev: silently ignore "bind" action
[platform/upstream/libusb.git] / libusb / version_nano.h
2019-12-03 John Keepinglinux_udev: silently ignore "bind" action
2019-12-03 Slash GordonLinux: Improved system out of memory handling
2019-11-23 Ludovic RousseauLinux backend: fix ressource leak
2019-11-01 Ludovic RousseauXcode: add tests/stress target
2019-11-01 Ludovic RousseauXcode: apply suggested changes from Xcode 11.2
2019-10-31 Frank Liwindows: workaround WaitForMultipleObjects max 64 event...
2019-10-31 Vinicius TintiFix linux_scan_devices() in Android
2019-10-31 Kenjiro TsujiSolaris: format mismatch in some usbi_dbg()
2019-10-30 Ludovic RousseauDoxygen: do not hardcode the sourceforge.net username
2019-10-30 Ludovic RousseauDoxygen: add libusb_wrap_sys_device() in the API list
2019-10-30 Ludovic RousseauDoxygen: update config file from 1.8.8 to 1.8.16
2019-09-26 Kenjiro TsujiSolaris backend depends on Solaris private symbols
2019-09-26 Kenjiro TsujiSolaris: fails to find USB devices on SPARC platform
2019-09-26 Kenjiro TsujiSolaris backend is not correctly setting the one transf...
2019-09-21 mrstockfix constant not in range of enumerated type
2019-09-15 Ludovic RousseauXcode: apply suggested changes from Xcode 10.3
2019-08-28 Nathan Hjelmon to 1.0.23 upstream/1.0.23
2019-08-22 winterraceUpdate poll_windows.c
2019-08-22 winterraceFix NULL pointer dereference crashes
2019-08-14 Nathan Hjelmmove on to 1.0.23-rc3
2019-08-14 Nathan Hjelmwindows: fix build
2019-08-14 Frank Liwindows: Fix libusb_get_device_list failure if virual...
2019-08-14 Nathan Hjelmcore: protect against changes to the pollfd list during...
2019-08-14 Nathan Hjelmcore: abandon sync transfers after libusb_close()
2019-08-09 Nathan Hjelmupdate to 1.0.23-rc2
2019-08-09 Harry Mallonwindows_winusb: Add support for reporting super speed...
2019-08-09 Josh Gaowindows_winusb: fix pedantic format string warnings.
2019-08-09 Frank Liwindows: remove total fds (256) limitations
2019-08-09 William OrrUse `%zu` for sizes instead of `%d`
2019-08-09 Axel GembeWindows: Workaround for composite devices with U2F...
2019-08-09 Axel GembeWindows: Fix detection of Windows 10 when manifest...
2019-08-09 Nathan Hjelmdarwin: fix bugs in the reenumeration of devices
2019-08-09 Ludovic RousseauUnix: fix library version for next release
2019-07-08 Adrien DestuguesVarious fixes for the Haiku port
2019-07-08 Josh GaoFix some -Wformat warnings.
2019-07-08 Léo Lamwindows_winusb: Set policy ISO_ALWAYS_START_ASAP for...
2019-07-08 Léo Lamwindows_winusb: Bounds check interface for check_valid_...
2019-07-08 Léo Lamwindows_winusb: Mask wIndex correctly when checking...
2019-07-08 Josh Gaowindows: fix return type of usbi_{inc,dec}_fds_ref.
2019-07-08 followerTypo fixes in comments
2019-07-08 RipleyTommingw fix
2019-07-08 RipleyTomAdds /utf-8 to compile options
2019-07-08 RipleyTomChange all $(SolutionDir) to $(ProjectDir)
2019-04-10 mac WangAddress issue 554: Default context is erase before...
2019-04-08 mac WangIssue 555: Memory passed to ioctl is not initialized...
2019-04-05 Nathan Hjelmupdate to 1.0.23-rc1
2019-04-05 philemonfAdd support for isochronous transfers with WinUSB.
2019-04-05 haidong.zhengwindows: get usb device until usb configuration is set
2019-04-05 Juan Cruz Viottidarwin: Retry IOCreatePlugInInterfaceForService on...
2019-04-05 Harry Mallonxusb: Report SuperSpeedPlus
2019-04-05 Alexander Pyhalovsolaris: Fix crash on closing libusb handle
2019-04-05 dmitrykoswindows: Improved log message output to MSVC
2019-04-05 Dmitry KostjuchenkoFixed log message incorrect data format sent to MSVC...
2019-04-05 Frederik CarlierAllow set configuration control requests when using...
2019-04-05 kuro68kFix control transfer interface selection
2019-04-05 Alexander PyhalovUse more portable di_prop_lookup_ints() interface
2019-04-05 Alexander Pyhalovtransfer_lock should be released before usbi_handle_tra...
2019-04-05 Dj ArtAdding support for ARM & ARM64 Windows Platform
2019-04-05 Frank Lifix windows crash when multi-thread do sync transfer
2019-04-05 Harry MallonFix copy paste error in libusb_free_* docs
2019-04-05 Sean McBrideFixed Xcode 10.1 warning by setting project setting...
2019-04-05 Aymeric VincentInitialize the non-control endpoint fds in netbsd_open()
2019-04-05 Nathan Hjelmdarwin: fix reset device
2019-02-08 Sean McBrideFixed -Wformat warnings by casting intptr_t to void*
2019-01-31 Andrew Aldridgehaiku_usb_raw: Add missing wrap_sys_device field to...
2019-01-31 Andrew Aldridgehaiku_usb_raw: return written length instead of LIBUSB_...
2019-01-31 Sean McBrideFixed many compiler warnings about sign and size mismatch
2019-01-31 Frank Lifix race condition at event_handles
2019-01-31 winterraceAdd missing structure entry to avoid erroneous shift...
2019-01-17 Nathan Hjelmdarwin: use internal define when querying plugin interface
2019-01-09 Nathan Hjelmdarwin: shorten hotplug poll timeout
2019-01-09 Vianney le Clément... linux_usbfs: Disable hotplug events and scanning on...
2019-01-09 Vianney le Clément... linux_usbfs: Use fallback usbfs path on Android
2019-01-09 Vianney le Clément... linux_usbfs: Implement libusb_wrap_sys_device()
2019-01-09 Vianney le Clément... core: Add libusb_wrap_sys_device() API
2019-01-09 Vianney le Clément... linux_usbfs: Get device address from file descriptor
2019-01-09 Vianney le Clément... linux_usbfs: Extract device handle initialization from...
2019-01-09 Vianney le Clément... linux_usbfs: Fallback to usbfs if device has no sysfs_dir
2019-01-09 Sean McBrideRemoved unneeded checks for passing null to free()
2019-01-09 Sean McBrideAdded USBI_PRINTFLIKE to allow finding printf format...
2019-01-09 Stephenuse travis homebrew addon for reliability
2018-12-05 Nathan HjelmBump libusb API version for next release
2018-12-05 Nathan Hjelmconfigure.ac: bump .so version for next release
2018-12-05 Nathan HjelmUpdate ChangeLog
2018-12-05 Alexander Pyhalovusbi_dbg() uses backend's clock_gettime(), break recurs...
2018-12-05 Victor Tosoexamples: Fix format-truncation on debug
2018-12-05 Alexander PyhalovEnable timerfd on sunos when available
2018-12-05 gudenauAdd missing libusb_exit on an error condition
2018-12-05 Bence CsHungarian translation
2018-12-05 saur0nFixed typo in the documentation
2018-12-05 dmitrykoscore: new API libusb_set_log_cb() to redirect global...
2018-10-22 Nathan Hjelmupdate nano
2018-10-22 Baruch Siachconfigure.ac: fix detection of clock_gettime library
2018-10-17 Nathan Hjelmos/darwin: remove code that changed the device class...
2018-07-26 Nathan Hjelmos/darwin: switch from using ResetDevice to USBDeviceRe...
2018-07-09 StephenMove to brew bundle
2018-03-25 Chris Dickenslibusb 1.0.22 upstream/1.0.22
2018-03-25 Chris Dickensexamples: testlibusb: Fix DDK build warning
2018-03-20 Chris DickensWindows: Add back resource and definition files to...
2018-03-17 Chris Dickenslibusb 1.0.22-rc4
next