1. a5624b2 core: Do not attempt to destroy a default context that doesn't exist by Chris Dickens · 4 years, 4 months ago
  2. dbd4991 core: Fix libusb_get_max_iso_packet_size() for superspeed plus by Chris Dickens · 4 years, 4 months ago
  3. 19e763e hotplug: Added libusb_hotplug_get_user_data() by gudenau · 6 years ago
  4. 25855c0 Increment LIBUSB_API_VERSION for next release by Chris Dickens · 4 years, 4 months ago
  5. cb95e3a examples: testlibusb: Always print VID and PID in addition to strings by Chris Dickens · 4 years, 4 months ago
  6. 88ded79 examples: testlibusb: Formatting, whitespace and functional cleanup by Chris Dickens · 4 years, 4 months ago
  7. 0bf84e4 core: fix build warning on newer versions of gcc by Greg Kroah-Hartman · 4 years, 4 months ago
  8. a36862b windows: relax HCD root hub enumeration errors by Jie Zhang · 6 years ago
  9. 5d0d0a5 Change the errcode argument in libusb_strerror to be of type int by VladimirTechMan · 4 years, 9 months ago
  10. 6d037d0 windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICE by Matthias Bolte · 4 years, 5 months ago
  11. f67f065 windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS translation by Matthias Bolte · 4 years, 5 months ago
  12. 1e9d26a core: include sys/time.h on any GNU libc OS by Pino Toscano · 4 years, 4 months ago
  13. 53572d7 Add Null POSIX backend by Pino Toscano · 4 years, 4 months ago
  14. b454b9a Set project name for doxygen by Aleksandr Mezin · 4 years, 5 months ago
  15. f20f2be linux_udev: silently ignore "bind" action by John Keeping · 4 years, 6 months ago
  16. 97ece77 Linux: Improved system out of memory handling by Slash Gordon · 4 years, 5 months ago
  17. 1bb774c Linux backend: fix ressource leak by Ludovic Rousseau · 4 years, 6 months ago
  18. 4bf9c34 Xcode: add tests/stress target by Ludovic Rousseau · 4 years, 6 months ago
  19. 93b0ed5 Xcode: apply suggested changes from Xcode 11.2 by Ludovic Rousseau · 4 years, 6 months ago
  20. c730a84 windows: workaround WaitForMultipleObjects max 64 events limitation. by Frank Li · 4 years, 9 months ago
  21. 211d791 Fix linux_scan_devices() in Android by Vinicius Tinti · 4 years, 7 months ago
  22. e924b8f Solaris: format mismatch in some usbi_dbg() by Kenjiro Tsuji · 4 years, 7 months ago
  23. 5a07883 Doxygen: do not hardcode the sourceforge.net username by Ludovic Rousseau · 4 years, 6 months ago
  24. e4923e7 Doxygen: add libusb_wrap_sys_device() in the API list by Ludovic Rousseau · 4 years, 6 months ago
  25. e9d6dc2 Doxygen: update config file from 1.8.8 to 1.8.16 by Ludovic Rousseau · 4 years, 6 months ago
  26. 1734873 Solaris backend depends on Solaris private symbols by Kenjiro Tsuji · 4 years, 7 months ago
  27. 8b04a55 Solaris: fails to find USB devices on SPARC platform by Kenjiro Tsuji · 4 years, 7 months ago
  28. a45730f Solaris backend is not correctly setting the one transfer mode for Interrupt-In pipe by Kenjiro Tsuji · 4 years, 7 months ago
  29. 906e706 fix constant not in range of enumerated type by mrstock · 4 years, 8 months ago
  30. 0c4f65a Xcode: apply suggested changes from Xcode 10.3 by Ludovic Rousseau · 4 years, 8 months ago
  31. e782eeb on to 1.0.23 by Nathan Hjelm · 4 years, 8 months ago
  32. 84c4fe8 Update poll_windows.c by winterrace · 4 years, 9 months ago
  33. 43ae426 Fix NULL pointer dereference crashes by winterrace · 4 years, 9 months ago
  34. 4b94eed move on to 1.0.23-rc3 by Nathan Hjelm · 4 years, 9 months ago
  35. b7ba7ad windows: fix build by Nathan Hjelm · 4 years, 9 months ago
  36. fd95d44 windows: Fix libusb_get_device_list failure if virual usb host installled by Frank Li · 4 years, 9 months ago
  37. dd7df2b core: protect against changes to the pollfd list during handle_events by Nathan Hjelm · 4 years, 9 months ago
  38. afadbc7 core: abandon sync transfers after libusb_close() by Nathan Hjelm · 4 years, 9 months ago
  39. a5990ab update to 1.0.23-rc2 by Nathan Hjelm · 4 years, 9 months ago
  40. e80c150 windows_winusb: Add support for reporting super speed plus devices by Harry Mallon · 5 years ago
  41. e0c4660 windows_winusb: fix pedantic format string warnings. by Josh Gao · 4 years, 10 months ago
  42. 4b8ea10 windows_winusb: fix size_t format strings. by Josh Gao · 4 years, 10 months ago
  43. 395e5a8 windows: remove total fds (256) limitations by Frank Li · 4 years, 10 months ago
  44. 45352d2 Use `%zu` for sizes instead of `%d` by William Orr · 4 years, 10 months ago
  45. 6acbd8b Remove infinite recursion in OpenBSD backend by William Orr · 4 years, 10 months ago
  46. 26eb7ff Use a designated initializer for openbsd backend by William Orr · 4 years, 10 months ago
  47. b815237 Windows: Workaround for composite devices with U2F on Win10 1903 by Axel Gembe · 4 years, 9 months ago
  48. 02b7981 Windows: Fix detection of Windows 10 when manifest declares support by Axel Gembe · 4 years, 9 months ago
  49. 96a1f37 darwin: fix bugs in the reenumeration of devices by Nathan Hjelm · 4 years, 9 months ago
  50. 767eafb Unix: fix library version for next release by Ludovic Rousseau · 4 years, 9 months ago
  51. db99ef3 Various fixes for the Haiku port by Adrien Destugues · 5 years ago
  52. 958ec52 Fix some -Wformat warnings. by Josh Gao · 5 years ago
  53. 0d35378 windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbK by Léo Lam · 5 years ago
  54. 5305df7 windows_winusb: Bounds check interface for check_valid_interface by Léo Lam · 5 years ago
  55. 028a92e windows_winusb: Mask wIndex correctly when checking interfaces by Léo Lam · 5 years ago
  56. 4d05bf9 windows: fix return type of usbi_{inc,dec}_fds_ref. by Josh Gao · 5 years ago
  57. f0b804c Typo fixes in comments by follower · 5 years ago
  58. 636b188 mingw fix by RipleyTom · 5 years ago
  59. 77037c4 Adds /utf-8 to compile options by RipleyTom · 5 years ago
  60. 8436ba6 Change all $(SolutionDir) to $(ProjectDir) by RipleyTom · 5 years ago
  61. f1e3853 Address issue 554: Default context is erase before backend exits in libusb_exit by mac Wang · 5 years ago
  62. 93dcb8e Issue 555: Memory passed to ioctl is not initialized in reap_for_handle by mac Wang · 5 years ago
  63. acaa806 update to 1.0.23-rc1 by Nathan Hjelm · 5 years ago
  64. dea5a8e Add support for isochronous transfers with WinUSB. by philemonf · 5 years ago
  65. eb164d7 windows: get usb device until usb configuration is set by haidong.zheng · 5 years ago
  66. 0b381a8 darwin: Retry IOCreatePlugInInterfaceForService on failure by Juan Cruz Viotti · 5 years ago
  67. 7997e32 xusb: Report SuperSpeedPlus by Harry Mallon · 5 years ago
  68. 133bbda solaris: Fix crash on closing libusb handle by Alexander Pyhalov · 6 years ago
  69. 542e6fd windows: Improved log message output to MSVC by dmitrykos · 5 years ago
  70. 5347d11 Fixed log message incorrect data format sent to MSVC if Unicode defined. by Dmitry Kostjuchenko · 5 years ago
  71. 016d342 Allow set configuration control requests when using libusb0.sys by Frederik Carlier · 6 years ago
  72. 070efbb Fix control transfer interface selection by kuro68k · 6 years ago
  73. 028e753 Use more portable di_prop_lookup_ints() interface by Alexander Pyhalov · 6 years ago
  74. fcce301 transfer_lock should be released before usbi_handle_transfer_completion() call by Alexander Pyhalov · 6 years ago
  75. a9b34d1 Adding support for ARM & ARM64 Windows Platform by Dj Art · 6 years ago
  76. fb864b7 fix windows crash when multi-thread do sync transfer by Frank Li · 5 years ago
  77. 85d1f36 Fix copy paste error in libusb_free_* docs by Harry Mallon · 5 years ago
  78. 0aeb46c Fixed Xcode 10.1 warning by setting project setting 'ALWAYS_SEARCH_USER_PATHS = NO' by Sean McBride · 5 years ago
  79. 9501adf Initialize the non-control endpoint fds in netbsd_open() by Aymeric Vincent · 5 years ago
  80. a0b5d27 darwin: fix reset device by Nathan Hjelm · 5 years ago
  81. 2a7372d Fixed -Wformat warnings by casting intptr_t to void* by Sean McBride · 5 years ago
  82. 8cfcc63 haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backend by Andrew Aldridge · 5 years ago
  83. 9041b14 haiku_usb_raw: return written length instead of LIBUSB_SUCCESS by Andrew Aldridge · 5 years ago
  84. 8a05a3f Fixed many compiler warnings about sign and size mismatch by Sean McBride · 5 years ago
  85. c20bb68 fix race condition at event_handles by Frank Li · 5 years ago
  86. 91a4983 Add missing structure entry to avoid erroneous shift of following items by winterrace · 5 years ago
  87. efa1b28 darwin: use internal define when querying plugin interface by Nathan Hjelm · 5 years ago
  88. 0f74277 darwin: shorten hotplug poll timeout by Nathan Hjelm · 5 years ago
  89. 2f3bc98 linux_usbfs: Disable hotplug events and scanning on Android by Vianney le Clément de Saint-Marcq · 7 years ago
  90. ad075f6 linux_usbfs: Use fallback usbfs path on Android by Vianney le Clément de Saint-Marcq · 8 years ago
  91. 7e8edaf linux_usbfs: Implement libusb_wrap_sys_device() by Vianney le Clément de Saint-Marcq · 7 years ago
  92. 7332286 core: Add libusb_wrap_sys_device() API by Vianney le Clément de Saint-Marcq · 7 years ago
  93. 86de6b7 linux_usbfs: Get device address from file descriptor by Vianney le Clément de Saint-Marcq · 7 years ago
  94. 1f22d79 linux_usbfs: Extract device handle initialization from op_open() by Vianney le Clément de Saint-Marcq · 7 years ago
  95. 8924661 linux_usbfs: Fallback to usbfs if device has no sysfs_dir by Vianney le Clément de Saint-Marcq · 7 years ago
  96. 065e586 Tried to untangle mixing of int, enum libusb_error, kern_return_t, and IOReturn. by Sean McBride · 5 years ago
  97. 9a23fe1 Removed unneeded checks for passing null to free() by Sean McBride · 5 years ago
  98. dc2c45c Added USBI_PRINTFLIKE to allow finding printf format string mistakes by Sean McBride · 5 years ago
  99. 92a5686 use travis homebrew addon for reliability by Stephen · 5 years ago
  100. c6f3866 Bump libusb API version for next release by Nathan Hjelm · 5 years ago