1. 6c01641 Fix 4G file transfer on 32 bit. by Jerry Zhang · 7 years ago
  2. f76b10a wrong render command, this is opcode not ofc by Marcus Meissner · 7 years ago
  3. 3e0a71c fix indentation for gcc6 by Marcus Meissner · 8 years ago
  4. 0a57651 [events] Add an asynchronous function to check for events by Philip Langdale · 8 years ago
  5. 3d692dc merge accumulated ptp lowlevel changes from libgphoto2. by Marcus Meissner · 8 years ago
  6. aac7502 in read, use the maxpacket from the device, not _HS_ packetsize by Marcus Meissner · 8 years ago
  7. fe2b9d6 memory leaks on error exits (Coverity) by Marcus Meissner · 9 years ago
  8. 524e42c util: wrap unknown-device erroring in just one function by Andrés G. Aragoneses · 9 years ago
  9. c4b6a19 initialize xwritten for rare bugs (Coverity) by Marcus Meissner · 9 years ago
  10. 13bbf6a remove double if () (Coverity) by Marcus Meissner · 9 years ago
  11. 50ed219 avoid using params before checking it against NULL (Coverity) by Marcus Meissner · 9 years ago
  12. 468e06b https://sourceforge.net/p/libmtp/patches/64/ by Marcus Meissner · 9 years ago
  13. 1165b5a Revert "Async buffering for high-speed transfers." by David Bremner · 10 years ago
  14. 11cc9a7 minor coding style cleanup by Linus Walleij · 11 years ago
  15. 1bc3a75 delete unused clear_halt()code by Linus Walleij · 11 years ago
  16. b9a840c Async buffering for high-speed transfers. by Yingxi Yu · 11 years ago
  17. 4a9e604 USB3 device support by Yingxi Yu · 11 years ago
  18. c27ba01 Revert "USB 3.0 support." by Linus Walleij · 11 years ago
  19. 77ad0b1 USB 3.0 support. by Yingxi Yu · 11 years ago
  20. 423e1fe PATCH: avoid unconditional clear_halt by Marcus Meissner · 11 years ago
  21. e6f7703 Support GetObject for large (>4GB) files. by Philip Langdale · 11 years ago
  22. 1a5fe0a ptp: Apply missing changes to support > 4GB transfers. by Philip Langdale · 11 years ago
  23. 1e5c80e Fix some leaks in common code paths. by Lei Zhang · 11 years ago
  24. 3df1589 Check for failures from libusb_init() in the libusb-1.0 glue code. by Lei Zhang · 11 years ago
  25. b3aaade Fix signature of ptp_usb_senddata() to be 64bit. by Linus Walleij · 11 years ago
  26. d76ae6e Patch from Will Preston to fix setup of descriptor. by Linus Walleij · 12 years ago
  27. be4a1b2 Close dangling handle in libusb glue by Linus Walleij · 12 years ago
  28. 15d18e3 Do not always set altinterface 0! This is just wildly wrong: by Linus Walleij · 12 years ago
  29. a31927b This is not older libusb... by Linus Walleij · 12 years ago
  30. bda39ab Just docs by Linus Walleij · 12 years ago
  31. fbd8e95 Fixed one syntax error, straightened a few spaces by Linus Walleij · 12 years ago
  32. 30f9acd There was some unfinished porting here. by Jonas Salling · 12 years ago
  33. 7433938 Various by Linus Walleij · 12 years ago
  34. 26ceac8 Clean up separation between libusb 1.0 and libusb 0.x by Linus Walleij · 13 years ago
  35. fbbef8b Make libusb 1.0 and libusb 0.x coexist, merge Marcus' libusb 1.0 by Linus Walleij · 13 years ago
  36. 7cf0264 Revert "Rewrite libmtp to use libusb1, drop legacy libusb support." by Linus Walleij · 13 years ago
  37. c9105ab Rewrite libmtp to use libusb1, drop legacy libusb support. by Linus Walleij · 13 years ago[Renamed (82%) from src/libusb-glue.c]
  38. 0a422c0 Allow probing devices using Interface Association Descriptors. by Roger Quadros · 13 years ago
  39. 1fefa17 Fix bug where we close the device handle before resetting, it should by Linus Walleij · 13 years ago
  40. c9c0102 Fix event check in slow path. by Linus Walleij · 13 years ago
  41. f765caf Don't probe device interfaces with != 3 endpoints by Linus Walleij · 13 years ago
  42. d33cd58 Restor 20s default timeout by Linus Walleij · 13 years ago
  43. f691317 Added a device flag to force reset on certain players that by Linus Walleij · 13 years ago
  44. e04a1b9 Increase some timeouts, add a flag for Samsung device. by Linus Walleij · 13 years ago
  45. f68f4c8 Increase timeout by Linus Walleij · 13 years ago
  46. 825ff13 Fixed a crash bug found by Google's Yavor Goulishev in opening USB devices. The handle was checked in a bad way. by Yavor Goulishev · 13 years ago
  47. e0bb6c6 fix for probing issue by Marcus Meissner · 13 years ago
  48. bac1eed Two new devices by Linus Walleij · 13 years ago
  49. 4eb8ad9 Fixed detection logic AGAIN why can't I get this right??? by Linus Walleij · 13 years ago
  50. 5d92c8c remove PTP probing by Linus Walleij · 13 years ago
  51. 3230d1d Fix inverted boolean logic... by Linus Walleij · 13 years ago
  52. fb3e302 Fixup device OS descriptor probe code by Linus Walleij · 13 years ago
  53. 549f49a Improbe the hotplug capability by Linus Walleij · 14 years ago
  54. f9137dc Do not reset on every close. by Linus Walleij · 14 years ago
  55. 4955748 You can never get enough whitespace or what? by Linus Walleij · 14 years ago
  56. 48fda57 One more lightening by Linus Walleij · 14 years ago
  57. e73854e Lighten up the code Johnny. by Linus Walleij · 14 years ago
  58. 5d987e1 Don't probe HID devices. by Linus Walleij · 14 years ago
  59. ea73f5c libusb mac fixes by Richard Low · 14 years ago
  60. 1473595 Proper moaning on PTP without MTP by Linus Walleij · 14 years ago
  61. f2d747a Fix multithread bug by Linus Walleij · 14 years ago
  62. 49e57b8 Don't complain so much about control message 2 by Linus Walleij · 15 years ago
  63. c1a82f1 Fix for libusb bug by Linus Walleij · 15 years ago
  64. 0358408 Add DEBUG flags definition to be clean by nicklas79 · 15 years ago
  65. a99196a A little fix to be clean by nicklas79 · 15 years ago
  66. daadbf2 Add a new function to API to enable debug mode by nicklas79 · 15 years ago
  67. cea83ff Nicolas latest patches by Linus Walleij · 15 years ago
  68. b6e06e2 BlackBerry magic check by Linus Walleij · 15 years ago
  69. fea4f53 Patches from Nicolas to support the BlackBerry Storm. by Linus Walleij · 15 years ago
  70. 5f3c44b Some shapeups from Nicolas by Linus Walleij · 15 years ago
  71. d866d24 Various changes by Linus Walleij · 15 years ago
  72. 8824421 Patch to detect PTP descriptors by Linus Walleij · 15 years ago
  73. 21b2dde Fix inclusion of config.h by Linus Walleij · 15 years ago
  74. d24f923 Check handler return value by Richard Low · 15 years ago
  75. e029eba Fix probe_device_descriptor crash and change get_playlist_extension return type by Richard Low · 15 years ago
  76. b84b385 Increased reliability of file transfers by Linus Walleij · 15 years ago
  77. f67c1ad Fix a new device bug flag for broken sendobjproplist by Linus Walleij · 15 years ago
  78. d1e14e0 Refactor and shape up debug calls, bring in upstreams updates. by Linus Walleij · 16 years ago
  79. 3bc0d7f Sync upstream and adjust Richards bug fix. by Linus Walleij · 16 years ago
  80. 4d9165f Misc bug fixes by Richard Low · 16 years ago
  81. 2f62281 Various stuff, including Chris' patches to timeout defaults. by Linus Walleij · 16 years ago
  82. e1be4b9 Vartype and return flunkies by Linus Walleij · 16 years ago
  83. 06e4232 Rob Woolleys Philips GoGear patch. by Linus Walleij · 16 years ago
  84. 335a81c Massage SanDisk device descriptors. by Linus Walleij · 16 years ago
  85. fec4d56 Store the raw device inside PTP_USB by Linus Walleij · 16 years ago
  86. 3c64325 Move params creation away from usb layer. by Linus Walleij · 16 years ago
  87. 9b14618 Make raw devices used in detect. by Linus Walleij · 16 years ago
  88. a700d22 Refactor to use raw devices internally (major change!) by Linus Walleij · 16 years ago
  89. ef2fb36 Fix up error messages. by Linus Walleij · 16 years ago
  90. a4e6bdc Support getting a prefered playlist extension. by Linus Walleij · 16 years ago
  91. 5ba4040 Fix uninitialized variable by Linus Walleij · 16 years ago
  92. f106aa6 Look up device/product name and flags for raw devices. by Linus Walleij · 16 years ago
  93. 63fd1e6 Added a raw device detection interface. by Linus Walleij · 16 years ago
  94. 1018c16 Loose debug prints by Linus Walleij · 16 years ago
  95. b8f78c7 File updates for 0.2.6 release by Linus Walleij · 16 years ago
  96. a0eda16 Comments by Richard Low · 16 years ago
  97. eabc231 Further notices by Linus Walleij · 16 years ago
  98. 3191bba Fix two bugs found by Scott Snyder by Linus Walleij · 16 years ago
  99. bebc6d5 Wait for response > 0 not > 2 by Linus Walleij · 16 years ago
  100. 00411ee Read response until <= 2 bytes. by Linus Walleij · 16 years ago