1. 21cf6e4 Tests: Add libusbx stress test by Toby Gray · 12 years ago
  2. 94b0ccc Autotools: Carry over 2012.10.23 libusb changes by Peter Stuge · 12 years ago
  3. 5e479f1 Core: Avoid short read failures on broken descriptors by Peter Stuge · 12 years ago
  4. 66db81a Darwin: kAppleVendorID is not in the 10.5 SDK by Sean McBride · 12 years ago
  5. 7897680 Darwin: Clean up tabs by Nathan Hjelm · 12 years ago
  6. 4f841ef Darwin: Add support for detecting superspeed devices by Nathan Hjelm · 12 years ago
  7. 55f81b6 Darwin: Use Release instead of IODestroyPlugInInterface by Nathan Hjelm · 12 years ago
  8. 0c4d180 Darwin: Don't retry or unsuspend Apple devices during enum by Nathan Hjelm · 12 years ago
  9. 4e31465 Darwin: Reduce attempts to retrieve a device descriptor during enumeration by Nathan Hjelm · 12 years ago
  10. 79cf539 Core: Use offsetof() instead of null pointer tricks by Sean McBride · 12 years ago
  11. fdff665 Windows: Fix access for composite HID devices by Pete Batard · 12 years ago
  12. 38e6eb8 All: Use "" instead of <> for local includes by Ludovic Rousseau · 12 years ago
  13. 09759d5 Windows: Fix early abort in libusb_close by Pete Batard · 12 years ago
  14. f17d190 libusbx-1.0.14 by Pete Batard · 12 years ago
  15. f283af2 libusbx-1.0.13 by Pete Batard · 12 years ago
  16. 310e5a2 Internal: Add fxload exe and sources to the Windows binary snapshot by Pete Batard · 12 years ago
  17. 7430e7d Misc: Update copyrights, TODO and libusb_version.describe by Pete Batard · 12 years ago
  18. 25823ad libusbx 1.0.13-rc2 by Pete Batard · 12 years ago
  19. 517f982 Doc: Fix doxygen warnings and issues by Pete Batard · 12 years ago
  20. c9ecb72 Misc: Fix missing files from dist package by Pete Batard · 12 years ago
  21. 4e1d77d libusbx 1.0.13-rc1 by Pete Batard · 12 years ago
  22. 9d368fc Core: Introduce LIBUSBX_API_VERSION macro by Pete Batard · 12 years ago
  23. 75b94b2 Core: Make libusb_error_name also handle transfer status codes by Hans de Goede · 12 years ago
  24. 9d50e95 Samples: Fix compiler warnings in fxload by Ludovic Rousseau · 12 years ago
  25. 3f513b6 Core: Update libusb.h header in accordance with the latest USB specs by Pete Batard · 12 years ago
  26. 6fbd3dd Samples: Display VID:PID of the tested device in xusb by Ludovic Rousseau · 12 years ago
  27. 01da267 Windows: Switch to ALLOW_PARTIAL_READS pipe policy enabled by default by Pete Batard · 12 years ago
  28. 0597533 Samples: Add fxload sample for Cypress EZ-USB chips by Pete Batard · 12 years ago
  29. 00a3cf9 All: Avoid polluting errors reported on device disconnect by Hans de Goede · 12 years ago
  30. c55ff2e Doc: Update logging documentation regarding stderr usage by Pete Batard · 12 years ago
  31. 231547e Windows: Fix handling of composite devices by Pete Batard · 12 years ago
  32. 8b5ba57 Samples: xusb improvements by Pete Batard · 12 years ago
  33. 17cede5 Windows: Suppress unwanted error message on filter driver by Pete Batard · 12 years ago
  34. 34807a1 Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already bound by Hans de Goede · 12 years ago
  35. ede02ba Linux: Avoid unnecessary splitting of bulk transfers by Hans de Goede · 12 years ago
  36. a109ae8 Linux: Add support for the new get_capabilities ioctl by Hans de Goede · 12 years ago
  37. 01f31eb Core: Handle >= 1 second transfer timeout in libusb_submit_transfer() by Peter Stuge · 12 years ago
  38. 9ceb3bc Misc: Update and shorten various libusbx URLs by Pete Batard · 12 years ago
  39. 1421e31 Windows: Add support for 2nd gen Renesas USB 3.0 controllers by Nicholas Corgan · 12 years ago
  40. f2b19e4 Windows: Add libusbk.sys & libusb0.sys driver support by Pete Batard · 12 years ago
  41. c86fb21 Windows: Fix C4005 warning under VS2012 for inline. by Anthony Clay, ZarthCode LLC · 12 years ago
  42. d53c599 Samples: Make target mandatory with -b option in xusb by Pete Batard · 12 years ago
  43. de56675 Core: Improve instrumentation of timerfd_settime failures by Pete Batard · 12 years ago
  44. 2d7d3be Core: Fix a Clang warning in io.c by Pete Batard · 12 years ago
  45. 636ed66 Windows: Add workaround for Intel USB 3.0 root hubs by Matthias Bolte · 12 years ago
  46. 3fadb8b Core: Fix unconditional disarming of timerfd by Pete Batard · 12 years ago
  47. d2e8b37 Core: NULL list pointers on deletion by Orin Eman · 12 years ago
  48. 873c65b Misc: Add a readme for git user by Pete Batard · 12 years ago
  49. 8cd30bb Windows: Set device number for root hubs to 1 by Pete Batard · 12 years ago
  50. e82c677 Windows: Fix overflow when handling HID or composite devices by Pete Batard · 12 years ago
  51. ab1b384 Windows: usbi_cond_destroy() should free handles created by usbi_cond_intwait(). by Simon Haggett · 12 years ago
  52. 1572419 All: Replace malloc+memset with calloc by Davidlohr Bueso · 12 years ago
  53. 7ec94a4 Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts by Pete Batard · 12 years ago
  54. 63f569b Misc: Fix more Clang warnings in core and darwin by Pete Batard · 12 years ago
  55. 0e0cbb6 Windows: Address MSVC Level 4 & WDK's OACR/Prefast warnings by Pete Batard · 12 years ago
  56. 89b43a6 Windows: Some versions of dlltool require a library name by Xiaofan Chen · 12 years ago
  57. f557e09 Windows: Fix warnings reported by the Intel Compiler by Pete Batard · 12 years ago
  58. 8b49ddf libusbx-1.0.12 by Pete Batard · 12 years ago
  59. 5330c3d Samples: Remove USB version for speed designations in xusb by Xiaofan Chen · 12 years ago
  60. 67df11b Windows: Fix erroneous pointer array allocation reported by Clang by Pete Batard · 12 years ago
  61. 21ce673 Core: Fix Clang warnings by Pete Batard · 12 years ago
  62. c38f551 libusbx 1.0.12-rc1 by Pete Batard · 12 years ago
  63. beeb662 Autotools: add libusb-1.0.def and libusb_nano.h as dependencies by Pete Batard · 12 years ago
  64. 6b33cd4 Windows: Enable MinGW and MSVC DLL interchangeability by Pete Batard · 12 years ago
  65. a983fad All: Prevent memory leaks on realloc failures by Pete Batard · 12 years ago
  66. ff3259b Windows: Fix possible crash when using longjmp and gcc 4.6 by Pete Batard · 12 years ago
  67. 9497ad5 Core: Display libusbx version in libusb_init's debug output by Pete Batard · 12 years ago
  68. 802a994 Autotools: Fix autogen.sh behavior when libtool is not found by Lars Wirzenius · 12 years ago
  69. dd06d60 Linux: Fix a major regression in threads_posix.c by Pete Batard · 12 years ago
  70. 0c089c7 Autotools: Fix versioning regression in configure.ac by Pete Batard · 12 years ago
  71. cf6e68a Core: Add toggleable debug logging by Pete Batard · 12 years ago
  72. a7ab6ba Core: Fix "LOG_LEVEL_NONE not handled in switch" warning by Ludovic Rousseau · 12 years ago
  73. 56853b5 Samples: Fix no previous prototype warnings in xusb by Ludovic Rousseau · 12 years ago
  74. c9d41fe Autotools: Apply autoupdate 2.68 recommendations by Ludovic Rousseau · 12 years ago
  75. e654642 Core: Send all logging output to stderr by Pete Batard · 12 years ago
  76. 4633b7b Darwin: More OS-X logging improvements by Pete Batard · 12 years ago
  77. b88ce7d Windows: Add new API calls to DLL .def file by Pete Batard · 12 years ago
  78. 3fae93a Windows: Restore HID support by Pete Batard · 13 years ago
  79. 500b037 Core: Only display timestamps in debug mode and use init() as origin by Pete Batard · 12 years ago
  80. 933a319 Core: Define log levels in libusb.h by Pete Batard · 12 years ago
  81. 9ec54b6 Darwin: Align severity of OS-X logging messages by Pete Batard · 12 years ago
  82. cfb8610 All: Add parent and port topology calls by Pete Batard · 13 years ago
  83. a544e59 Misc: Ensure all sources are UTF-8 by Pete Batard · 12 years ago
  84. cd87b6b Windows: Reduce severity of initial conf desc readout failures by Pete Batard · 12 years ago
  85. 1cc9c60 Windows: Fix missing cygwin thread ID by Pete Batard · 13 years ago
  86. 75b1cf8 Windows: Add INSTALL_WIN.txt by Pete Batard · 13 years ago
  87. a221271 Misc: Separate nano from version.h by Pete Batard · 13 years ago
  88. 7e52e1e Samples: Use the implicit _SOURCES rule by Ludovic Rousseau · 13 years ago
  89. 6b76091 Samples: Use a common LDADD for all examples by Ludovic Rousseau · 13 years ago
  90. 2075665 Samples: prefer __linux__ over __linux define in xusb by Pete Batard · 13 years ago
  91. 3c755e1 libusbx-1.0.11 by Pete Batard · 13 years ago
  92. c5c6b0e Darwin: Sync type of num_iso_packets fields by Ludovic Rousseau · 13 years ago
  93. 30ccbd7 Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfers by Ludovic Rousseau · 13 years ago
  94. 6d47fa1 BSD: Add thread ID support for OpenBSD > 5.1 by Pete Batard · 13 years ago
  95. 00d6fed Samples: fix strcat vs strlcat warning on OpenBSD by Pete Batard · 13 years ago
  96. d190bd7 libusbx 1.0.11-rc1 by Pete Batard · 13 years ago
  97. 463dda0 Core: Add a timestamping and thread ID to logging by Peter Stuge · 13 years ago
  98. d20cd4f Autotools: Use "$@" instead of $* to avoid spaces problems by Ludovic Rousseau · 13 years ago
  99. c74fe3a Autotools: Use "set -e" to exit on the first error by Ludovic Rousseau · 13 years ago
  100. 2a24dac Autotools: Do not use source to call an another script by Ludovic Rousseau · 13 years ago