platform/upstream/libusb.git
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2020-01-24 Chris Dickensappveyor.yml: Revert back to Visual Studio 2015 image
2020-01-22 Chris DickensMisc: Use the UNREFERENCED_PARAMETER macro for UNUSED...
2020-01-22 Chris DickensWindows: Improve poll abstraction
2020-01-22 Chris DickensWindows: Add missing '%' character for printf format...
2020-01-22 Chris DickensWindows: Kill the dedicated thread for monotonic clock_...
2020-01-22 Chris DickensWindows: Fix some MinGW build warnings and printf forma...
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensWindows: Add Visual Studio 2019 support
2020-01-21 Chris DickensMisc: Remove obsolete Windows DDK build files
2020-01-21 Chris DickensMisc: Clean up Visual Studio project files
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2020-01-16 Chris Dickenslinux_usbfs: Wait until all URBs have been reaped befor...
2020-01-13 Chris Dickenscore: Do not attempt to destroy a default context that...
2020-01-13 Chris Dickenscore: Fix libusb_get_max_iso_packet_size() for superspe...
2020-01-13 gudenauhotplug: Added libusb_hotplug_get_user_data()
2020-01-13 Chris DickensIncrement LIBUSB_API_VERSION for next release
2020-01-13 Chris Dickensexamples: testlibusb: Always print VID and PID in addit...
2020-01-13 Chris Dickensexamples: testlibusb: Formatting, whitespace and functi...
2020-01-13 Greg Kroah... core: fix build warning on newer versions of gcc
2020-01-03 Jie Zhangwindows: relax HCD root hub enumeration errors
2020-01-03 VladimirTechManChange the errcode argument in libusb_strerror to be...
2020-01-03 Matthias Boltewindows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB...
2020-01-03 Matthias Boltewindows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS...
2019-12-28 Pino Toscanocore: include sys/time.h on any GNU libc OS
2019-12-28 Pino ToscanoAdd Null POSIX backend
2019-12-22 Aleksandr MezinSet project name for doxygen
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 Josh Gaowindows_winusb: fix size_t format strings.
2019-08-09 Frank Liwindows: remove total fds (256) limitations
2019-08-09 William OrrUse `%zu` for sizes instead of `%d`
2019-08-09 William OrrRemove infinite recursion in OpenBSD backend
2019-08-09 William OrrUse a designated initializer for openbsd backend
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...
next