1. c6a35c5 libusb 1.0.24 by Chris Dickens · 3 years, 6 months ago
  2. 442305e autotools: fix out-of-tree building of documentation by Aurelien Jarno · 3 years, 7 months ago
  3. cd43185 fix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters files by Mikolaj Kucharski · 3 years, 7 months ago
  4. 42ad1d1 libusb 1.0.24-rc1 by Chris Dickens · 3 years, 7 months ago
  5. 0e6161d Windows: Fix a few more benign compiler warnings by Chris Dickens · 3 years, 7 months ago
  6. a2f1e2d Windows: Support building dpfp and sam3u_benchmark with MSVC by Chris Dickens · 3 years, 7 months ago
  7. 1be2ed9 Windows: Add missing header files to MSVC projects by Chris Dickens · 3 years, 7 months ago
  8. f2e551a build: Prepare config.h for inclusion in examples/tests by Chris Dickens · 3 years, 7 months ago
  9. 9d23ed2 build: Fix Android and Xcode compilation errors/warnings by Chris Dickens · 3 years, 7 months ago
  10. f69548c examples: Enable all examples to build on all platforms by Chris Dickens · 3 years, 9 months ago
  11. 851ff40 Windows: ignore all broken devices during enumeration by Ihor Dutchak · 3 years, 7 months ago
  12. 1566808 Fix various CI build warnings by Chris Dickens · 3 years, 7 months ago
  13. ab5dcf4 travis: Update build environments by Chris Dickens · 3 years, 7 months ago
  14. a016a08 tests: Refactor testlib to simplify and fix Cygwin build by Chris Dickens · 3 years, 9 months ago
  15. 84e860c libusb.h: Base Class EFh (Miscellaneous) was missing in class definition. by Uwe Bonnes · 3 years, 8 months ago
  16. c3deb6d Windows: Restrict path for dynamic library loading by Chris Dickens · 3 years, 8 months ago
  17. c33990a core: Iterate over completed transfers using the correct list node by Chris Dickens · 3 years, 8 months ago
  18. c71c991 core: Fix the newly added list_splice_front() function by Chris Dickens · 3 years, 9 months ago
  19. eee6998 core: Fix unused variable warnings on release builds by Chris Dickens · 3 years, 9 months ago
  20. 70c0a51 darwin: code cleanup in darwin_handle_transfer_completion by Nathan Hjelm · 3 years, 9 months ago
  21. a185502 libusbi.h: fix warning about redefined macros by Nathan Hjelm · 3 years, 9 months ago
  22. f6068e8 linux: Fix libusb_get_device_speed() not working on wrapped devices by Hans de Goede · 3 years, 9 months ago
  23. a6bfd45 Doxygen: Fix warnings about undocumented compounds by Chris Dickens · 3 years, 10 months ago
  24. ccba488 threads_posix: Use monotonic clock for condition variables where possible by Chris Dickens · 3 years, 10 months ago
  25. c3e292c core: Split usbi_clock_gettime() into two separate functions by Chris Dickens · 3 years, 10 months ago
  26. 63934ff core: Add validation to timeval parameters by Chris Dickens · 3 years, 10 months ago
  27. cca8852 core: Miscellaneous internal logging cleanup by Chris Dickens · 3 years, 10 months ago
  28. 11cc995 core: Simplify thread abstractions and add debug checks by Chris Dickens · 3 years, 10 months ago
  29. da5df37 build: Merge events and threads into single platform abstraction by Chris Dickens · 3 years, 10 months ago
  30. 006ca0f Guard against getting stuck while handling events by Chris Dickens · 3 years, 9 months ago
  31. 89b810e Android: Add option LIBUSB_OPTION_WEAK_AUTHORITY to support used in apk by chris · 3 years, 10 months ago
  32. 4b64ecc events_posix: Remove unnecessary and incorrect assertion by Chris Dickens · 3 years, 10 months ago
  33. 8377269 core: Ensure that reported event bits are initialized by Chris Dickens · 3 years, 10 months ago
  34. 95a2606 Exchange README.md and README by Ludovic Rousseau · 3 years, 10 months ago
  35. 0abebc5 Fix typos detected by codespell and manual inspection by Chris Dickens · 3 years, 10 months ago
  36. 5671fc4 Documentation: Specify the constraint of the 'completed' parameter by Chris Dickens · 3 years, 10 months ago
  37. c6a6882 Documentation: Update the Windows binary snapshot README regarding UsbDk by Chris Dickens · 3 years, 10 months ago
  38. e83522e Documentation: Add details regarding thread-safety by Chris Dickens · 3 years, 10 months ago
  39. 666647f Documentation: Improve details of libusb_transfer's 'user_data' field by Chris Dickens · 3 years, 10 months ago
  40. b484f84 Documentation: Add a note regarding the execution context of callbacks by Chris Dickens · 3 years, 10 months ago
  41. 6baa323 Documentation: Add details regarding timeouts and partial transfer of data by Chris Dickens · 3 years, 10 months ago
  42. 351ad49 Documentation: Add section regarding transfer length limitations by Chris Dickens · 3 years, 10 months ago
  43. 178e433 Windows: Update INSTALL_WIN.txt by Chris Dickens · 3 years, 10 months ago
  44. ee089f2 Autotools: Use built-in shell tests and exec autoreconf by Chris Dickens · 3 years, 10 months ago
  45. 37e8b13 Windows: Fix I/O completion port thread behavior on error by Chris Dickens · 3 years, 10 months ago
  46. d42410b Windows: Improve how root hubs are reported by Chris Dickens · 3 years, 10 months ago
  47. aa6ec9d Windows: Prevent NULL pointer dereference when ancestor is missing by Chris Dickens · 3 years, 10 months ago
  48. fa3f91e descriptor: Miscellaneous improvements to the overall source by Chris Dickens · 3 years, 10 months ago
  49. 7b5e31b core: Optimize check for pending events by Chris Dickens · 3 years, 10 months ago
  50. b40a26f core: Add support for eventfd by Chris Dickens · 3 years, 10 months ago
  51. d67eb5b core: Introduce platform events abstraction by Chris Dickens · 3 years, 10 months ago
  52. ba6b8bc Windows: Use I/O completion ports for transfers by Chris Dickens · 3 years, 10 months ago
  53. 9576ad4 core: Introduce list iteration helpers by Chris Dickens · 3 years, 10 months ago
  54. 96898a2 OpenBSD: support libusb_get_port_number by Theo Buehler · 3 years, 11 months ago
  55. 94519df OpenBSD: allow opening ugen devices multiple times by Theo Buehler · 3 years, 11 months ago
  56. 7b2578e API docs: Elaborate on "NOT_SUPPORTED" status for set_configuration() by Martin Thierer · 3 years, 11 months ago
  57. f85dfa6 libusb: fix a memory leak in sunos_new_string_list func by Zhiqiang Liu · 3 years, 11 months ago
  58. ab68ed4 stress: test_get_device_list: change printf format for ssize_t by Uri Lublin · 4 years ago
  59. f492968 descriptor: Fix alignment for 32-bit words in parse_descriptor by Saleem Rashid · 4 years, 1 month ago
  60. 4261cbe winusb: setting a non-default config not supported by Martin Thierer · 4 years ago
  61. ad04734 darwin: Fix invalid GetPipePropertiesV3 argument by Ido Yariv · 4 years ago
  62. bb37730 os/darwin: use IOUSBDevice as darwin_device_class explicitly by Igor Anokhin · 4 years, 2 months ago
  63. d55b2fd darwin: use GetPipePropertiesV3 on 10.9 and later by Nathan Hjelm · 4 years ago
  64. a5962ba darwin: add kIOUSBUnknownPipeErr to error string list by Nathan Hjelm · 4 years ago
  65. 349baae Document that libusb_set_option may also return NOT_FOUND by Jonas Malaco · 4 years, 1 month ago
  66. 0003e60 darwin: Fix stale descriptor information post reset by Ido Yariv · 4 years, 1 month ago
  67. 26611ea Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICE by Sebastian von Ohr · 4 years, 2 months ago
  68. e2be556 linux_usbfs: Parse config descriptors during device initialization by Chris Dickens · 4 years, 2 months ago
  69. e9eec3a core: Narrow the types passed to certain backend functions by Chris Dickens · 4 years, 2 months ago
  70. 14a302a sunos: Fix a number of compiler warnings by Chris Dickens · 4 years, 2 months ago
  71. 8250881 Fix some trivial compiler warnings for the Haiku and BSD backends by Chris Dickens · 4 years, 2 months ago
  72. 8476804 descriptor: Remove usbi_get_config_index_by_value() by Chris Dickens · 4 years, 2 months ago
  73. d21956d core: Kill backend get_device_descriptor() function by Chris Dickens · 4 years, 2 months ago
  74. a157b55 core: Fix some minor inconsistencies in API and coding by Chris Dickens · 4 years, 2 months ago
  75. fc5132c core: Change pointer type from 'unsigned char' to 'void' by Chris Dickens · 4 years, 2 months ago
  76. e873677 descriptor: Minor improvements to the parse_descriptor() function by Chris Dickens · 4 years, 2 months ago
  77. 9ececdb core: Kill the 'host_endian' argument for most functions by Chris Dickens · 4 years, 2 months ago
  78. e1fcd8a core: Remove redundant definitions for descriptor sizes by Chris Dickens · 4 years, 2 months ago
  79. f07af64 core: Remove usbi_parse_descriptor() function by Chris Dickens · 4 years, 2 months ago
  80. 95b60dc descriptor: Optimize descriptor parsing by Chris Dickens · 4 years, 2 months ago
  81. 02ebafc Add packed definitions for some standard USB descriptor types by Chris Dickens · 4 years, 2 months ago
  82. da87201 hotplug: Fix definition of libusb_hotplug_register_callback() by Chris Dickens · 4 years, 2 months ago
  83. be57525 Add vcpkg installation instructions by NancyLi1013 · 4 years, 2 months ago
  84. 71a3fb3 Android: fixes unknown warning option from ndk build by Aaron Luft · 4 years, 2 months ago
  85. 9fd7659 Add a way to skip the git hooks via an environment variable by Chris Dickens · 4 years, 2 months ago
  86. e83f39b libusb.h: Ensure that struct libusb_control_transfer is not padded by Chris Dickens · 4 years, 2 months ago
  87. 61c457a libusb.h: Simplify condition governing the inclusion of sys/time.h by Chris Dickens · 4 years, 2 months ago
  88. e990e48 libusb.h: Make C-preprocessor checks consistent and safe by Chris Dickens · 4 years, 2 months ago
  89. b832e9f libusb.h: Make formatting and style consistent across the whole file by Chris Dickens · 4 years, 2 months ago
  90. 53f4a7b libusb.h: Move BOS descriptor enumerations by Chris Dickens · 4 years, 2 months ago
  91. f0cce43 core: Fix definition and use of enum libusb_transfer_type by Chris Dickens · 4 years, 2 months ago
  92. 5c44ca9 netbsd: Recognize device timeouts. by nia · 4 years, 3 months ago
  93. 60c8395 Makefiles: Remove target-specific variables by Chris Dickens · 4 years, 2 months ago
  94. 33b3ba3 configure.ac: Enhance compiler checks for pthreads by Chris Dickens · 4 years, 2 months ago
  95. 6f0330c configure.ac: Simplify detection of Windows compilation by Chris Dickens · 4 years, 2 months ago
  96. 7c0cea7 configure.ac: Fix compilation of Haiku's C++ convenience library by Chris Dickens · 4 years, 2 months ago
  97. 17143e3 automake: Add extra Makefile to handle unknown automake targets by Chris Dickens · 4 years, 3 months ago
  98. 24deb49 Windows: Improve the get_interface_details_filter() function by Chris Dickens · 4 years, 3 months ago
  99. 3f6e8ba Windows: Replace the sanitize_path() function with normalize_path() by Chris Dickens · 4 years, 3 months ago
  100. 1ce667f Move CI-related files into .private directory and add unified build script by Chris Dickens · 4 years, 3 months ago