1. ec01c28 darwin: Fix race condition that results in segmentation fault by Chris Dickens · 4 years, 10 months ago
  2. 281ca64 core: Introduce accessor functions for structure private data by Chris Dickens · 4 years, 11 months ago
  3. 0e8f399 core: Optimize the memory layout of the transfer structure by Chris Dickens · 4 years, 11 months ago
  4. 1363463 core: Use a consistent variable name for usbi_transfer structures by Chris Dickens · 4 years, 11 months ago
  5. 6816bb4 Windows: fix MAX_PATH_LENGTH by a1exdandy · 4 years, 11 months ago
  6. 6e0028c linux: provide an event thread name by Alexander Stein · 5 years ago
  7. a5f6a43 threads_posix: Use thread-local storage to cache thread ID by Chris Dickens · 5 years ago
  8. 9c28ad2 Windows: Refactoring to consolidate and simplify common code by Chris Dickens · 5 years ago
  9. 67e6816 Windows: Fix poll implementation for NDEBUG (Release) builds by Chris Dickens · 5 years ago
  10. ce95f65 Windows: Fix reported length of synchronous control transfers by Chris Dickens · 5 years ago
  11. f128429 linux_usbfs: Drop support for kernel versions earlier than 2.6.32 by Chris Dickens · 5 years ago
  12. 80d2238 Windows: Fix GCC printf format warnings due to DWORD/ULONG types by Chris Dickens · 5 years ago
  13. a96937a autobuild: Fix two issues by Chris Dickens · 5 years ago
  14. 48200f2 core: Fix build on linux by root · 5 years ago
  15. 7bc0ff3 core: Convert internal macros to static inline functions by Chris Dickens · 5 years ago
  16. 221e819 Fix msvc 2019 project files (internal linkage) by winterrace · 5 years ago
  17. c3864c8 linux_usbfs: Clean up inconsistencies and optimize memory usage by Chris Dickens · 5 years ago
  18. d5bb64b configure.ac: Cleanup and refactoring by Chris Dickens · 5 years ago
  19. 21a163a Misc: Clean up zero-length strings and recursion in clock_gettime() by Chris Dickens · 5 years ago
  20. 5c7ddb5 Misc: Cleanup across multiple backends by Chris Dickens · 5 years ago
  21. aaff15d Misc: Trim and consolidate header file usage by Chris Dickens · 5 years ago
  22. 325e5ac core: Make style of debug messages with errno consistent across library by Chris Dickens · 5 years ago
  23. 5ee5287 appveyor.yml: Revert back to Visual Studio 2015 image by Chris Dickens · 5 years ago
  24. 521105f Misc: Use the UNREFERENCED_PARAMETER macro for UNUSED when available by Chris Dickens · 5 years ago
  25. df61c0c Windows: Improve poll abstraction by Chris Dickens · 5 years ago
  26. 13a2748 Windows: Add missing '%' character for printf format specifier by Chris Dickens · 5 years ago
  27. eb66a65 Windows: Kill the dedicated thread for monotonic clock_gettime() by Chris Dickens · 5 years ago
  28. e4e9057 Windows: Fix some MinGW build warnings and printf format specifiers by Chris Dickens · 5 years ago
  29. 96e0af7 Windows: Drop support for Windows XP by Chris Dickens · 5 years ago
  30. 1816288 Windows: Add Visual Studio 2019 support by Chris Dickens · 5 years ago
  31. 28630ad Misc: Remove obsolete Windows DDK build files by Chris Dickens · 5 years ago
  32. de4a59a Misc: Clean up Visual Studio project files by Chris Dickens · 5 years ago
  33. f90d076 Windows: Remove support for WinCE and Visual Studio older than 2013 by Chris Dickens · 5 years ago
  34. 9eda802 linux_usbfs: Wait until all URBs have been reaped before freeing them by Chris Dickens · 5 years ago
  35. a5624b2 core: Do not attempt to destroy a default context that doesn't exist by Chris Dickens · 5 years ago
  36. dbd4991 core: Fix libusb_get_max_iso_packet_size() for superspeed plus by Chris Dickens · 5 years ago
  37. 19e763e hotplug: Added libusb_hotplug_get_user_data() by gudenau · 7 years ago
  38. 25855c0 Increment LIBUSB_API_VERSION for next release by Chris Dickens · 5 years ago
  39. cb95e3a examples: testlibusb: Always print VID and PID in addition to strings by Chris Dickens · 5 years ago
  40. 88ded79 examples: testlibusb: Formatting, whitespace and functional cleanup by Chris Dickens · 5 years ago
  41. 0bf84e4 core: fix build warning on newer versions of gcc by Greg Kroah-Hartman · 5 years ago
  42. a36862b windows: relax HCD root hub enumeration errors by Jie Zhang · 6 years ago
  43. 5d0d0a5 Change the errcode argument in libusb_strerror to be of type int by VladimirTechMan · 5 years ago
  44. 6d037d0 windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICE by Matthias Bolte · 5 years ago
  45. f67f065 windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS translation by Matthias Bolte · 5 years ago
  46. 1e9d26a core: include sys/time.h on any GNU libc OS by Pino Toscano · 5 years ago
  47. 53572d7 Add Null POSIX backend by Pino Toscano · 5 years ago
  48. b454b9a Set project name for doxygen by Aleksandr Mezin · 5 years ago
  49. f20f2be linux_udev: silently ignore "bind" action by John Keeping · 5 years ago
  50. 97ece77 Linux: Improved system out of memory handling by Slash Gordon · 5 years ago
  51. 1bb774c Linux backend: fix ressource leak by Ludovic Rousseau · 5 years ago
  52. 4bf9c34 Xcode: add tests/stress target by Ludovic Rousseau · 5 years ago
  53. 93b0ed5 Xcode: apply suggested changes from Xcode 11.2 by Ludovic Rousseau · 5 years ago
  54. c730a84 windows: workaround WaitForMultipleObjects max 64 events limitation. by Frank Li · 5 years ago
  55. 211d791 Fix linux_scan_devices() in Android by Vinicius Tinti · 5 years ago
  56. e924b8f Solaris: format mismatch in some usbi_dbg() by Kenjiro Tsuji · 5 years ago
  57. 5a07883 Doxygen: do not hardcode the sourceforge.net username by Ludovic Rousseau · 5 years ago
  58. e4923e7 Doxygen: add libusb_wrap_sys_device() in the API list by Ludovic Rousseau · 5 years ago
  59. e9d6dc2 Doxygen: update config file from 1.8.8 to 1.8.16 by Ludovic Rousseau · 5 years ago
  60. 1734873 Solaris backend depends on Solaris private symbols by Kenjiro Tsuji · 5 years ago
  61. 8b04a55 Solaris: fails to find USB devices on SPARC platform by Kenjiro Tsuji · 5 years ago
  62. a45730f Solaris backend is not correctly setting the one transfer mode for Interrupt-In pipe by Kenjiro Tsuji · 5 years ago
  63. 906e706 fix constant not in range of enumerated type by mrstock · 5 years ago
  64. 0c4f65a Xcode: apply suggested changes from Xcode 10.3 by Ludovic Rousseau · 5 years ago
  65. e782eeb on to 1.0.23 by Nathan Hjelm · 5 years ago
  66. 84c4fe8 Update poll_windows.c by winterrace · 5 years ago
  67. 43ae426 Fix NULL pointer dereference crashes by winterrace · 5 years ago
  68. 4b94eed move on to 1.0.23-rc3 by Nathan Hjelm · 5 years ago
  69. b7ba7ad windows: fix build by Nathan Hjelm · 5 years ago
  70. fd95d44 windows: Fix libusb_get_device_list failure if virual usb host installled by Frank Li · 5 years ago
  71. dd7df2b core: protect against changes to the pollfd list during handle_events by Nathan Hjelm · 5 years ago
  72. afadbc7 core: abandon sync transfers after libusb_close() by Nathan Hjelm · 5 years ago
  73. a5990ab update to 1.0.23-rc2 by Nathan Hjelm · 5 years ago
  74. e80c150 windows_winusb: Add support for reporting super speed plus devices by Harry Mallon · 6 years ago
  75. e0c4660 windows_winusb: fix pedantic format string warnings. by Josh Gao · 6 years ago
  76. 395e5a8 windows: remove total fds (256) limitations by Frank Li · 6 years ago
  77. 45352d2 Use `%zu` for sizes instead of `%d` by William Orr · 6 years ago
  78. b815237 Windows: Workaround for composite devices with U2F on Win10 1903 by Axel Gembe · 5 years ago
  79. 02b7981 Windows: Fix detection of Windows 10 when manifest declares support by Axel Gembe · 5 years ago
  80. 96a1f37 darwin: fix bugs in the reenumeration of devices by Nathan Hjelm · 5 years ago
  81. 767eafb Unix: fix library version for next release by Ludovic Rousseau · 5 years ago
  82. db99ef3 Various fixes for the Haiku port by Adrien Destugues · 6 years ago
  83. 958ec52 Fix some -Wformat warnings. by Josh Gao · 6 years ago
  84. 0d35378 windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbK by Léo Lam · 6 years ago
  85. 5305df7 windows_winusb: Bounds check interface for check_valid_interface by Léo Lam · 6 years ago
  86. 028a92e windows_winusb: Mask wIndex correctly when checking interfaces by Léo Lam · 6 years ago
  87. 4d05bf9 windows: fix return type of usbi_{inc,dec}_fds_ref. by Josh Gao · 6 years ago
  88. f0b804c Typo fixes in comments by follower · 6 years ago
  89. 636b188 mingw fix by RipleyTom · 6 years ago
  90. 77037c4 Adds /utf-8 to compile options by RipleyTom · 6 years ago
  91. 8436ba6 Change all $(SolutionDir) to $(ProjectDir) by RipleyTom · 6 years ago
  92. f1e3853 Address issue 554: Default context is erase before backend exits in libusb_exit by mac Wang · 6 years ago
  93. 93dcb8e Issue 555: Memory passed to ioctl is not initialized in reap_for_handle by mac Wang · 6 years ago
  94. acaa806 update to 1.0.23-rc1 by Nathan Hjelm · 6 years ago
  95. dea5a8e Add support for isochronous transfers with WinUSB. by philemonf · 6 years ago
  96. eb164d7 windows: get usb device until usb configuration is set by haidong.zheng · 6 years ago
  97. 0b381a8 darwin: Retry IOCreatePlugInInterfaceForService on failure by Juan Cruz Viotti · 6 years ago
  98. 7997e32 xusb: Report SuperSpeedPlus by Harry Mallon · 6 years ago
  99. 133bbda solaris: Fix crash on closing libusb handle by Alexander Pyhalov · 7 years ago
  100. 542e6fd windows: Improved log message output to MSVC by dmitrykos · 6 years ago