1. 8fa0582 darwin: Fix compilation on macOS 10.9 and earlier by Evan Miller · 3 years, 3 months ago
  2. f33c956 examples: Add example for unrooted Android by Peter-St · 4 years, 1 month ago
  3. 78eb865 descriptor: Provide more detailed warning if suspicious bLength by Tormod Volden · 3 years, 3 months ago
  4. 1d1411b doc: Explain default options in libusb_set_option documentation by Tormod Volden · 3 years, 4 months ago
  5. f7084fe core: Apply default options to all new contexts by Bruno Harbulot · 3 years, 5 months ago
  6. b88f144 xusb: Print total length of configuration descriptor by Tormod Volden · 3 years, 3 months ago
  7. 14d3bde Fix various typos in docs/comments by luz paz · 3 years, 3 months ago
  8. 6992d9b xusb: Print configuration descriptor length by Tormod Volden · 3 years, 3 months ago
  9. edd1a4b darwin: After last CFRelease of struct field, set it to NULL by Sean McBride · 3 years, 5 months ago
  10. 35b23a0 doc: Improve comments related to device discovery and hotplug by Sean McBride · 3 years, 3 months ago
  11. 7624561 doc: Update note about LIBUSB_TRANSFER_ADD_ZERO_PACKET availability by Tormod Volden · 3 years, 4 months ago
  12. 619c28f Windows: Fix ssize_t unconditionally defined by Paul Cercueil · 3 years, 4 months ago
  13. a584d06 Windows: Partial fix for data race in composite_copy_transfer_data by Bohdan Tymkiv · 3 years, 6 months ago
  14. 8d76168 darwin: fix deprecation warning about kIOMasterPortDefault by Nathan Hjelm · 3 years, 3 months ago
  15. 4f6754f darwin: add support for handling new error code (kUSBHostReturnPipeStalled) by Nathan Hjelm · 3 years, 3 months ago
  16. e88b77f git hooks: Remove "source" bashism by Tormod Volden · 3 years, 4 months ago
  17. 35b3a52 Update Android Readme by Peter-St · 4 years, 1 month ago
  18. 6929b82 Fix segmentation fault in libusb_init() if usbi_backend.init() fails by Ankur Verma · 3 years, 4 months ago
  19. 7d7733a Fix comment typos by Sean McBride · 3 years, 5 months ago
  20. 4240710 Android build name correction by xloem · 3 years, 6 months ago
  21. f7624bf Fix Windows HID backend missing byte by mcuee · 3 years, 5 months ago
  22. 1a90627 darwin: fix typo by Nathan Hjelm · 3 years, 6 months ago
  23. 993b28c darwin: improve the error message on kernel driver detach failure by Nathan Hjelm · 3 years, 6 months ago
  24. 3ed54c5 darwin: fix USB capture for root by Nathan Hjelm · 3 years, 6 months ago
  25. e2edecd configure: remove usage of deprecated AC_HELP_STRING by Nathan Hjelm · 3 years, 6 months ago
  26. e568db9 core: set default backend options before calling backend init by Nathan Hjelm · 3 years, 6 months ago
  27. a25cfe5 Update libusb-1.0.def by mcuee · 3 years, 6 months ago
  28. d2522b3 darwin: only attempt to auto-detach driver is one is active by Nathan Hjelm · 3 years, 6 months ago
  29. f8dc6af darwin: use the IO registry to detect if a kernel driver is attached to an interface by Nathan Hjelm · 3 years, 6 months ago
  30. 42f9c3b xusb: add check for interface kernel driver by Nathan Hjelm · 3 years, 6 months ago
  31. 6cae9c6 core: update usbi_dbg to take the context as an argument by Nathan Hjelm · 3 years, 6 months ago
  32. b0fd4d8 darwin: downgrade error message on failure to open interface to info by Nathan Hjelm · 3 years, 6 months ago
  33. 47aecbc darwin: add a comment on how the bus number is calculated by Nathan Hjelm · 3 years, 6 months ago
  34. 7ec91f1 darwin: update the list of endpoints after successfull SetAlternateInterface() by Dmitry Zakablukov · 3 years, 6 months ago
  35. 5d089e4 winusb: Ignore missing DeviceInterfaceGUID by Tormod Volden · 3 years, 7 months ago
  36. 339d24c darwin: improve support for auto-detaching a kernel driver by Nathan Hjelm · 3 years, 7 months ago
  37. ced4553 darwin: fix SEGV on libusb_close after failed re-enumeration by Nathan Hjelm · 3 years, 7 months ago
  38. 5781c47 [Issue-912] Lock open_devs_lock in context to avoid access violation by Dmitry Zakablukov · 3 years, 7 months ago
  39. 5c89594 New NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORITY option by Tormod Volden · 3 years, 7 months ago
  40. a030587 windows: Allow GUID with and without trailing zeroes by Craig Hutchinson · 3 years, 8 months ago
  41. 68289d0 Fix build failure on Mac OS X 10.7 by Ryan Schmidt · 3 years, 8 months ago
  42. e3dda19 darwin: release device parent reference when re-enumerating device by Nathan Hjelm · 3 years, 8 months ago
  43. 5360a17 Do not restrict "weak authority" option to Android by Tormod Volden · 3 years, 8 months ago
  44. 87a8578 core: really fix dangling devices by Nathan Hjelm · 3 years, 8 months ago
  45. 3e67404 darwin_set_interface_altsetting: Avoid device reset on pipe error by Tormod Volden · 4 years ago
  46. bb02159 winusb: Check for ClassGuid changes on re-enumeration by Tormod Volden · 3 years, 10 months ago
  47. 66d0581 core: only increment devices_released when a device is destroyed by Nathan Hjelm · 3 years, 8 months ago
  48. a0e7738 core: ensure that all devices are properly cleaned up on libusb_exit by Nathan Hjelm · 3 years, 8 months ago
  49. a524555 core: allow libusb_set_option on the default context before libusb_init by Nathan Hjelm · 3 years, 8 months ago
  50. d551802 Windows: Try alternative methods to query port number by Jim Chen · 4 years ago
  51. 0ce010c Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb by Patrick Stewart · 8 years ago
  52. 0ed74d7 doc: Add since version tag to libusb_wrap_sys_device() by Ihor Dutchak · 3 years, 8 months ago
  53. e4e9c6d doc: correction of LIBUSB_OPTION_WEAK_AUTHORITY availability by Ihor Dutchak · 3 years, 8 months ago
  54. 676076c darwin: do not reset darwin_cached_devices on last call to libusb_exit by Nathan Hjelm · 3 years, 8 months ago
  55. 32a2206 core: Refactor initialization and how the default context is handled by Chris Dickens · 4 years ago
  56. a2b81ae make libusb.h usable with Watcom by Ozkan Sezer · 3 years, 10 months ago
  57. 35e8ee9 Update ChangeLog in preparation for 1.0.25 by Nathan Hjelm · 3 years, 8 months ago
  58. 00688d0 darwin: remove redundant macOS version checks by osy · 3 years, 9 months ago
  59. 6a902c3 darwin: add authorization for device capture by osy · 3 years, 9 months ago
  60. abd788c darwin: use detach kernel APIs for capture by osy · 3 years, 9 months ago
  61. bd097fe darwin: rename darwin_reset_device by osy · 3 years, 9 months ago
  62. b8b7fd6 darwin: add timeout for reset reenumerate by osy · 3 years, 9 months ago
  63. 1001cb5 autogen: Support being called from external build dir by Marco Trevisan (Treviño) · 3 years, 9 months ago
  64. bda2344 Doxygen: fix warning about PAPER_TYPE by Ludovic Rousseau · 4 years ago
  65. 9027302 Doxygen: update config file from 1.8.16 to 1.9.0 by Ludovic Rousseau · 4 years ago
  66. d97e85e darwin: Don't drop partial data on timeout by Vegard Storheil Eriksen · 4 years ago
  67. 28a11d1 doc: Add since version tag to libusb_set_log_cb() by Victor Toso · 4 years ago
  68. f38f09d linux_usbfs: Gracefully handle buggy devices with a configuration 0 by Chris Dickens · 4 years ago
  69. c486d01 linux_usbfs: Accept sysfs attributes not terminated with newline by Chris Dickens · 4 years ago
  70. 6a39451 linux_netlink: Change order of header includes per netlink(7) by Chris Dickens · 4 years ago
  71. a247f16 darwin: fix const array size to work with GCC compilers by Michael Dickens · 4 years, 1 month ago
  72. a108bb8 Windows: Fix HID and synchronous transfer completion by Chris Dickens · 4 years ago
  73. b51c743 Windows: Filter out non-libusb I/O completions by Chris Dickens · 4 years ago
  74. 08e0029 configure.ac: Consider Mac OS X target version for clock_gettime() by Chris Dickens · 4 years ago
  75. e78cafb linux_usbfs: Fix exit crash on Android by Mark Kuo · 4 years ago
  76. 62c0594 windows: Update link about control transfer size limits by Tormod Volden · 4 years, 1 month ago
  77. 1f25bb7 libusb/core.c: bump DISCOVERED_DEVICES_SIZE_STEP to 16 by Mikolaj Kucharski · 4 years, 1 month ago
  78. 2c7f4aa Prefix hex values with 0x in core.c and os/openbsd_usb.c by Mikolaj Kucharski · 4 years, 1 month ago
  79. b31217f Update changelog in preperation for rolling 1.0.25 by Nathan Hjelm · 4 years ago
  80. bf943bc MacOS: Silence pipe error in set_interface_alt_setting() by Freek Dijkstra · 4 years ago
  81. 073f229 Windows: Break dependency on OLE32 by Chris Dickens · 4 years, 1 month ago
  82. 9cb2e5c Windows: Cleanup header includes and definiions by Chris Dickens · 4 years, 1 month ago
  83. 40644b4 travis: Turn off Homebrew updates by Chris Dickens · 4 years, 1 month ago
  84. eed8a37 Use stdatomic instead of gcc-internal atomics by Nathan Hjelm · 4 years, 1 month ago
  85. 1a08aa8 core: Introduce atomic type and operations by Chris Dickens · 4 years, 1 month ago
  86. f6d2cb5 linux_usbfs: Fix parsing of descriptors for multi-configuration devices by Chris Dickens · 4 years, 1 month ago
  87. 369af14 Correct a typo in the Changelog and clean up a stray file by Chris Dickens · 4 years, 1 month ago
  88. c6a35c5 libusb 1.0.24 by Chris Dickens · 4 years, 1 month ago
  89. 442305e autotools: fix out-of-tree building of documentation by Aurelien Jarno · 4 years, 2 months ago
  90. cd43185 fix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters files by Mikolaj Kucharski · 4 years, 2 months ago
  91. 42ad1d1 libusb 1.0.24-rc1 by Chris Dickens · 4 years, 2 months ago
  92. 0e6161d Windows: Fix a few more benign compiler warnings by Chris Dickens · 4 years, 2 months ago
  93. a2f1e2d Windows: Support building dpfp and sam3u_benchmark with MSVC by Chris Dickens · 4 years, 2 months ago
  94. 1be2ed9 Windows: Add missing header files to MSVC projects by Chris Dickens · 4 years, 2 months ago
  95. f2e551a build: Prepare config.h for inclusion in examples/tests by Chris Dickens · 4 years, 2 months ago
  96. 9d23ed2 build: Fix Android and Xcode compilation errors/warnings by Chris Dickens · 4 years, 2 months ago
  97. f69548c examples: Enable all examples to build on all platforms by Chris Dickens · 4 years, 4 months ago
  98. 851ff40 Windows: ignore all broken devices during enumeration by Ihor Dutchak · 4 years, 2 months ago
  99. 1566808 Fix various CI build warnings by Chris Dickens · 4 years, 2 months ago
  100. ab5dcf4 travis: Update build environments by Chris Dickens · 4 years, 2 months ago