summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure: remove usage of deprecated AC_HELP_STRINGNathan Hjelm2021-07-262-2/+2
* core: set default backend options before calling backend initNathan Hjelm2021-07-262-16/+16
* Update libusb-1.0.defmcuee2021-07-262-2/+2
* darwin: only attempt to auto-detach driver is one is activeNathan Hjelm2021-07-222-2/+2
* darwin: use the IO registry to detect if a kernel driver is attached to an in...Nathan Hjelm2021-07-214-5/+55
* xusb: add check for interface kernel driverNathan Hjelm2021-07-212-1/+3
* core: update usbi_dbg to take the context as an argumentNathan Hjelm2021-07-2121-513/+530
* darwin: downgrade error message on failure to open interface to infoNathan Hjelm2021-07-202-7/+7
* darwin: add a comment on how the bus number is calculatedNathan Hjelm2021-07-202-1/+3
* darwin: update the list of endpoints after successfull SetAlternateInterface()Dmitry Zakablukov2021-07-202-2/+12
* winusb: Ignore missing DeviceInterfaceGUIDTormod Volden2021-07-202-2/+4
* darwin: improve support for auto-detaching a kernel driverNathan Hjelm2021-07-092-17/+33
* darwin: fix SEGV on libusb_close after failed re-enumerationNathan Hjelm2021-07-082-3/+9
* [Issue-912] Lock open_devs_lock in context to avoid access violationDmitry Zakablukov2021-07-082-10/+23
* New NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORITY optionTormod Volden2021-07-084-16/+30
* windows: Allow GUID with and without trailing zeroesCraig Hutchinson2021-07-082-5/+11
* Fix build failure on Mac OS X 10.7Ryan Schmidt2021-07-082-2/+2
* darwin: release device parent reference when re-enumerating deviceNathan Hjelm2021-06-112-3/+6
* Do not restrict "weak authority" option to AndroidTormod Volden2021-06-113-16/+8
* core: really fix dangling devicesNathan Hjelm2021-06-112-14/+16
* darwin_set_interface_altsetting: Avoid device reset on pipe errorTormod Volden2021-06-102-13/+25
* winusb: Check for ClassGuid changes on re-enumerationTormod Volden2021-06-103-1/+9
* core: only increment devices_released when a device is destroyedNathan Hjelm2021-06-102-3/+4
* core: ensure that all devices are properly cleaned up on libusb_exitNathan Hjelm2021-06-102-10/+15
* core: allow libusb_set_option on the default context before libusb_initNathan Hjelm2021-06-075-21/+71
* Windows: Try alternative methods to query port numberJim Chen2021-06-072-4/+43
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusbPatrick Stewart2021-06-073-3/+29
* doc: Add since version tag to libusb_wrap_sys_device()Ihor Dutchak2021-06-062-1/+3
* doc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availabilityIhor Dutchak2021-06-062-4/+4
* darwin: do not reset darwin_cached_devices on last call to libusb_exitNathan Hjelm2021-06-062-6/+5
* core: Refactor initialization and how the default context is handledChris Dickens2021-06-0228-451/+333
* make libusb.h usable with WatcomOzkan Sezer2021-05-162-3/+3
* Update ChangeLog in preparation for 1.0.25Nathan Hjelm2021-05-162-2/+4
* darwin: remove redundant macOS version checksosy2021-05-162-15/+15
* darwin: add authorization for device captureosy2021-05-165-27/+106
* darwin: use detach kernel APIs for captureosy2021-05-164-28/+147
* darwin: rename darwin_reset_deviceosy2021-05-162-8/+9
* darwin: add timeout for reset reenumerateosy2021-05-162-1/+12
* autogen: Support being called from external build dirMarco Trevisan (TreviƱo)2021-04-143-3/+7
* Doxygen: fix warning about PAPER_TYPELudovic Rousseau2021-02-222-2/+2
* Doxygen: update config file from 1.8.16 to 1.9.0Ludovic Rousseau2021-02-222-66/+146
* darwin: Don't drop partial data on timeoutVegard Storheil Eriksen2021-02-152-2/+2
* doc: Add since version tag to libusb_set_log_cb()Victor Toso2021-02-153-1/+9
* linux_usbfs: Gracefully handle buggy devices with a configuration 0Chris Dickens2021-02-082-36/+60
* linux_usbfs: Accept sysfs attributes not terminated with newlineChris Dickens2021-02-082-6/+8
* linux_netlink: Change order of header includes per netlink(7)Chris Dickens2021-02-082-2/+2
* darwin: fix const array size to work with GCC compilersMichael Dickens2021-02-082-2/+2
* Windows: Fix HID and synchronous transfer completionChris Dickens2021-02-013-13/+16
* Windows: Filter out non-libusb I/O completionsChris Dickens2021-01-155-32/+88
* configure.ac: Consider Mac OS X target version for clock_gettime()Chris Dickens2021-01-152-5/+25