1. 805cc3e Windows: Add Visual Studio 2013 solution files by Joshua Blake · 11 years ago
  2. 30747ce core: fix Doxygen warning by Ludovic Rousseau · 11 years ago
  3. 68bd529 Windows: Fix a crash when HID transfers return no data by Pete Batard · 11 years ago
  4. 850dc39 core: Make LIBUSB_DEBUG environment variable also work from libusb_exit by Hans de Goede · 11 years ago
  5. 15ee959 hotplug: Fix usb_device memleak with hotunplug events pending on libusb_exit by Hans de Goede · 11 years ago
  6. 359a273 io: Ensure all pending events are consumed in one libusb_handle_events call by Hans de Goede · 11 years ago
  7. 7b62a0a Windows: Add support for VIA VL805 USB 3.0 Host Controllers by Omri Iluz · 11 years ago
  8. 3d84bba examples: check value returned by ftell() by Ludovic Rousseau · 11 years ago
  9. a9cd54f Windows: Avoid potential mismatch in transfer error reporting by Matthias Bolte · 11 years ago
  10. 16692c8 examples: add an option to force a device request for WCID descriptors by Pete Batard · 11 years ago
  11. 28d5514 examples: fix warning by Ludovic Rousseau · 11 years ago
  12. c4f2c35 tests: set output_file to a valid value by Ludovic Rousseau · 11 years ago
  13. c393574 examples: check value returned by libusb_bulk_transfer() by Ludovic Rousseau · 11 years ago
  14. d4dabfd examples: check the value returned by libusb_handle_events() by Ludovic Rousseau · 11 years ago
  15. aa00030 examples: check the value returned by libusb_init() by Ludovic Rousseau · 11 years ago
  16. d09389b linux: take newline into account for sysfs_get_active_config by Karsten Koenig · 11 years ago
  17. e2babf7 examples: Fix a memory leak by Ludovic Rousseau · 11 years ago
  18. 3c2e79c examples: Fix a memory leak by Ludovic Rousseau · 11 years ago
  19. 8be2ef0 Fix darwin compilation broken by the usbi_get_device_by_session_id changes by Hans de Goede · 11 years ago
  20. 733ffff Make usbi_get_device_by_session_id return a ref to the found device by Hans de Goede · 11 years ago
  21. 4ffa16f openbsd: Fix a memleak by Hans de Goede · 11 years ago
  22. d758af2 openbsd: Fix usbi_sanitize_device error handling by Hans de Goede · 11 years ago
  23. 5f36671 configure.ac: uclinux is also linux by Gustavo Zacarias · 11 years ago
  24. 0c3d17c Release 1.0.17 by Hans de Goede · 11 years ago
  25. def6a8f Windows: Address an VS2012/x64 warning in hotplug.c by Xiaofan Chen · 11 years ago
  26. 1c1ec3f Nathan is a maintainer now, so add him to the README by Hans de Goede · 11 years ago
  27. ce1f150 Remove unused THANKS file by Hans de Goede · 11 years ago
  28. 65e1a90 Makefile.am: Add Xcode dir to EXTRA_DIST by Hans de Goede · 11 years ago
  29. 31b180d Android: Add android build files to source tarball by Toby Gray · 11 years ago
  30. 6512943 Release 1.0.17-rc1 by Hans de Goede · 11 years ago
  31. 52cdd1a darwin: return libusb error codes instead of kernel error codes and fix by Nathan Hjelm · 11 years ago
  32. 7b14df4 darwin: clean up some code. remove a clang warning by Nathan Hjelm · 11 years ago
  33. 0837c47 Android: Add further documentation to Android README file by Toby Gray · 11 years ago
  34. 3b4a7c9 OpenBSD: Add basic support for non ugen(4) devices using usb(4) by Martin Pieuchot · 11 years ago
  35. eb4e7be openbsd: Split openbsd backend into separate openbsd and netbsd backends by Hans de Goede · 11 years ago
  36. c089900 Clarify alignment requirements for the control transfer buffer by Paul Fertser · 11 years ago
  37. 6732582 linux: Handle device disconnection early when possible by Chris Dickens · 11 years ago
  38. a06eafd hotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchas by Hans de Goede · 11 years ago
  39. 0fc304d hotplug: Document that callbacks cannot unregister themselves when called from hotplug_register_callback by Hans de Goede · 11 years ago
  40. be76bef hotplug: Don't call the user callback while holding various locks by Hans de Goede · 11 years ago
  41. fad4a18 hotplug: Remove device from usb_devs before signalling its removal by Hans de Goede · 11 years ago
  42. 11335a2 libusb: Fix usb_devs_lock mutex use after free in libusb_init error path by Hans de Goede · 11 years ago
  43. f0fb99a linux/netlink: correct usage of fcntl by Nathan Hjelm · 11 years ago
  44. 368d613 Windows: Fix a cast warning when compiling for x64 in VS by Pete Batard · 11 years ago
  45. d28ab4b Windows: Fix VS2010 project files by Pete Batard · 11 years ago
  46. c632101 Android: Add examples and stress tests by Toby Gray · 11 years ago
  47. 7bfbb8b Android: Add formal Android support by Toby Gray · 11 years ago
  48. 9222a54 Core: Add compile time option to use native OS logging facility by Toby Gray · 11 years ago
  49. b50a433 linux: ensure the netlink socket is correctly opened with older Linux kernels by Nathan Hjelm · 11 years ago
  50. c848e5b Core: Fix potential segfault caused by using freed memory by Chris Dickens · 11 years ago
  51. 69d88b7 Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_gettime() by Simon Haggett · 11 years ago
  52. b356272 WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime() by Simon Haggett · 11 years ago
  53. 388a9a8 Windows: fd_to_winfd() shouldn't treat fd 0 as invalid by Simon Haggett · 11 years ago
  54. a3b92f8 README: Add OS X specific notes by Sean McBride · 12 years ago
  55. 7dad81f Core: correctly check usbi_read() returned value by Chris Dickens · 11 years ago
  56. fedc363 Core: defensive programming by Sean McBride · 12 years ago
  57. b5acea3 darwin: fix clang warnings about explicit conversion by hjelmn · 11 years ago
  58. 4cb9ae0 fixed link errors by adding missing files to Xcode project by Sean McBride · 11 years ago
  59. ce8da72 made some globals static to fix warnings by Sean McBride · 11 years ago
  60. ea6c827 fixed some clang -Wdocumentation warnings from bad doxygen markup by Sean McBride · 11 years ago
  61. 4d198fe fixed compiler warning about possible uninitialized use by zero initializing by Sean McBride · 11 years ago
  62. 8f13c72 make targets for examples depend on library target. Generate library named libusb-1.0.0.dylib not libusbx.dylib. Added several xcconfig files to make source control and documentation easier. Reorganised a few files' positions within the project. Disable strict aliasing since libusbx breaks strict aliasing rules anyway. Set project format as 3.1-compatible. by Sean McBride · 12 years ago
  63. 059e648 Xcode: build for 32 and 64 bits by Ludovic Rousseau · 12 years ago
  64. bd57a42 Xcode: remove implicit/default configuration by Ludovic Rousseau · 12 years ago
  65. a0d7a89 Add minimal config.h for Xcode by Ludovic Rousseau · 12 years ago
  66. b11f8e0 Adapt Xcode project to the new paths by Ludovic Rousseau · 12 years ago
  67. 1640bf7 Move Xcode project in Xcode/ directory by Ludovic Rousseau · 12 years ago
  68. db59090 Xcode project by Ludovic Rousseau · 12 years ago
  69. 3107f30 linux_netlink: Remove use of pthread_cancel by Hans de Goede · 11 years ago
  70. 9afce42 linux_netlink: close netlink socket on init error by Hans de Goede · 11 years ago
  71. 6ac8cd3 hotplug: Remove use of pthread_cancel from linux_udev by Chris Dickens · 11 years ago
  72. d8a33df linux: Use a separate lock to serialize start/stop vs hotplug events by Hans de Goede · 11 years ago
  73. 242d49c work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCK by hjelmn · 11 years ago
  74. 252e193 fix warnings in linux_get_device_address by hjelmn · 11 years ago
  75. 67f0c1f include stdlib.h for free and realloc in libusbi.h by hjelmn · 11 years ago
  76. 872ff17 Silence automake 1.14 warning by Nathan Hjelm · 11 years ago
  77. 83021ab Add checks for headers needed by linux/netlink.h by Nathan Hjelm · 11 years ago
  78. 707d500 keep a reference to the device for each active transfer and let the backend handle cancelling active transfers when a device is disconnected by Nathan Hjelm · 11 years ago
  79. 97958ba hotplug: Pass explicit context to callbacks by Florian Albrechtskirchinger · 11 years ago
  80. d1ed6c4 Prepare for 1.0.16 final release by Hans de Goede · 11 years ago
  81. faa6241 Prepare for 1.0.16-rc3 release by Hans de Goede · 11 years ago
  82. ef59b06 Documentation: add an Using an event handling thread section by Hans de Goede · 11 years ago
  83. 230b9a0 Documentation: explain the 2 main viable event handling approaches by Hans de Goede · 11 years ago
  84. ac41bfc hotplug: Wakeup libusb_handle_events on libusb_hotplug_deregister_callback by Hans de Goede · 11 years ago
  85. f505929 hotplug: Give the usbi_hotplug_match* functions a context parameter by Hans de Goede · 11 years ago
  86. b4c18fa Doc: update hotplug, topology and descriptor documentation by Pete Batard · 11 years ago
  87. ea39a14 Prepare for 1.0.16-rc2 release by Hans de Goede · 11 years ago
  88. 975c4fd Core: Use fputs(3) instead of fprintf(3) by Tim Roberts · 11 years ago
  89. 7b893cc Core: Fix writing of log lines a single fprintf call by Pete Batard · 11 years ago
  90. fb4c208 Core: Make writing of log lines a single fprintf call. by Toby Gray · 11 years ago
  91. e2c54d9 core: Always warn when there are leaked device refs on exit by Hans de Goede · 11 years ago
  92. 004c7a7 Core: Avoid passing uninitialised data down the hotplug pipe. by Toby Gray · 11 years ago
  93. 83c9c3c core.c: Initialize auto_detach_kernel_driver to 0 for new handle by Chris Dickens · 11 years ago
  94. 17caf6d openbsd: Fix memleak in obsd_get_device_list() by Hans de Goede · 11 years ago
  95. 163e208 core: Only do hotplug cleanup for hotplug capable backends by Hans de Goede · 11 years ago
  96. c1bf7fb WinCE: ref result of usbi_get_device_by_session_id() by Hans de Goede · 11 years ago
  97. 43fbe3d WinCE: Fix device reference leak which caused crash on libusb_exit(). by Toby Gray · 11 years ago
  98. 1b3c827 Misc: Update AUTHORS file by Pete Batard · 11 years ago
  99. e2fe75e Prepare for 1.0.16-rc1 release by Hans de Goede · 11 years ago
  100. 061a807 autogen.sh: Honor NOCONFIGURE=1 by Colin Walters · 11 years ago