1. efcfe05 core: Fix do_close locking by Hans de Goede · 8 years ago
  2. d5a1418 core: Test for LIBUSB_SUCCESS instead of 0 in handle_timeout() by Hans de Goede · 8 years ago
  3. 06e8679 core: Do not arm timer-fd for transfers where the os handles timeout by Hans de Goede · 8 years ago
  4. 138b661 core: Refactor code related to transfer flags and timeout handling by Chris Dickens · 9 years ago
  5. 4eaabb1 winnt: Do not differ between cancel / timeout ourselves by Hans de Goede · 8 years ago
  6. e9d9c73 wince: Do not differ between cancel / timeout ourselves by Hans de Goede · 8 years ago
  7. a5302ff core: Change event handling lock to traditional (non-recursive) type by Chris Dickens · 9 years ago
  8. 2682e21 Revert "io: Fix race condition in handle_timeout()" by Hans de Goede · 8 years ago
  9. d682143 on to 1.0.21-rc2 by Nathan Hjelm · 8 years ago
  10. 5ffcedf Updated TODO link by Anil Nair · 8 years ago
  11. bb014d8 changelog: add entry for new solaris backend by Nathan Hjelm · 8 years ago
  12. eefd322 Solaris backend by Lei Chen · 8 years ago
  13. 6976733 changelog: add missing entry by Nathan Hjelm · 8 years ago
  14. 3564c18 windows: use appropriate version for VS2015 solution files by Pete Batard · 8 years ago
  15. 7ce85c4 libusb 1.0.21-rc1 by Nathan Hjelm · 8 years ago
  16. bd8d5b5 io: Fix race condition in handle_timeout() by Joost Muller · 8 years ago
  17. 9afb5c0 examples: add missing include to dpfp_threaded by Nathan Hjelm · 8 years ago
  18. 001f687 fix nano by Nathan Hjelm · 8 years ago
  19. 7dff2d3 examples: make dpfp_threaded work on OS X by Nathan Hjelm · 8 years ago
  20. bcac08d Examples: Ported testlibusb from libus-0.1 to libusb-1.0 by Anil Nair · 8 years ago
  21. 648fb86 Add support for Intel Alpine Ridge USB 3.1 Controller on Windows 7. by Jeffrey Nichols · 8 years ago
  22. 247c719 Windows: Clean up referenced devices when memory allocation fails by Chris Dickens · 8 years ago
  23. adb6e39 Clean failure in discovered_devs_append. by FTDI Dev · 8 years ago
  24. ad6f234 Misc: Fix usbi_os_backend structure initialization by Chris Dickens · 8 years ago
  25. c5c4c7c Misc: Add .amend to .gitignore by Chris Dickens · 8 years ago
  26. a283c3b Add support for persistent device memory. by Steinar H. Gunderson · 8 years ago
  27. 0b947e5 Windows: Fix false assertion failure message during enumeration by Chris Dickens · 8 years ago
  28. 578942b AUTHORS: update my copyright by Nathan Hjelm · 8 years ago
  29. a42b524 AppVeyor: add cygwin and minGW support by hacker2490 · 8 years ago
  30. 4cfd001 fix nano version by Nathan Hjelm · 8 years ago
  31. da27298 autogen: remove --enable-maintainer-mode by Nathan Hjelm · 8 years ago
  32. 2040ab1 configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODE by Nathan Hjelm · 8 years ago
  33. 0dcc646 core: re-add one more conditional by Nathan Hjelm · 8 years ago
  34. dc7760a core: revert some of prior patch by Nathan Hjelm · 8 years ago
  35. e381f33 README.md: update AppVeyor badge (again) by Ludovic Rousseau · 8 years ago
  36. 98dd33c free can handle NULL ptr. by Gaurav · 9 years ago
  37. 40fb6ff AppVeyor: use a .bat file now by hacker2490 · 8 years ago
  38. ba9eef2 android: update README by William Skellenger · 8 years ago
  39. 8b42622 android: Fix typo in README by William Skellenger · 8 years ago
  40. ce9e72c README.md: update AppVeyor badge by Ludovic Rousseau · 8 years ago
  41. 964cff4 examples: fix 3 compiler warnings by Ludovic Rousseau · 8 years ago
  42. 79cc25a darwin: build hotplugtest sample in Xcode by Ludovic Rousseau · 8 years ago
  43. 763668c darwin: fix occasional dead-lock on libusb_exit by parafin · 9 years ago
  44. a499ef2 xusb: fix typo by Nathan Hjelm · 8 years ago
  45. 1fd08a1 Replace obsolete usleep with nanosleep by Stefan Tauner · 8 years ago
  46. fb2b6b2 README.md: add AppVeyor badge by Ludovic Rousseau · 8 years ago
  47. fc2840f AppVeyor: initial configuration file by hacker2490 · 8 years ago
  48. 31ff09c Windows: Fix MinGW build by Chris Dickens · 8 years ago
  49. 765a1fb travis-CI: fails compilation on warning by Ludovic Rousseau · 8 years ago
  50. 686ccc2 examples: fix 3 compiler warnings by Ludovic Rousseau · 8 years ago
  51. 2e78f95 examples: fix 2 compiler warnings by Ludovic Rousseau · 8 years ago
  52. 3661588 examples: fix 2 compiler warnings by Ludovic Rousseau · 8 years ago
  53. 4bfa440 darwin: fix 1 compiler warning by Ludovic Rousseau · 8 years ago
  54. 680828a core: fix 2 compiler warnings by Ludovic Rousseau · 8 years ago
  55. 244e394 README.md: add Coverity badge by Ludovic Rousseau · 8 years ago
  56. 7bfc729 Windows: Fix faulty logic that can pick the wrong config descriptor by Chris Dickens · 8 years ago
  57. c572f97 Windows: Add backend support for get_config_descriptor_by_value() by Chris Dickens · 8 years ago
  58. 926148d Windows: Fix dev_interface_path memory leak when reusing device ref by Angus Gratton · 9 years ago
  59. 1d54ee1 Windows: Fix parent USB device reference leak by Angus Gratton · 9 years ago
  60. 64d583f bootstrap: use autoreconf by Nathan Hjelm · 8 years ago
  61. 6de66bb travis: one more fix. need packages under apt by Nathan Hjelm · 8 years ago
  62. 78dc70a travis: sources line is needed by Nathan Hjelm · 8 years ago
  63. d387889 travis: bah. remove tabs by Nathan Hjelm · 8 years ago
  64. 09f212b travis: use addons to install packages by Nathan Hjelm · 8 years ago
  65. 1624d8d Misc: Link README to README.md to satisfy autotools by Chris Dickens · 8 years ago
  66. 42c8f9d Misc: Add markdown references for COPYING and PORTING files by Chris Dickens · 8 years ago
  67. 66ceb53 Misc: Convert README to README.md by Chris Dickens · 8 years ago
  68. 89e07d1 Merge pull request #154 from hjelmn/darwin_gettime_fix by Nathan Hjelm · 8 years ago
  69. 65569f2 travis: test xcode project by Nathan Hjelm · 8 years ago
  70. 85c1f78 threads_posix: use backend clock_gettime() by Nathan Hjelm · 8 years ago
  71. 67b2f4b travis: Add sudo to apt-get commands by Chris Dickens · 8 years ago
  72. 118dac7 travis: Update config file by Chris Dickens · 8 years ago
  73. 6e05325 travis: fix typo by Nathan Hjelm · 8 years ago
  74. 37df2f9 travis: ensure udev is installed by Nathan Hjelm · 8 years ago
  75. 26bb407 Add Travis CI configuration by Nathan Hjelm · 8 years ago
  76. 3a4fd0a core: Remove POSIX threads influence from synchronization code by Chris Dickens · 8 years ago
  77. a05b282 Misc: Remove unused definitions for usbi_cond_signal() by Chris Dickens · 8 years ago
  78. b99391d Misc: Document the return code for control transfers that are too large by Chris Dickens · 8 years ago
  79. 7ab9087 Misc: Add libusb_interrupt_event_handler() to API docs page by Chris Dickens · 8 years ago
  80. 7ee92df Misc: Prefix doxygen references in order to namespace libusb by Chris Dickens · 8 years ago
  81. 8a0c143 Misc: Make API parameter names consistent and sensible by Chris Dickens · 8 years ago
  82. 60e875d sync: Allow transferred argument to be optional in bulk APIs by Chris Dickens · 8 years ago
  83. 8e3d41e windows: Fix compilation for MSYS2 by Evan Hunter · 8 years ago
  84. ec27299 linux_netlink: Add message authentication and clean up parsing by Chris Dickens · 8 years ago
  85. ffb5926 linux_netlink: Add useful debug messages and clean up error handling by Chris Dickens · 8 years ago
  86. 3f4df89 linux_netlink: Remove unnecessary header includes and conditionals by Chris Dickens · 8 years ago
  87. 448584a Windows: Fix style issues in threading code by Chris Dickens · 8 years ago
  88. 33f51ea Windows: Move definitions for Cygwin. by KIMURA Masaru · 8 years ago
  89. a57f0ec Windows (winusb): Fix build break introduced in c8f71151 due to typo by Chris Dickens · 8 years ago
  90. c37f8f4 Misc: Minor stylistic improvements to libusbi.h by Chris Dickens · 8 years ago
  91. 57cfbb4 Windows/WinCE: Improve the run-time dynamic linking scheme by Chris Dickens · 8 years ago
  92. 452e7bd Windows: Fix some minor issues in windows_nt_common.c by Chris Dickens · 8 years ago
  93. f94184c WinCE: Remove unnecessary/unused structure by Chris Dickens · 8 years ago
  94. f277313 WinCE: Miscellaneous changes by Chris Dickens · 8 years ago
  95. c8f7115 Windows: Ensure proper cleanup when backend init() functions fail by Chris Dickens · 8 years ago
  96. 4dfa6d6 Windows: Fix DDK compilation by Pete Batard · 8 years ago
  97. d73aafe Windows: Minor improvements to windows_nt_common.c by Chris Dickens · 8 years ago
  98. fc721ed Windows: Replace open-coded string alloc + copy with _strdup() by Chris Dickens · 8 years ago
  99. 7de6c0f Windows: Fix compilation warnings when logging is disabled by Chris Dickens · 8 years ago
  100. cdfe236 Windows (usbdk): Remove unnecessary bookkeeping by Chris Dickens · 8 years ago