1. d5bb64b configure.ac: Cleanup and refactoring by Chris Dickens · 5 years ago
  2. 96e0af7 Windows: Drop support for Windows XP by Chris Dickens · 5 years ago
  3. 53572d7 Add Null POSIX backend by Pino Toscano · 5 years ago
  4. 767eafb Unix: fix library version for next release by Ludovic Rousseau · 5 years ago
  5. fde20bb configure.ac: bump .so version for next release by Nathan Hjelm · 6 years ago
  6. 552a4a4 configure.ac: fix detection of clock_gettime library by Baruch Siach · 7 years ago
  7. 020103a Windows: Ditch UsbDk build configuration by Sameeh Jubran · 8 years ago
  8. 3001f93 Misc: Ensure that both WINVER and _WIN32_WINNT are defined for Windows builds by Chris Dickens · 7 years ago
  9. aa73b2e linux: Mark internal file descriptors as CLOEXEC by Chris Dickens · 8 years ago
  10. cb77a25 configure.ac: Remove obsolete AC_ERROR and make formatting consistent by Chris Dickens · 8 years ago
  11. 9417868 configure.ac: Clean up style by Chris Dickens · 8 years ago
  12. 068b594 core: Remove use of gettimeofday() by Chris Dickens · 8 years ago
  13. 80f1657 core: Remove check for and inclusion of signal.h by Chris Dickens · 8 years ago
  14. eefd322 Solaris backend by Lei Chen · 9 years ago
  15. 2040ab1 configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODE by Nathan Hjelm · 9 years ago
  16. 8e3d41e windows: Fix compilation for MSYS2 by Evan Hunter · 9 years ago
  17. 3f4df89 linux_netlink: Remove unnecessary header includes and conditionals by Chris Dickens · 9 years ago
  18. 24c5289 build: Integrate usbdk backend by Dmitry Fleytman · 9 years ago
  19. 3dc781c Misc: Simplify Haiku build and fix broken parallel build by Chris Dickens · 9 years ago
  20. c7401ca Remove -c flag. Erroneous output caused on android by Venkatesh Shukla · 11 years ago
  21. dc97425 haiku: Add Haiku support by Akshay Jaggi · 10 years ago
  22. 4e95d0e Windows: Define WINVER to fix building on MinGW by Tormod Volden · 10 years ago
  23. 1eff220 Misc: Revert all references to libusb/libusb.info by hjelmn@cs.unm.edu · 11 years ago
  24. 7e3de5d Android: Add support for Linux/Android platforms by Kuangye Guo · 11 years ago
  25. 5f36671 configure.ac: uclinux is also linux by Gustavo Zacarias · 11 years ago
  26. eb4e7be openbsd: Split openbsd backend into separate openbsd and netbsd backends by Hans de Goede · 11 years ago
  27. 9222a54 Core: Add compile time option to use native OS logging facility by Toby Gray · 12 years ago
  28. 83021ab Add checks for headers needed by linux/netlink.h by Nathan Hjelm · 11 years ago
  29. 8ad7e5a configure: Fix --enable-udev help text by Hans de Goede · 12 years ago
  30. 6853291 Add hotplug support to the Linux backend. by Nathan Hjelm · 12 years ago
  31. 1e6928c Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H by Pete Batard · 12 years ago
  32. 21cf6e4 Tests: Add libusbx stress test by Toby Gray · 12 years ago
  33. 94b0ccc Autotools: Carry over 2012.10.23 libusb changes by Peter Stuge · 12 years ago
  34. 9ceb3bc Misc: Update and shorten various libusbx URLs by Pete Batard · 12 years ago
  35. 6b33cd4 Windows: Enable MinGW and MSVC DLL interchangeability by Pete Batard · 13 years ago
  36. ff3259b Windows: Fix possible crash when using longjmp and gcc 4.6 by Pete Batard · 13 years ago
  37. 0c089c7 Autotools: Fix versioning regression in configure.ac by Pete Batard · 13 years ago
  38. cf6e68a Core: Add toggleable debug logging by Pete Batard · 13 years ago
  39. c9d41fe Autotools: Apply autoupdate 2.68 recommendations by Ludovic Rousseau · 13 years ago
  40. 463dda0 Core: Add a timestamping and thread ID to logging by Peter Stuge · 13 years ago
  41. 968df12 BSD: add NetBSD experimental support by Pete Batard · 13 years ago
  42. 5c311cb Autotools: Fix package name and URLs in configure.ac by Pete Batard · 13 years ago
  43. 4f9fd6a autotools: LT_LANG([Windows Resource]) makes windres check redundant by Pete Batard · 13 years ago
  44. c568288 OpenBSD backend by Martin Pieuchot · 13 years ago
  45. d228574 configure.ac: Darwin: Move -lobjc from LIBS to PC_LIBS_PRIVATE by Xiaofan Chen · 13 years ago
  46. fa9b682 configure.ac: Enable libtool support for Windows Resource language by Peter Stuge · 13 years ago
  47. cbc2d7b Support release candidate versions in configure.ac and libusb-1.0.rc by Peter Stuge · 13 years ago
  48. bb8854f configure.ac: Fix #97 clang warning about -fgnu89-inline by Sean McBride · 14 years ago
  49. 40327cd Darwin: Fix #63 error when apps use Objective-C garbage collection by Sean McBride · 14 years ago
  50. 85a14f4 Move library version number from configure.ac to libusb/version.h by Peter Stuge · 14 years ago
  51. ae675c1 Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependencies by Pete Batard · 14 years ago
  52. 1a2d21f configure.ac: Refactor Windows backend settings into one occurence by Peter Stuge · 14 years ago
  53. 717f476 configure.ac: Rename AM_LDFLAGS to LTLDFLAGS and actually use them by Peter Stuge · 14 years ago
  54. 3cbe573 configure.ac: Clean up PC_LIBS_PRIVATE and AM_LDFLAGS by Peter Stuge · 14 years ago
  55. ef39d15 configure.ac: Call AC_CONFIG_FILES() for each output file by Peter Stuge · 14 years ago
  56. 6e52ea0 configure.ac: Whitespace changes and trivial reordering by Peter Stuge · 14 years ago
  57. 44b85da configure.ac: Quote AC_COMPILE_IFELSE() input by Peter Stuge · 14 years ago
  58. 19d5882 configure.ac: Define booleans to 1 when set, instead of an empty string by Peter Stuge · 14 years ago
  59. c24649d configure.ac: Clean up redundancy and fix LIBS on Linux by Peter Stuge · 14 years ago
  60. 0bd4a4d configure.ac: Touch up Darwin and Cygwin OS messages by Peter Stuge · 14 years ago
  61. 16cf11a configure.ac: Do not use -pthread on Darwin by Peter Stuge · 14 years ago
  62. a120747 configure.ac: Check for poll.h, and for nfds_t on Darwin by Peter Stuge · 14 years ago
  63. 67d9ef7 Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on Darwin by Nathan Hjelm · 14 years ago
  64. d7c2545 Fix libtool version setting by Daniel Drake · 14 years ago
  65. a6fb54e Populate the pkg-config Libs.private field by Mike Frysinger · 14 years ago
  66. d192c5b Update libtool version info by Daniel Drake · 14 years ago
  67. bd623f7 MinGW: Use --add-stdcall-alias linker option by Daniel Drake · 14 years ago
  68. 29f9f9e Introduced calling convention (for Windows) by Pete Batard · 14 years ago
  69. 33cd2f6 removed trailing whitespaces by Pete Batard · 14 years ago
  70. 9a4249f Add Windows support by Pete Batard · 15 years ago
  71. a516fcb Only compile dpfp examples when sigaction is available by Daniel Drake · 14 years ago
  72. a1d831e configure.ac: fix bashisms by Aurelien Jarno · 15 years ago
  73. 7211aba Only include sys/time.h on appropriate platforms by Daniel Drake · 15 years ago
  74. 351c062 add AM_MAINTAINER_MODE by Ludovic Rousseau · 15 years ago
  75. 23b5db8 Add internal abstraction for POSIX Threads by Peter Stuge · 15 years ago
  76. a04cbb0 v1.0.8 release by Daniel Drake · 15 years ago
  77. 3af329d v1.0.7 release by Daniel Drake · 15 years ago
  78. a418679 v1.0.6 release by Daniel Drake · 15 years ago
  79. 0bd7ef5 Refine timerfd header check (#18) by Daniel Drake · 15 years ago
  80. 90d8fca v1.0.5 release by Daniel Drake · 15 years ago
  81. 4783008 Use timerfd for timeout handling by Daniel Drake · 15 years ago
  82. 9b120c2 Use AM_SILENT_RULES for building by Daniel Drake · 15 years ago
  83. ef6ea6c v1.0.4 release by Daniel Drake · 15 years ago
  84. f46716f v1.0.3 release by Daniel Drake · 15 years ago
  85. 86f79fb Darwin: Don't cancel transfers on timeout by Nathan Hjelm · 16 years ago
  86. 8be2560 v1.0.2 release by Daniel Drake · 16 years ago
  87. b501795 pre-gcc-3.4 compatibility by Alex Vatchenko · 16 years ago
  88. aa24c04 v1.0.1 release by Daniel Drake · 16 years ago
  89. b49f6bf Darwin backend by Nathan Hjelm · 16 years ago
  90. ccf6d3d Only link with librt on Linux by Nathan Hjelm · 16 years ago
  91. 34b9eeb v1.0.0 release by Daniel Drake · 16 years ago
  92. a133875 v0.9.4 release by Daniel Drake · 16 years ago
  93. d25b566 Support for out-of-tree building by Aurelien Jarno · 16 years ago
  94. 046e681 v0.9.3 release by Daniel Drake · 16 years ago
  95. 1631eae v0.9.2 release by Daniel Drake · 16 years ago
  96. 9140f5b v0.9.1 release by Daniel Drake · 17 years ago
  97. ead09cd API documentation by Daniel Drake · 17 years ago
  98. c0c9432 Beginnings of cross-platform abstraction by Daniel Drake · 17 years ago
  99. 637a8d7 Remove timers and signalfd by Daniel Drake · 17 years ago
  100. 37b7f9a Only use -fgnu89-inline when supported by Daniel Drake · 17 years ago