1. 7b2578e API docs: Elaborate on "NOT_SUPPORTED" status for set_configuration() by Martin Thierer · 3 years, 9 months ago
  2. f85dfa6 libusb: fix a memory leak in sunos_new_string_list func by Zhiqiang Liu · 3 years, 9 months ago
  3. ab68ed4 stress: test_get_device_list: change printf format for ssize_t by Uri Lublin · 3 years, 10 months ago
  4. f492968 descriptor: Fix alignment for 32-bit words in parse_descriptor by Saleem Rashid · 4 years ago
  5. 4261cbe winusb: setting a non-default config not supported by Martin Thierer · 3 years, 10 months ago
  6. ad04734 darwin: Fix invalid GetPipePropertiesV3 argument by Ido Yariv · 3 years, 10 months ago
  7. bb37730 os/darwin: use IOUSBDevice as darwin_device_class explicitly by Igor Anokhin · 4 years ago
  8. d55b2fd darwin: use GetPipePropertiesV3 on 10.9 and later by Nathan Hjelm · 3 years, 11 months ago
  9. a5962ba darwin: add kIOUSBUnknownPipeErr to error string list by Nathan Hjelm · 3 years, 11 months ago
  10. 349baae Document that libusb_set_option may also return NOT_FOUND by Jonas Malaco · 4 years ago
  11. 0003e60 darwin: Fix stale descriptor information post reset by Ido Yariv · 4 years ago
  12. 26611ea Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICE by Sebastian von Ohr · 4 years ago
  13. e2be556 linux_usbfs: Parse config descriptors during device initialization by Chris Dickens · 4 years ago
  14. e9eec3a core: Narrow the types passed to certain backend functions by Chris Dickens · 4 years ago
  15. 14a302a sunos: Fix a number of compiler warnings by Chris Dickens · 4 years ago
  16. 8250881 Fix some trivial compiler warnings for the Haiku and BSD backends by Chris Dickens · 4 years ago
  17. 8476804 descriptor: Remove usbi_get_config_index_by_value() by Chris Dickens · 4 years ago
  18. d21956d core: Kill backend get_device_descriptor() function by Chris Dickens · 4 years ago
  19. a157b55 core: Fix some minor inconsistencies in API and coding by Chris Dickens · 4 years ago
  20. fc5132c core: Change pointer type from 'unsigned char' to 'void' by Chris Dickens · 4 years ago
  21. e873677 descriptor: Minor improvements to the parse_descriptor() function by Chris Dickens · 4 years ago
  22. 9ececdb core: Kill the 'host_endian' argument for most functions by Chris Dickens · 4 years ago
  23. e1fcd8a core: Remove redundant definitions for descriptor sizes by Chris Dickens · 4 years ago
  24. f07af64 core: Remove usbi_parse_descriptor() function by Chris Dickens · 4 years ago
  25. 95b60dc descriptor: Optimize descriptor parsing by Chris Dickens · 4 years ago
  26. 02ebafc Add packed definitions for some standard USB descriptor types by Chris Dickens · 4 years ago
  27. da87201 hotplug: Fix definition of libusb_hotplug_register_callback() by Chris Dickens · 4 years ago
  28. be57525 Add vcpkg installation instructions by NancyLi1013 · 4 years ago
  29. 71a3fb3 Android: fixes unknown warning option from ndk build by Aaron Luft · 4 years ago
  30. 9fd7659 Add a way to skip the git hooks via an environment variable by Chris Dickens · 4 years ago
  31. e83f39b libusb.h: Ensure that struct libusb_control_transfer is not padded by Chris Dickens · 4 years ago
  32. 61c457a libusb.h: Simplify condition governing the inclusion of sys/time.h by Chris Dickens · 4 years ago
  33. e990e48 libusb.h: Make C-preprocessor checks consistent and safe by Chris Dickens · 4 years ago
  34. b832e9f libusb.h: Make formatting and style consistent across the whole file by Chris Dickens · 4 years ago
  35. 53f4a7b libusb.h: Move BOS descriptor enumerations by Chris Dickens · 4 years ago
  36. f0cce43 core: Fix definition and use of enum libusb_transfer_type by Chris Dickens · 4 years ago
  37. 5c44ca9 netbsd: Recognize device timeouts. by nia · 4 years, 1 month ago
  38. 60c8395 Makefiles: Remove target-specific variables by Chris Dickens · 4 years, 1 month ago
  39. 33b3ba3 configure.ac: Enhance compiler checks for pthreads by Chris Dickens · 4 years, 1 month ago
  40. 6f0330c configure.ac: Simplify detection of Windows compilation by Chris Dickens · 4 years, 1 month ago
  41. 7c0cea7 configure.ac: Fix compilation of Haiku's C++ convenience library by Chris Dickens · 4 years, 1 month ago
  42. 17143e3 automake: Add extra Makefile to handle unknown automake targets by Chris Dickens · 4 years, 1 month ago
  43. 24deb49 Windows: Improve the get_interface_details_filter() function by Chris Dickens · 4 years, 1 month ago
  44. 3f6e8ba Windows: Replace the sanitize_path() function with normalize_path() by Chris Dickens · 4 years, 1 month ago
  45. 1ce667f Move CI-related files into .private directory and add unified build script by Chris Dickens · 4 years, 1 month ago
  46. 09d0312 Xcode: Update project file by Chris Dickens · 4 years, 1 month ago
  47. 500c64a android: Update makefiles to include recent autobuild changes by Chris Dickens · 4 years, 1 month ago
  48. 95bbfb6 build: Enable additional build errors and warnings by Chris Dickens · 4 years, 1 month ago
  49. 9a1bc8c build: Require C11 to build and clean up autoconfig/automake files by Chris Dickens · 4 years, 1 month ago
  50. 0c6c072 libusb/Makefile.am: Remove unnecessary assignments by Chris Dickens · 4 years, 1 month ago
  51. 8b09dd4 core: Kill the OS_* definitions and use in the source code by Chris Dickens · 4 years, 1 month ago
  52. 30b56ba threads_posix: Improve usbi_get_tid() for various platforms by Chris Dickens · 4 years, 1 month ago
  53. 1d67425 strerror: Micro-optimize implementation and remove use of strncasecmp() by Chris Dickens · 4 years, 1 month ago
  54. 1201bcc darwin: Explicitly cleanup cached devices during the last libusb_exit() by Chris Dickens · 4 years, 1 month ago
  55. 8f7f856 appveyor: Increase build coverage to all VS solutions by Chris Dickens · 4 years, 1 month ago
  56. c66f39f libusb/Makefile.am: Fix out-of-tree builds on Windows by Chris Dickens · 4 years, 1 month ago
  57. 964fa8c msvc: Update include path for getopt in fxload projects by Chris Dickens · 4 years, 1 month ago
  58. 4a5540a autotools: Fix a number of issues by Chris Dickens · 4 years, 1 month ago
  59. 07d6d3a msvc: Reorder solution projects and add project filter files by Chris Dickens · 4 years, 1 month ago
  60. 8b93a71 Haiku: Fix some issues in the backend by Chris Dickens · 4 years, 1 month ago
  61. e32f1fd core: Make the 'reset_device' function of the backend optional by Chris Dickens · 4 years, 1 month ago
  62. 89d574b core: Fix return value of usbi_clock_gettime() by Chris Dickens · 4 years, 1 month ago
  63. 15bd82e core: Move parameter validation from backend to core by Chris Dickens · 4 years, 1 month ago
  64. 26b16eb core: Kill usbi_backend.clock_gettime() function by Chris Dickens · 4 years, 3 months ago
  65. f5c9f67 Windows: Fix some harmless build warnings by Chris Dickens · 4 years, 2 months ago
  66. 0b3a2ed core: Switch usbi_transfer to store timeout as timespec by Chris Dickens · 4 years, 2 months ago
  67. ec01c28 darwin: Fix race condition that results in segmentation fault by Chris Dickens · 4 years, 2 months ago
  68. 281ca64 core: Introduce accessor functions for structure private data by Chris Dickens · 4 years, 2 months ago
  69. 0e8f399 core: Optimize the memory layout of the transfer structure by Chris Dickens · 4 years, 2 months ago
  70. 1363463 core: Use a consistent variable name for usbi_transfer structures by Chris Dickens · 4 years, 2 months ago
  71. 6816bb4 Windows: fix MAX_PATH_LENGTH by a1exdandy · 4 years, 2 months ago
  72. 6e0028c linux: provide an event thread name by Alexander Stein · 4 years, 3 months ago
  73. a5f6a43 threads_posix: Use thread-local storage to cache thread ID by Chris Dickens · 4 years, 3 months ago
  74. 9c28ad2 Windows: Refactoring to consolidate and simplify common code by Chris Dickens · 4 years, 3 months ago
  75. 67e6816 Windows: Fix poll implementation for NDEBUG (Release) builds by Chris Dickens · 4 years, 3 months ago
  76. ce95f65 Windows: Fix reported length of synchronous control transfers by Chris Dickens · 4 years, 3 months ago
  77. f128429 linux_usbfs: Drop support for kernel versions earlier than 2.6.32 by Chris Dickens · 4 years, 3 months ago
  78. 80d2238 Windows: Fix GCC printf format warnings due to DWORD/ULONG types by Chris Dickens · 4 years, 3 months ago
  79. a96937a autobuild: Fix two issues by Chris Dickens · 4 years, 3 months ago
  80. 48200f2 core: Fix build on linux by root · 4 years, 3 months ago
  81. 7bc0ff3 core: Convert internal macros to static inline functions by Chris Dickens · 4 years, 3 months ago
  82. 221e819 Fix msvc 2019 project files (internal linkage) by winterrace · 4 years, 3 months ago
  83. c3864c8 linux_usbfs: Clean up inconsistencies and optimize memory usage by Chris Dickens · 4 years, 3 months ago
  84. d5bb64b configure.ac: Cleanup and refactoring by Chris Dickens · 4 years, 3 months ago
  85. 21a163a Misc: Clean up zero-length strings and recursion in clock_gettime() by Chris Dickens · 4 years, 3 months ago
  86. 5c7ddb5 Misc: Cleanup across multiple backends by Chris Dickens · 4 years, 3 months ago
  87. aaff15d Misc: Trim and consolidate header file usage by Chris Dickens · 4 years, 3 months ago
  88. 325e5ac core: Make style of debug messages with errno consistent across library by Chris Dickens · 4 years, 3 months ago
  89. 5ee5287 appveyor.yml: Revert back to Visual Studio 2015 image by Chris Dickens · 4 years, 3 months ago
  90. 521105f Misc: Use the UNREFERENCED_PARAMETER macro for UNUSED when available by Chris Dickens · 4 years, 3 months ago
  91. df61c0c Windows: Improve poll abstraction by Chris Dickens · 4 years, 3 months ago
  92. 13a2748 Windows: Add missing '%' character for printf format specifier by Chris Dickens · 4 years, 3 months ago
  93. eb66a65 Windows: Kill the dedicated thread for monotonic clock_gettime() by Chris Dickens · 4 years, 3 months ago
  94. e4e9057 Windows: Fix some MinGW build warnings and printf format specifiers by Chris Dickens · 4 years, 3 months ago
  95. 96e0af7 Windows: Drop support for Windows XP by Chris Dickens · 4 years, 3 months ago
  96. 1816288 Windows: Add Visual Studio 2019 support by Chris Dickens · 4 years, 3 months ago
  97. 28630ad Misc: Remove obsolete Windows DDK build files by Chris Dickens · 4 years, 3 months ago
  98. de4a59a Misc: Clean up Visual Studio project files by Chris Dickens · 4 years, 3 months ago
  99. f90d076 Windows: Remove support for WinCE and Visual Studio older than 2013 by Chris Dickens · 4 years, 3 months ago
  100. 9eda802 linux_usbfs: Wait until all URBs have been reaped before freeing them by Chris Dickens · 4 years, 3 months ago