1. 2ec4af5 am 138757db: Merge "Make OBB results a one-way call" into gingerbread by Kenny Root · 14 years ago
  2. b7db272 Make OBB results a one-way call by Kenny Root · 14 years ago
  3. bf44eba am 9de93424: Merge "Without SD card the shutdown sequence was delayed" by Brad Fitzpatrick · 14 years ago
  4. 5d0db4d Without SD card the shutdown sequence was delayed by Johan Alfven · 14 years ago
  5. b09773d Fix isUsbMassStorageConnected() will always return true by Tony Wu · 14 years ago
  6. 8fda163 am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gingerbread by Kenny Root · 14 years ago
  7. 3b1abba OBB: use PBKDF2 for key generation. by Kenny Root · 14 years ago
  8. 8bb7a1d am b4de3dca: Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 14 years ago
  9. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 14 years ago
  10. c0c2076 am e0c5ae7b: Merge "Eliminate MCS_GIVE_UP state" into gingerbread by Kenny Root · 14 years ago
  11. c296f22 am 0145e36c: Revert "Only allow 8 OBBs to be mounted by a UID" by Kenny Root · 14 years ago
  12. 480afe7 Eliminate MCS_GIVE_UP state by Kenny Root · 14 years ago
  13. 0145e36 Revert "Only allow 8 OBBs to be mounted by a UID" by Kenny Root · 14 years ago
  14. 6ed0cfd am 5919ac6b: OBB: track binder death observers by Kenny Root · 14 years ago
  15. 36455d0 am a3ee5c03: Merge "Add MountService tests and fix a bug it found" into gingerbread by Kenny Root · 14 years ago
  16. 5919ac6 OBB: track binder death observers by Kenny Root · 14 years ago
  17. 17eb6fb Add MountService tests and fix a bug it found by Kenny Root · 14 years ago
  18. 7e40e67 am d9e88d22: Merge "Add "none" for vold and deprecate mkobb -c" into gingerbread by Kenny Root · 14 years ago
  19. 12ffd9b Add "none" for vold and deprecate mkobb -c by Kenny Root · 14 years ago
  20. 637a8d8 am 29423918: Fix regression in OBB key handling by Kenny Root · 14 years ago
  21. 2942391 Fix regression in OBB key handling by Kenny Root · 14 years ago
  22. 8d85bec am 8b28441a: Merge "Being already unmounted is not a failure" into gingerbread by Kenny Root · 14 years ago
  23. 4da0239 Being already unmounted is not a failure by Kenny Root · 14 years ago
  24. 4309b52 am 735de3b3: Hash keys with MD5; track IBinders not IInterface by Kenny Root · 14 years ago
  25. 0f064de am 27358a69: Only allow 8 OBBs to be mounted by a UID by Kenny Root · 14 years ago
  26. 6ce5f60 am 38cf8867: Remove OBBs from state list when volume unmounted by Kenny Root · 14 years ago
  27. 735de3b Hash keys with MD5; track IBinders not IInterface by Kenny Root · 14 years ago
  28. 27358a6 Only allow 8 OBBs to be mounted by a UID by Kenny Root · 14 years ago
  29. 38cf886 Remove OBBs from state list when volume unmounted by Kenny Root · 14 years ago
  30. 8bd545a am 212d81a0: Merge "Move all the permissions check up for unmount" into gingerbread by Kenny Root · 14 years ago
  31. f1121dc Move all the permissions check up for unmount by Kenny Root · 14 years ago
  32. d8e8186 am 05105f7a: Update OBB API to include callbacks by Kenny Root · 14 years ago
  33. 05105f7 Update OBB API to include callbacks by Kenny Root · 14 years ago
  34. 79a1ee4 am cee0b97e: Merge "Free AssetManager weak refs before unmounting" into gingerbread by Kenny Root · 14 years ago
  35. aa48540 Free AssetManager weak refs before unmounting by Kenny Root · 14 years ago
  36. 0eec894 am 305bcbf0: Decrease PackageManagerService wait time for vold by Kenny Root · 14 years ago
  37. 305bcbf Decrease PackageManagerService wait time for vold by Kenny Root · 14 years ago
  38. f5ee5358 am ac9717ab: Merge "Move OBB file reading to DefaultContainerService" into gingerbread by Kenny Root · 14 years ago
  39. a02b8b0 Move OBB file reading to DefaultContainerService by Kenny Root · 14 years ago
  40. a6c28cb am 2ffe74de: Merge "Fix isUsbMassStorageConnected() will always return true" by Jean-Baptiste Queru · 14 years ago
  41. fc71125 Fix isUsbMassStorageConnected() will always return true by Tony Wu · 14 years ago
  42. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  43. 85fb206 Amend previous ndc commit by Kenny Root · 14 years ago
  44. a80ce06 Add more error checking for ndc by Kenny Root · 14 years ago
  45. 7af074a Forcibly unmount the sdcard after N retries. by Suchi Amalapurapu · 14 years ago
  46. a507859 MountService: Switch all Log -> Slog by San Mehat · 14 years ago
  47. 2d66cef Asec: Add new 'StorageNotFound' response code handling for container paths by San Mehat · 14 years ago
  48. f030462 Make trying to remount an asec container non-fatal by Kenny Root · 14 years ago
  49. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  50. 6a25440 MountService: Handle volumes shared on startup by San Mehat · 14 years ago
  51. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  52. 5f27ef4 Move MountService's Handler to a different thread. by Daniel Sandler · 14 years ago
  53. 2fe718a MountService: If USB cable is unplugged while UMS is active, clean up and remount by San Mehat · 14 years ago
  54. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  55. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 14 years ago
  56. bf2dd44 MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS. by Mike Lockwood · 14 years ago
  57. 0eec21d Add dialog to display storage users when enabling/disabling ums by Suchi Amalapurapu · 14 years ago
  58. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 14 years ago
  59. 6a965af2 MountService: Send UMS_CONNECTED broadcast on boot if UMS connected. by San Mehat · 14 years ago
  60. 85451ee MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted by San Mehat · 14 years ago
  61. 3d48810 MountService: Force unmount when enabling ums by San Mehat · 14 years ago
  62. fafb041 MountService: Move boot-time mount to a thread - avoids ANR at boot by San Mehat · 14 years ago
  63. c34ebce Make MountService work in the simulator. by Marco Nelissen · 14 years ago
  64. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 14 years ago
  65. c1b4ce9 MountService: Add API call for getting a list of pids currently using the specified mountpoint by San Mehat · 14 years ago
  66. a181b21 MountService: Fix some mountset bugs and tighten up some return values by San Mehat · 14 years ago
  67. 6cdd9c0 MountService: Add isSecureContainerMounted() API call by San Mehat · 14 years ago
  68. 59443a6 MountService: Check for failure to unmount when enabling UMS and fix reversed logic by San Mehat · 14 years ago
  69. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  70. 207e538 MountService: Harden for pre-boot usage users by San Mehat · 14 years ago
  71. f919cd02 MountService: Add WARN checks to ASEC calls to catch bad users by San Mehat · 14 years ago
  72. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  73. 4270e1e MountService: Massive bloat reduction and rewrite by San Mehat · 15 years ago
  74. d425a45 Fix build. by Daniel Sandler · 15 years ago
  75. b94f795 New full-screen activity for USB mass storage interaction. by Daniel Sandler · 15 years ago
  76. 40b5110 Remove destroy asec command when mounting secure container by Suchi Amalapurapu · 15 years ago
  77. 02735bc MountService: Introduce new @hide permissions to protect secure containers. by San Mehat · 15 years ago
  78. c2a3947 MountService: Don't update the storage status when we're unmounted by San Mehat · 15 years ago
  79. 5b77dab MountService: Explicitly query volume state on startup by San Mehat · 15 years ago
  80. 45f6104 MountService: Add support for renaming secure containers by San Mehat · 15 years ago
  81. 3e3a6430 Fix whitespace issue causing protocol syntax error by San Mehat · 15 years ago
  82. 8ab6135 MountService: Codeshrink by San Mehat · 15 years ago
  83. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 15 years ago
  84. 9dba709 MountService: Add new 'unmountSecureContainer' API call by San Mehat · 15 years ago
  85. 5fbf409 MountService: Suppress media removed notification when enabling UMS by San Mehat · 15 years ago
  86. 22dd86e MountService: Refactor to use NativeDaemonConnector and clean-up by San Mehat · 15 years ago
  87. fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 15 years ago
  88. 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 15 years ago
  89. 0f5525a framework: asec: Rename 'Cache' -> 'Container' by San Mehat · 15 years ago
  90. f961358 MountService: Clean up some logspam by San Mehat · 15 years ago
  91. 1f6301e MountService: Add new Settings for UMS prompting and notification behavior by San Mehat · 15 years ago
  92. dde2539 MountService: Remove ACTION_SHUTDOWN handler by San Mehat · 15 years ago
  93. 91c7761 MountService: Add an ACTION_SHUTDOWN handler and export a method for external shutdown by San Mehat · 15 years ago
  94. 3697229 framework: MountService: Add initial support for Android Secure External Caches by San Mehat · 15 years ago
  95. 7fd0fee services: MountService: Refactor MountService for vold2 by San Mehat · 15 years ago
  96. de46acd Update SD card notification icons. by Mike Lockwood · 15 years ago
  97. a7ef269 MountService: Use correct icon for SD card notifications. by Mike Lockwood · 15 years ago
  98. 9517443 MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag. by Mike Lockwood · 15 years ago
  99. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  100. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago