summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* update to 1.0.23-rc2v1.0.23-rc2Nathan Hjelm2019-08-091-1/+1
* windows_winusb: Add support for reporting super speed plus devicesHarry Mallon2019-08-091-1/+1
* windows_winusb: fix pedantic format string warnings.Josh Gao2019-08-091-1/+1
* windows: remove total fds (256) limitationsFrank Li2019-08-091-1/+1
* Use `%zu` for sizes instead of `%d`William Orr2019-08-091-1/+1
* Windows: Workaround for composite devices with U2F on Win10 1903Axel Gembe2019-08-091-1/+1
* Windows: Fix detection of Windows 10 when manifest declares supportAxel Gembe2019-08-091-1/+1
* darwin: fix bugs in the reenumeration of devicesNathan Hjelm2019-08-091-1/+1
* Unix: fix library version for next releaseLudovic Rousseau2019-08-091-1/+1
* Various fixes for the Haiku portAdrien Destugues2019-07-071-1/+1
* Fix some -Wformat warnings.Josh Gao2019-07-071-1/+1
* windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbKLéo Lam2019-07-071-1/+1
* windows_winusb: Bounds check interface for check_valid_interfaceLéo Lam2019-07-071-1/+1
* windows_winusb: Mask wIndex correctly when checking interfacesLéo Lam2019-07-071-1/+1
* windows: fix return type of usbi_{inc,dec}_fds_ref.Josh Gao2019-07-071-1/+1
* Typo fixes in commentsfollower2019-07-071-1/+1
* mingw fixRipleyTom2019-07-071-1/+1
* Adds /utf-8 to compile optionsRipleyTom2019-07-071-1/+1
* Change all $(SolutionDir) to $(ProjectDir)RipleyTom2019-07-071-1/+1
* Address issue 554: Default context is erase before backend exits in libusb_exitmac Wang2019-04-091-1/+1
* Issue 555: Memory passed to ioctl is not initialized in reap_for_handlemac Wang2019-04-081-1/+1
* update to 1.0.23-rc1v1.0.23-rc1Nathan Hjelm2019-04-051-1/+1
* Add support for isochronous transfers with WinUSB.philemonf2019-04-051-1/+1
* windows: get usb device until usb configuration is sethaidong.zheng2019-04-051-1/+1
* darwin: Retry IOCreatePlugInInterfaceForService on failureJuan Cruz Viotti2019-04-051-1/+1
* xusb: Report SuperSpeedPlusHarry Mallon2019-04-041-1/+1
* solaris: Fix crash on closing libusb handleAlexander Pyhalov2019-04-041-1/+1
* windows: Improved log message output to MSVCdmitrykos2019-04-041-1/+1
* Fixed log message incorrect data format sent to MSVC if Unicode defined.Dmitry Kostjuchenko2019-04-041-1/+1
* Allow set configuration control requests when using libusb0.sysFrederik Carlier2019-04-041-1/+1
* Fix control transfer interface selectionkuro68k2019-04-041-1/+1
* Use more portable di_prop_lookup_ints() interfaceAlexander Pyhalov2019-04-041-1/+1
* transfer_lock should be released before usbi_handle_transfer_completion() callAlexander Pyhalov2019-04-041-1/+1
* Adding support for ARM & ARM64 Windows PlatformDj Art2019-04-041-1/+1
* fix windows crash when multi-thread do sync transferFrank Li2019-04-041-1/+1
* Fix copy paste error in libusb_free_* docsHarry Mallon2019-04-041-1/+1
* Fixed Xcode 10.1 warning by setting project setting 'ALWAYS_SEARCH_USER_PATHS...Sean McBride2019-04-041-1/+1
* Initialize the non-control endpoint fds in netbsd_open()Aymeric Vincent2019-04-041-1/+1
* darwin: fix reset deviceNathan Hjelm2019-04-041-1/+1
* Fixed -Wformat warnings by casting intptr_t to void*Sean McBride2019-02-081-1/+1
* haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backendAndrew Aldridge2019-01-301-1/+1
* haiku_usb_raw: return written length instead of LIBUSB_SUCCESSAndrew Aldridge2019-01-301-1/+1
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-301-1/+1
* fix race condition at event_handlesFrank Li2019-01-301-1/+1
* Add missing structure entry to avoid erroneous shift of following itemswinterrace2019-01-301-1/+1
* darwin: use internal define when querying plugin interfaceNathan Hjelm2019-01-161-1/+1
* darwin: shorten hotplug poll timeoutNathan Hjelm2019-01-081-1/+1
* linux_usbfs: Disable hotplug events and scanning on AndroidVianney le Clément de Saint-Marcq2019-01-081-1/+1
* linux_usbfs: Use fallback usbfs path on AndroidVianney le Clément de Saint-Marcq2019-01-081-1/+1
* linux_usbfs: Implement libusb_wrap_sys_device()Vianney le Clément de Saint-Marcq2019-01-081-1/+1