Windows: Fix timeouts if only endpoint 0 exists
[platform/upstream/libusb.git] / libusb / version_nano.h
2021-11-07 Julian ScheelWindows: Fix timeouts if only endpoint 0 exists
2021-11-07 Tormod VoldenWindows: Ignore any device interface GUIDs beyond the...
2021-11-07 Evan Millerdarwin: Fix compilation on macOS 10.9 and earlier
2021-11-01 Peter-Stexamples: Add example for unrooted Android
2021-11-01 Tormod Voldendescriptor: Provide more detailed warning if suspicious...
2021-11-01 Tormod Voldendoc: Explain default options in libusb_set_option docum...
2021-11-01 Bruno Harbulotcore: Apply default options to all new contexts
2021-10-31 Tormod Voldenxusb: Print total length of configuration descriptor
2021-10-31 Tormod Voldenxusb: Print configuration descriptor length
2021-10-30 Sean McBridedarwin: After last CFRelease of struct field, set it...
2021-10-30 Sean McBridedoc: Improve comments related to device discovery and...
2021-10-30 Tormod Voldendoc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET...
2021-10-30 Paul CercueilWindows: Fix ssize_t unconditionally defined
2021-10-30 Bohdan TymkivWindows: Partial fix for data race in composite_copy_tr...
2021-10-28 Nathan Hjelmdarwin: fix deprecation warning about kIOMasterPortDefault
2021-10-28 Nathan Hjelmdarwin: add support for handling new error code (kUSBHo...
2021-09-23 Tormod Voldengit hooks: Remove "source" bashism
2021-09-23 Peter-StUpdate Android Readme
2021-09-23 Ankur VermaFix segmentation fault in libusb_init() if usbi_backend...
2021-09-23 Sean McBrideFix comment typos
2021-09-23 xloemAndroid build name correction
2021-09-23 mcueeFix Windows HID backend missing byte
2021-08-08 Nathan Hjelmdarwin: fix typo
2021-08-08 Nathan Hjelmdarwin: improve the error message on kernel driver...
2021-08-08 Nathan Hjelmdarwin: fix USB capture for root
2021-07-27 Nathan Hjelmconfigure: remove usage of deprecated AC_HELP_STRING
2021-07-27 Nathan Hjelmcore: set default backend options before calling backen...
2021-07-27 mcueeUpdate libusb-1.0.def
2021-07-22 Nathan Hjelmdarwin: only attempt to auto-detach driver is one is...
2021-07-22 Nathan Hjelmdarwin: use the IO registry to detect if a kernel drive...
2021-07-21 Nathan Hjelmxusb: add check for interface kernel driver
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-20 Nathan Hjelmdarwin: downgrade error message on failure to open...
2021-07-20 Nathan Hjelmdarwin: add a comment on how the bus number is calculated
2021-07-20 Dmitry Zakablukovdarwin: update the list of endpoints after successfull...
2021-07-20 Tormod Voldenwinusb: Ignore missing DeviceInterfaceGUID
2021-07-09 Nathan Hjelmdarwin: improve support for auto-detaching a kernel...
2021-07-09 Nathan Hjelmdarwin: fix SEGV on libusb_close after failed re-enumer...
2021-07-09 Dmitry Zakablukov[Issue-912] Lock open_devs_lock in context to avoid...
2021-07-09 Tormod VoldenNew NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORIT...
2021-07-09 Craig Hutchinsonwindows: Allow GUID with and without trailing zeroes
2021-07-09 Ryan SchmidtFix build failure on Mac OS X 10.7
2021-06-12 Nathan Hjelmdarwin: release device parent reference when re-enumera...
2021-06-11 Tormod VoldenDo not restrict "weak authority" option to Android
2021-06-11 Nathan Hjelmcore: really fix dangling devices
2021-06-11 Tormod Voldendarwin_set_interface_altsetting: Avoid device reset...
2021-06-11 Tormod Voldenwinusb: Check for ClassGuid changes on re-enumeration
2021-06-11 Nathan Hjelmcore: only increment devices_released when a device...
2021-06-11 Nathan Hjelmcore: ensure that all devices are properly cleaned...
2021-06-08 Nathan Hjelmcore: allow libusb_set_option on the default context...
2021-06-08 Jim ChenWindows: Try alternative methods to query port number
2021-06-08 Patrick StewartWindows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on...
2021-06-06 Ihor Dutchakdoc: Add since version tag to libusb_wrap_sys_device()
2021-06-06 Ihor Dutchakdoc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availab...
2021-06-06 Nathan Hjelmdarwin: do not reset darwin_cached_devices on last...
2021-05-16 Ozkan Sezermake libusb.h usable with Watcom
2021-05-16 Nathan HjelmUpdate ChangeLog in preparation for 1.0.25
2021-05-16 osydarwin: remove redundant macOS version checks
2021-05-16 osydarwin: add authorization for device capture
2021-05-16 osydarwin: use detach kernel APIs for capture
2021-05-16 osydarwin: rename darwin_reset_device
2021-05-16 osydarwin: add timeout for reset reenumerate
2021-04-14 Marco Trevisan ... autogen: Support being called from external build dir
2021-02-22 Ludovic RousseauDoxygen: fix warning about PAPER_TYPE
2021-02-22 Ludovic RousseauDoxygen: update config file from 1.8.16 to 1.9.0
2021-02-16 Vegard Storheil... darwin: Don't drop partial data on timeout
2021-02-15 Victor Tosodoc: Add since version tag to libusb_set_log_cb()
2021-02-08 Chris Dickenslinux_usbfs: Gracefully handle buggy devices with a...
2021-02-08 Chris Dickenslinux_usbfs: Accept sysfs attributes not terminated...
2021-02-08 Chris Dickenslinux_netlink: Change order of header includes per...
2021-02-08 Michael Dickensdarwin: fix const array size to work with GCC compilers
2021-02-01 Chris DickensWindows: Fix HID and synchronous transfer completion
2021-01-16 Chris DickensWindows: Filter out non-libusb I/O completions
2021-01-15 Chris Dickensconfigure.ac: Consider Mac OS X target version for...
2021-01-15 Mark Kuolinux_usbfs: Fix exit crash on Android
2021-01-15 Tormod Voldenwindows: Update link about control transfer size limits
2021-01-15 Mikolaj Kucharskilibusb/core.c: bump DISCOVERED_DEVICES_SIZE_STEP to 16
2021-01-15 Mikolaj KucharskiPrefix hex values with 0x in core.c and os/openbsd_usb.c
2021-01-13 Nathan HjelmUpdate changelog in preperation for rolling 1.0.25
2021-01-13 Freek DijkstraMacOS: Silence pipe error in set_interface_alt_setting()
2020-12-19 Chris DickensWindows: Break dependency on OLE32
2020-12-19 Chris DickensWindows: Cleanup header includes and definiions
2020-12-19 Chris Dickenstravis: Turn off Homebrew updates
2020-12-17 Nathan HjelmUse stdatomic instead of gcc-internal atomics
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-12-13 Chris Dickenslinux_usbfs: Fix parsing of descriptors for multi-confi...
2020-12-13 Chris DickensCorrect a typo in the Changelog and clean up a stray...
2020-12-10 Chris Dickenslibusb 1.0.24 upstream/1.0.24
2020-12-03 Aurelien Jarnoautotools: fix out-of-tree building of documentation
2020-11-30 Mikolaj Kucharskifix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters...
2020-11-28 Chris Dickenslibusb 1.0.24-rc1
2020-11-28 Chris DickensWindows: Fix a few more benign compiler warnings
2020-11-28 Chris DickensWindows: Support building dpfp and sam3u_benchmark...
2020-11-27 Chris DickensWindows: Add missing header files to MSVC projects
2020-11-27 Chris Dickensbuild: Prepare config.h for inclusion in examples/tests
2020-11-16 Chris Dickensbuild: Fix Android and Xcode compilation errors/warnings
2020-11-10 Chris Dickensexamples: Enable all examples to build on all platforms
2020-11-10 Ihor DutchakWindows: ignore all broken devices during enumeration
2020-11-09 Chris DickensFix various CI build warnings
2020-11-09 Chris Dickenstravis: Update build environments
next