1. 60d6452 am ed757e97: am 290ac693: Merge "Stop building the unused host libmtp static library." by Elliott Hughes · 12 years ago
  2. e0e2e98 Stop building the unused host libmtp static library. by Elliott Hughes · 12 years ago
  3. af8e8aa Add mode when open(O_CREAT) is used. by Nick Kralevich · 12 years ago
  4. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 12 years ago
  5. c7a8e24 media/mtp: Add missing LOCAL_C_INCLUDES by David 'Digit' Turner · 13 years ago
  6. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  8. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  9. a9a46c1 MTP: Add support for restricting PTP to only certain subdirectories of the storage by Mike Lockwood · 13 years ago
  10. 44c1908 MTP: Don't attempt to read more than 16K at a time from the MTP driver by Mike Lockwood · 13 years ago
  11. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. 0cc79c6 MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in size by Mike Lockwood · 13 years ago
  13. ef441d9 MTP: Use a single packet for the data phase by Mike Lockwood · 13 years ago
  14. dec7388 MTP: Clean up MtpServer initialization and threading: by Mike Lockwood · 13 years ago
  15. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  16. 9b88b72 MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system by Mike Lockwood · 13 years ago
  17. 3d1d776 MTP: Add support for PTP variant of GetDeviceInfo result. by Mike Lockwood · 13 years ago
  18. dc3185e MTP: Fix some problems with GetObjectHandles and GetNumObjects commands by Mike Lockwood · 13 years ago
  19. 7efab42 MTP: Have GetStorageInfo command return correct storage type for removable storage by Mike Lockwood · 13 years ago
  20. aeb65d4 DO NOT MERGE MTP: Implement GetThumb command by Mike Lockwood · 13 years ago
  21. c9ee8c2 DO NOT MERGE MTP: Fix file descriptor leak in file editing extensions by Mike Lockwood · 13 years ago
  22. 4d9da14 DO NOT MERGE MTP: Add extended operations to support in-place editing of files by Mike Lockwood · 13 years ago
  23. 0241cac DO NOT MERGE MTP and media provider support for multiple storage devices: by Mike Lockwood · 13 years ago
  24. 3d74457 MtpDevice: Handle zero length packets in readResponse() by Mike Lockwood · 13 years ago
  25. 33bde8d MTP host: Fix problems reading large data packets by Mike Lockwood · 13 years ago
  26. a849440 MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 14 years ago
  27. d4fb52e MTP host: disable some test code by Mike Lockwood · 14 years ago
  28. 126ea73 MTP host: Use usb_device_bulk_transfer for synchronous transfers by Mike Lockwood · 14 years ago
  29. 31c52e7 Fix some memory leaks found in static analysis by Kenny Root · 14 years ago
  30. 8d08c5a MTP: Use ro.product.manufacturer system property value for MTP manufacturer name by Mike Lockwood · 14 years ago
  31. f41ef0e Add support for synchronous bulk USB transfers by Mike Lockwood · 14 years ago
  32. d7376ca am bd65c065: am a13732e1: Merge "MTP: Fix month off by one error in date parsing and formatting code" into honeycomb by Mike Lockwood · 14 years ago
  33. ea1db0a MTP: Fix month off by one error in date parsing and formatting code by Mike Lockwood · 14 years ago
  34. 7aa9f73 Merge "New APIs for MTP and PTP host support" by Mike Lockwood · 14 years ago
  35. 23f1b33 New APIs for MTP and PTP host support by Mike Lockwood · 14 years ago
  36. 59d6ae5 Remove MTP related log spam by Mike Lockwood · 14 years ago
  37. aa95240 MTP: Fix problems with modification dates for folders and non-media files by Mike Lockwood · 14 years ago
  38. 5de2001 Remove support for obsolete PTP content provider by Mike Lockwood · 14 years ago
  39. 42d0b79 MTP: changes to use new usb_request support in libusbhost by Mike Lockwood · 14 years ago
  40. d1b056a Change libusbhost and libmtp from static to shared libraries by Mike Lockwood · 14 years ago
  41. feafefb MTP: check for replacing existing files via the database instead of the file system by Mike Lockwood · 14 years ago
  42. 20c3be0 MTP: Add support for reserve storage setting to avoid low storage situations. by Mike Lockwood · 14 years ago
  43. f745462 MTP host: Handle receiving a response packet instead of data packet. by Mike Lockwood · 14 years ago
  44. fd34626 MTP: Improve argument checking in SendObjectInfo by Mike Lockwood · 14 years ago
  45. 99e393a MTP: Support format argument in host GetObjectPropDesc command by Mike Lockwood · 14 years ago
  46. 5da8648 MTP: Read property code before calling isDeviceProperty in MtpProperty::read() by Mike Lockwood · 14 years ago
  47. 0c7c7c7 MTP: Improve MtpProperty logging support by Mike Lockwood · 14 years ago
  48. 98693f6 MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc by Mike Lockwood · 14 years ago
  49. 2e09e28 MTP: Use correct return type for getSupportedObjectProperties by Mike Lockwood · 14 years ago
  50. ddc4497 Revert "MTP: Remove static library build for linux host." by Mike Lockwood · 14 years ago
  51. 40ce1f2 MTP: Add support for multiple properties in GetObjectPropList command by Mike Lockwood · 14 years ago
  52. 1d34b4b MTP: Make sure buffer is big enough before reading the data packet by Mike Lockwood · 14 years ago
  53. f05ff07 MTP: Fix typo in MtpServer::doGetObjectPropList by Mike Lockwood · 14 years ago
  54. d81ce3c MTP: Implement GetPartialObject command by Mike Lockwood · 14 years ago
  55. b892d0e MTP: Use DateTime form in GetObjectPropDesc for date/time properties. by Mike Lockwood · 14 years ago
  56. 57151f3 Rename MtpCursor to PtpCursor by Mike Lockwood · 14 years ago
  57. 8e4d785 MTP: Remove static library build for linux host. by Mike Lockwood · 14 years ago
  58. 27afe3a PTP: Fix permissions problems with files imported via PTP by Mike Lockwood · 14 years ago
  59. b9ff444 PTP: Improve performance and reliability of file importing by Mike Lockwood · 14 years ago
  60. e1b8cf1 MTP: Fixes to allow file transfers > 4 gigabytes by Mike Lockwood · 14 years ago
  61. f5b2ff2 MTP: Set correct format for abstract audio playlists by Mike Lockwood · 14 years ago
  62. b6da06e MTP: Partial implementation of the GetObjectPropList command by Mike Lockwood · 14 years ago
  63. 7ce05cf MTP: Add missing call to closedir() in recursive delete code by Mike Lockwood · 14 years ago
  64. d472e28 MTP: Don't dump data packets twice in debug output. by Mike Lockwood · 14 years ago
  65. 0181726 Add support for range and enum forms in MTP ObjectPropDescs by Mike Lockwood · 14 years ago
  66. 23d2071 MTP: Include size of 12 byte header in packet size for GetObject data packet by Mike Lockwood · 14 years ago
  67. 3a2f37f MtpCursor: Fix long to int truncation bug by Mike Lockwood · 14 years ago
  68. be92346 MTP: Fix some warnings by Mike Lockwood · 14 years ago
  69. dde3720 MTP: Include current property value in GetDevicePropDesc by Mike Lockwood · 14 years ago
  70. 7cee5d3 MTP: Fix reading and writing device property descriptors by Mike Lockwood · 14 years ago
  71. 677f570 MTP: Reenable GetObjectPropValue and SetObjectPropValue by Mike Lockwood · 14 years ago
  72. a881b44 MTP: Minor debug output cleanup by Mike Lockwood · 14 years ago
  73. 4620df7 MTP: Fix problems with signed ints in MtpCursor.cpp by Mike Lockwood · 14 years ago
  74. 32eaa26 MTP: Fix typo that resulted in the MTP provider returning thumb format for object format by Mike Lockwood · 14 years ago
  75. d321149 MTP: Delete all files and subdirectories when deleting directories. by Mike Lockwood · 14 years ago
  76. e3e76c4 MTP: Implement support for getting/setting device properties by Mike Lockwood · 14 years ago
  77. 6b3a9d1 MTP: Send an Intent after an MTP session that resulted in media database modifications by Mike Lockwood · 14 years ago
  78. 5959988 MTP: Fix build break due to integer constant too large by Mike Lockwood · 14 years ago
  79. 8277cec MTP: work in progress on expanded property support by Mike Lockwood · 14 years ago
  80. de1e37a MTP: Compatibility fixes for transferring strings by Mike Lockwood · 14 years ago
  81. bf9b205 MTP: Fix wrong delete operator from previous change. by Mike Lockwood · 14 years ago
  82. 782aef1 MTP: Push queries for supported formats and properties up to Java. by Mike Lockwood · 14 years ago
  83. d7943b4 MTP: turn off verbose logging by Mike Lockwood · 14 years ago
  84. 2bb8c0e MTP: Fix reading and writing property descriptors by Mike Lockwood · 14 years ago
  85. a1825af MTP: Add debug code for printing names of MTP format and property codes. by Mike Lockwood · 14 years ago
  86. f83caa2 MTP: Fix some typos by Mike Lockwood · 14 years ago
  87. 438344f MTP: Add support for syncing MTP playlists by Mike Lockwood · 14 years ago
  88. 343af4e MTP: Implement GetNumObjects by Mike Lockwood · 14 years ago
  89. 9c04c4c Clean up MtpDatabase API. by Mike Lockwood · 14 years ago
  90. da90dff MTP host: Reduce buffer size for readObject so we don't clog our pipe. by Mike Lockwood · 14 years ago
  91. f43c641 MTP: Turn off excessive logging by Mike Lockwood · 14 years ago
  92. 0cf89f2 MTP host: Add support for reading files from an MTP device via ParcelFileDescriptor by Mike Lockwood · 14 years ago
  93. 2b6c4a2 MTP: Don't request thumbnails for folder objects in MtpCursor by Mike Lockwood · 14 years ago
  94. 80a82ea MTP: Add hard coded support to recognize a couple MTP music players for testing purposes. by Mike Lockwood · 14 years ago
  95. 5d98aaf Merge "MTP host fixes:" by Mike Lockwood · 14 years ago
  96. 437e945 MTP host fixes: by Mike Lockwood · 14 years ago
  97. 59208db Fix sim-eng build. by Andy McFadden · 14 years ago
  98. 941f113 MTP: Remove race condition in initial device enumeration for host mode. by Mike Lockwood · 14 years ago
  99. 5cdceca MTP: Fix problems reading and writing arrays in property values. by Mike Lockwood · 14 years ago
  100. be9a95c MTP: add Linux host library for MTP/PTP host support. by Mike Lockwood · 14 years ago