summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update to 1.0.23-rc1v1.0.23-rc1Nathan Hjelm2019-04-053-4/+9
* Add support for isochronous transfers with WinUSB.philemonf2019-04-055-48/+391
* windows: get usb device until usb configuration is sethaidong.zheng2019-04-052-15/+39
* darwin: Retry IOCreatePlugInInterfaceForService on failureJuan Cruz Viotti2019-04-052-4/+18
* xusb: Report SuperSpeedPlusHarry Mallon2019-04-042-4/+4
* solaris: Fix crash on closing libusb handleAlexander Pyhalov2019-04-043-24/+34
* windows: Improved log message output to MSVCdmitrykos2019-04-042-6/+7
* Fixed log message incorrect data format sent to MSVC if Unicode defined.Dmitry Kostjuchenko2019-04-042-2/+2
* Allow set configuration control requests when using libusb0.sysFrederik Carlier2019-04-042-3/+4
* Fix control transfer interface selectionkuro68k2019-04-042-6/+32
* Use more portable di_prop_lookup_ints() interfaceAlexander Pyhalov2019-04-042-8/+8
* transfer_lock should be released before usbi_handle_transfer_completion() callAlexander Pyhalov2019-04-042-2/+8
* Adding support for ARM & ARM64 Windows PlatformDj Art2019-04-0411-10/+298
* fix windows crash when multi-thread do sync transferFrank Li2019-04-045-11/+62
* Fix copy paste error in libusb_free_* docsHarry Mallon2019-04-042-5/+6
* Fixed Xcode 10.1 warning by setting project setting 'ALWAYS_SEARCH_USER_PATHS...Sean McBride2019-04-043-1/+8
* Initialize the non-control endpoint fds in netbsd_open()Aymeric Vincent2019-04-042-1/+6
* darwin: fix reset deviceNathan Hjelm2019-04-043-53/+154
* Fixed -Wformat warnings by casting intptr_t to void*Sean McBride2019-02-082-3/+3
* haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backendAndrew Aldridge2019-01-302-40/+41
* haiku_usb_raw: return written length instead of LIBUSB_SUCCESSAndrew Aldridge2019-01-302-8/+7
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-3014-111/+144
* fix race condition at event_handlesFrank Li2019-01-302-3/+10
* Add missing structure entry to avoid erroneous shift of following itemswinterrace2019-01-302-1/+2
* darwin: use internal define when querying plugin interfaceNathan Hjelm2019-01-162-2/+2
* darwin: shorten hotplug poll timeoutNathan Hjelm2019-01-082-4/+4
* linux_usbfs: Disable hotplug events and scanning on AndroidVianney le Clément de Saint-Marcq2019-01-082-6/+10
* linux_usbfs: Use fallback usbfs path on AndroidVianney le Clément de Saint-Marcq2019-01-082-3/+5
* linux_usbfs: Implement libusb_wrap_sys_device()Vianney le Clément de Saint-Marcq2019-01-082-12/+79
* core: Add libusb_wrap_sys_device() APIVianney le Clément de Saint-Marcq2019-01-084-1/+102
* linux_usbfs: Get device address from file descriptorVianney le Clément de Saint-Marcq2019-01-084-5/+16
* linux_usbfs: Extract device handle initialization from op_open()Vianney le Clément de Saint-Marcq2019-01-082-20/+30
* linux_usbfs: Fallback to usbfs if device has no sysfs_dirVianney le Clément de Saint-Marcq2019-01-082-14/+16
* Tried to untangle mixing of int, enum libusb_error, kern_return_t, and IOReturn.Sean McBride2019-01-081-89/+94
* Removed unneeded checks for passing null to free()Sean McBride2019-01-083-14/+8
* Added USBI_PRINTFLIKE to allow finding printf format string mistakesSean McBride2019-01-083-4/+14
* use travis homebrew addon for reliabilityStephen2019-01-082-5/+4
* Bump libusb API version for next releaseNathan Hjelm2018-12-052-3/+3
* configure.ac: bump .so version for next releasetestNathan Hjelm2018-12-052-2/+2
* Update ChangeLogNathan Hjelm2018-12-052-1/+13
* usbi_dbg() uses backend's clock_gettime(), break recursion in sunos backendAlexander Pyhalov2018-12-052-3/+1
* examples: Fix format-truncation on debugVictor Toso2018-12-052-2/+2
* Enable timerfd on sunos when availableAlexander Pyhalov2018-12-052-1/+11
* Add missing libusb_exit on an error conditiongudenau2018-12-052-2/+4
* Hungarian translationBence Cs2018-12-052-2/+17
* Fixed typo in the documentationsaur0n2018-12-052-2/+2
* core: new API libusb_set_log_cb() to redirect global and per context log mess...dmitrykos2018-12-055-2/+87
* update nanoNathan Hjelm2018-10-221-1/+1
* Add German translationAlexander Schlarb2018-10-221-1/+17
* configure.ac: fix detection of clock_gettime libraryBaruch Siach2018-10-222-2/+2