1. 4b8ea10 windows_winusb: fix size_t format strings. by Josh Gao · 5 years ago
  2. 395e5a8 windows: remove total fds (256) limitations by Frank Li · 5 years ago
  3. 45352d2 Use `%zu` for sizes instead of `%d` by William Orr · 5 years ago
  4. 6acbd8b Remove infinite recursion in OpenBSD backend by William Orr · 5 years ago
  5. 26eb7ff Use a designated initializer for openbsd backend by William Orr · 5 years ago
  6. b815237 Windows: Workaround for composite devices with U2F on Win10 1903 by Axel Gembe · 5 years ago
  7. 02b7981 Windows: Fix detection of Windows 10 when manifest declares support by Axel Gembe · 5 years ago
  8. 96a1f37 darwin: fix bugs in the reenumeration of devices by Nathan Hjelm · 5 years ago
  9. 767eafb Unix: fix library version for next release by Ludovic Rousseau · 5 years ago
  10. db99ef3 Various fixes for the Haiku port by Adrien Destugues · 5 years ago
  11. 958ec52 Fix some -Wformat warnings. by Josh Gao · 6 years ago
  12. 0d35378 windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbK by Léo Lam · 5 years ago
  13. 5305df7 windows_winusb: Bounds check interface for check_valid_interface by Léo Lam · 5 years ago
  14. 028a92e windows_winusb: Mask wIndex correctly when checking interfaces by Léo Lam · 5 years ago
  15. 4d05bf9 windows: fix return type of usbi_{inc,dec}_fds_ref. by Josh Gao · 6 years ago
  16. f0b804c Typo fixes in comments by follower · 6 years ago
  17. 636b188 mingw fix by RipleyTom · 5 years ago
  18. 77037c4 Adds /utf-8 to compile options by RipleyTom · 5 years ago
  19. 8436ba6 Change all $(SolutionDir) to $(ProjectDir) by RipleyTom · 5 years ago
  20. f1e3853 Address issue 554: Default context is erase before backend exits in libusb_exit by mac Wang · 6 years ago
  21. 93dcb8e Issue 555: Memory passed to ioctl is not initialized in reap_for_handle by mac Wang · 6 years ago
  22. acaa806 update to 1.0.23-rc1 by Nathan Hjelm · 6 years ago
  23. dea5a8e Add support for isochronous transfers with WinUSB. by philemonf · 6 years ago
  24. eb164d7 windows: get usb device until usb configuration is set by haidong.zheng · 6 years ago
  25. 0b381a8 darwin: Retry IOCreatePlugInInterfaceForService on failure by Juan Cruz Viotti · 6 years ago
  26. 7997e32 xusb: Report SuperSpeedPlus by Harry Mallon · 6 years ago
  27. 133bbda solaris: Fix crash on closing libusb handle by Alexander Pyhalov · 6 years ago
  28. 542e6fd windows: Improved log message output to MSVC by dmitrykos · 6 years ago
  29. 5347d11 Fixed log message incorrect data format sent to MSVC if Unicode defined. by Dmitry Kostjuchenko · 6 years ago
  30. 016d342 Allow set configuration control requests when using libusb0.sys by Frederik Carlier · 6 years ago
  31. 070efbb Fix control transfer interface selection by kuro68k · 7 years ago
  32. 028e753 Use more portable di_prop_lookup_ints() interface by Alexander Pyhalov · 6 years ago
  33. fcce301 transfer_lock should be released before usbi_handle_transfer_completion() call by Alexander Pyhalov · 6 years ago
  34. a9b34d1 Adding support for ARM & ARM64 Windows Platform by Dj Art · 6 years ago
  35. fb864b7 fix windows crash when multi-thread do sync transfer by Frank Li · 6 years ago
  36. 85d1f36 Fix copy paste error in libusb_free_* docs by Harry Mallon · 6 years ago
  37. 0aeb46c Fixed Xcode 10.1 warning by setting project setting 'ALWAYS_SEARCH_USER_PATHS = NO' by Sean McBride · 6 years ago
  38. 9501adf Initialize the non-control endpoint fds in netbsd_open() by Aymeric Vincent · 6 years ago
  39. a0b5d27 darwin: fix reset device by Nathan Hjelm · 6 years ago
  40. 2a7372d Fixed -Wformat warnings by casting intptr_t to void* by Sean McBride · 6 years ago
  41. 8cfcc63 haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backend by Andrew Aldridge · 6 years ago
  42. 9041b14 haiku_usb_raw: return written length instead of LIBUSB_SUCCESS by Andrew Aldridge · 6 years ago
  43. 8a05a3f Fixed many compiler warnings about sign and size mismatch by Sean McBride · 6 years ago
  44. c20bb68 fix race condition at event_handles by Frank Li · 6 years ago
  45. 91a4983 Add missing structure entry to avoid erroneous shift of following items by winterrace · 6 years ago
  46. efa1b28 darwin: use internal define when querying plugin interface by Nathan Hjelm · 6 years ago
  47. 0f74277 darwin: shorten hotplug poll timeout by Nathan Hjelm · 6 years ago
  48. 2f3bc98 linux_usbfs: Disable hotplug events and scanning on Android by Vianney le Clément de Saint-Marcq · 8 years ago
  49. ad075f6 linux_usbfs: Use fallback usbfs path on Android by Vianney le Clément de Saint-Marcq · 9 years ago
  50. 7e8edaf linux_usbfs: Implement libusb_wrap_sys_device() by Vianney le Clément de Saint-Marcq · 8 years ago
  51. 7332286 core: Add libusb_wrap_sys_device() API by Vianney le Clément de Saint-Marcq · 8 years ago
  52. 86de6b7 linux_usbfs: Get device address from file descriptor by Vianney le Clément de Saint-Marcq · 8 years ago
  53. 1f22d79 linux_usbfs: Extract device handle initialization from op_open() by Vianney le Clément de Saint-Marcq · 8 years ago
  54. 8924661 linux_usbfs: Fallback to usbfs if device has no sysfs_dir by Vianney le Clément de Saint-Marcq · 8 years ago
  55. 065e586 Tried to untangle mixing of int, enum libusb_error, kern_return_t, and IOReturn. by Sean McBride · 6 years ago
  56. 9a23fe1 Removed unneeded checks for passing null to free() by Sean McBride · 6 years ago
  57. dc2c45c Added USBI_PRINTFLIKE to allow finding printf format string mistakes by Sean McBride · 6 years ago
  58. 92a5686 use travis homebrew addon for reliability by Stephen · 6 years ago
  59. c6f3866 Bump libusb API version for next release by Nathan Hjelm · 6 years ago
  60. fde20bb configure.ac: bump .so version for next release by Nathan Hjelm · 6 years ago
  61. 15239f6 Update ChangeLog by Nathan Hjelm · 6 years ago
  62. 2830d9e usbi_dbg() uses backend's clock_gettime(), break recursion in sunos backend by Alexander Pyhalov · 6 years ago
  63. fcf9a53 examples: Fix format-truncation on debug by Victor Toso · 6 years ago
  64. e8e8036 Enable timerfd on sunos when available by Alexander Pyhalov · 6 years ago
  65. 18a5f99 Add missing libusb_exit on an error condition by gudenau · 6 years ago
  66. 31d59d8 Hungarian translation by Bence Cs · 6 years ago
  67. 4441da3 Fixed typo in the documentation by saur0n · 6 years ago
  68. f74c7f5 core: new API libusb_set_log_cb() to redirect global and per context log messages to the provided log handling function by dmitrykos · 6 years ago
  69. 270bef4 update nano by Nathan Hjelm · 6 years ago
  70. 4896e24 Add German translation by Alexander Schlarb · 6 years ago
  71. 552a4a4 configure.ac: fix detection of clock_gettime library by Baruch Siach · 6 years ago
  72. 044a7ee os/darwin: remove code that changed the device class used by Nathan Hjelm · 6 years ago
  73. c14ab5f os/darwin: switch from using ResetDevice to USBDeviceReEnumerate by Nathan Hjelm · 6 years ago
  74. 5912d56 Move to brew bundle by Stephen · 7 years ago
  75. 0034b2a libusb 1.0.22 by Chris Dickens · 7 years ago
  76. f692552 examples: testlibusb: Fix DDK build warning by Chris Dickens · 7 years ago
  77. dc5e33e Windows: Add back resource and definition files to VS DLL projects by Chris Dickens · 7 years ago
  78. b0fcdea libusb 1.0.22-rc4 by Chris Dickens · 7 years ago
  79. 2da989c Windows: WinUSB: Allow caching config descriptors to fail by Chris Dickens · 7 years ago
  80. 0aac390 Windows: Restructure DDK/MSVC project files by Chris Dickens · 7 years ago
  81. d236b63 Windows: WinUSB: Guard against erroneous reporting of devices by Chris Dickens · 7 years ago
  82. 76b0677 Windows: UsbDk: Fix potential buffer overflow by Chris Dickens · 7 years ago
  83. 81ce8be Windows: WinUSB: Do not assume that driver implements CancelIoEx() by Chris Dickens · 7 years ago
  84. 828ec95 Windows: Plug HANDLE leak by Chris Dickens · 7 years ago
  85. 8681342 libusb 1.0.22-rc3 by Chris Dickens · 7 years ago
  86. 8e03a65 Windows: UsbDk: Implement get_config_descriptor_by_value() by Chris Dickens · 7 years ago
  87. 8551e4a Windows: Fix hid_abort_transfers blocking by zachary · 7 years ago
  88. 32617df Windows: Fix race condition between submit and handle events by Patrick Stewart · 7 years ago
  89. cd7aeec Windows: Always search for "USB" PnP enumerator class by Chris Dickens · 7 years ago
  90. 8ddd8d9 libusb 1.0.22-rc2 by Chris Dickens · 7 years ago
  91. 4687401 Windows: Regenerate libusb-1.0.def file from latest DLL by Chris Dickens · 7 years ago
  92. e5a7bb5 Windows: Check composite interfaces before calling functions by Chris Dickens · 7 years ago
  93. 84209b4 libusb 1.0.22-rc1 by Chris Dickens · 7 years ago
  94. fef88bf darwin: Improve error checking to prevent (very unlikely) null dereference by Sean McBride · 7 years ago
  95. 4f9d585 darwin: Suppress deprecation warning when building against 10.13 SDK by Sean McBride · 7 years ago
  96. c8069cd darwin: Test use of kUSBDeviceSpeedSuper against SDK version by Sean McBride · 7 years ago
  97. 3f6a48d darwin: extend enum libusb_speed for 10000MBit/s case by Sean McBride · 7 years ago
  98. 03f1008 linux_usbfs: Add support for reporting super speed plus devices by Chris Dickens · 7 years ago
  99. 7a91d7c core: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s) by Chris Dickens · 7 years ago
  100. 55ced77 Windows: Added isochronous support via libusbk by Joshua Blake · 11 years ago