Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os /
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-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 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-03 Jie Zhangwindows: relax HCD root hub enumeration errors
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 ToscanoAdd Null POSIX backend
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-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-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-08-22 winterraceUpdate poll_windows.c
2019-08-22 winterraceFix NULL pointer dereference crashes
2019-08-14 Nathan Hjelmwindows: fix build
2019-08-14 Frank Liwindows: Fix libusb_get_device_list failure if virual...
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-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-04-08 mac WangIssue 555: Memory passed to ioctl is not initialized...
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 Alexander Pyhalovsolaris: Fix crash on closing libusb handle
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 Frank Lifix windows crash when multi-thread do sync transfer
2019-04-05 Aymeric VincentInitialize the non-control endpoint fds in netbsd_open()
2019-04-05 Nathan Hjelmdarwin: fix reset device
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 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... 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 McBrideTried to untangle mixing of int, enum libusb_error...
2019-01-09 Sean McBrideRemoved unneeded checks for passing null to free()
2018-12-05 Alexander Pyhalovusbi_dbg() uses backend's clock_gettime(), break recurs...
2018-12-05 Alexander PyhalovEnable timerfd on sunos when available
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-03-17 Chris DickensWindows: WinUSB: Allow caching config descriptors to...
2018-03-12 Chris DickensWindows: Restructure DDK/MSVC project files
2018-03-12 Chris DickensWindows: WinUSB: Guard against erroneous reporting...
2018-03-12 Chris DickensWindows: UsbDk: Fix potential buffer overflow
2018-03-12 Chris DickensWindows: WinUSB: Do not assume that driver implements...
2018-03-12 Chris DickensWindows: Plug HANDLE leak
2018-02-24 Chris DickensWindows: UsbDk: Implement get_config_descriptor_by_value()
2018-02-24 zacharyWindows: Fix hid_abort_transfers blocking
2018-02-24 Patrick StewartWindows: Fix race condition between submit and handle...
2018-02-02 Chris DickensWindows: Always search for "USB" PnP enumerator class
2018-01-28 Chris DickensWindows: Check composite interfaces before calling...
2018-01-09 Sean McBridedarwin: Improve error checking to prevent (very unlikel...
2018-01-09 Sean McBridedarwin: Suppress deprecation warning when building...
2018-01-09 Sean McBridedarwin: Test use of kUSBDeviceSpeedSuper against SDK...
2018-01-09 Sean McBridedarwin: extend enum libusb_speed for 10000MBit/s case
2018-01-09 Chris Dickenslinux_usbfs: Add support for reporting super speed...
2018-01-09 Joshua BlakeWindows: Added isochronous support via libusbk
2018-01-08 Chris DickensWindows: Fix MinGW build warnings/errors
2018-01-08 Sean McBridedarwin: Changed weirdo fixed-sized typedefs with the...
2018-01-08 Sean McBridedarwin: Untangle clock_* API tests from atomics tests
2018-01-08 Sean McBridedarwin: Replaced low-level mach API with pthread API
2018-01-08 Sean McBridedarwin: Cleanup and fixes related to Mac OS IOUSBLib...
2018-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2018-01-07 Chris DickensWindows: Add check for ERROR_FILE_NOT_FOUND, which...
2018-01-07 Chris DickensWindows: UsbDk: Fix some minor style/naming issues
next