1. a37060d Use shared libdrmframeworkcommon. by Edwin Wong · 3 years, 7 months ago
  2. ea42f76 Deprecate legacy Drm APIs by Robert Shih · 4 years, 4 months ago
  3. 530deca More robust DRM support, including tests. by Jeff Sharkey · 4 years, 5 months ago
  4. d9a6af2 Allow https URIs in convertUriToPath by Jeff Tinker · 5 years ago
  5. a9d6a27 Stop using Arrays.checkOffsetAndCount. am: 60f55a255f by Pete Gillin · 6 years ago
  6. 4888b1f Convert to Soong by Dan Willemsen · 6 years ago
  7. 60f55a25 Stop using Arrays.checkOffsetAndCount. by Pete Gillin · 6 years ago
  8. 9f430b2 Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5c091dc944 by Steven Moreland · 7 years ago
  9. 5c091dc Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 by Steven Moreland · 7 years ago
  10. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  11. 21d71a4 Redundant/duplicate method to close Streams by isaid · 7 years ago
  12. 492e9e8 Properly guard access to CloseGuard in finalizers. by Narayan Kamath · 7 years ago
  13. 5d9a8ac Clarify release/close java docs by Jeff Tinker · 7 years ago
  14. f0c606e Stop including libcore/include/ in most of frameworks/base. by Elliott Hughes · 8 years ago
  15. 60cfad8 Discourage use of "_data" column. by Jeff Sharkey · 8 years ago
  16. e6748ce Frameworks/base: Use Arrays.toString by Andreas Gampe · 8 years ago
  17. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  18. 318365e Frameworks/base: Wall Werror in drm by Andreas Gampe · 9 years ago
  19. 3cfe720 am 5fed49f7: am 4d9fcae2: Merge "Allow for a NoOp implementation of DrmManagerClientImpl" into klp-modular-dev by Adam Lesinski · 10 years ago
  20. 510ef1b Allow for a NoOp implementation of DrmManagerClientImpl by Adam Lesinski · 10 years ago
  21. c185822 Fix a few more stray libcore.io references. by Elliott Hughes · 10 years ago
  22. f97c633 Move internal libcore.os users over to android.system. by Elliott Hughes · 10 years ago
  23. ebf8ad5 Update DrmOutputStream to use raw FileDescriptor. by Jeff Sharkey · 10 years ago
  24. 38885b6 am 38638b2f: am eaae9906: am 672f3ee3: am 95ba1eb6: am dd6de16a: Merge "AArch64: Use long for pointers in DRM classes" by Narayan Kamath · 10 years ago
  25. 33d6038 AArch64: Use long for pointers in DRM classes by Ashok Bhat · 10 years ago
  26. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 10 years ago
  27. 490dd05 Revert "Enhancement for OnInfo callback on DRM Framework" by Jeff Tinker · 11 years ago
  28. 6fd97b7 Enhancement for OnInfo callback on DRM Framework by Takeshi Aimi · 12 years ago
  29. d685894 Add liblog by Ying Wang · 11 years ago
  30. 7ccc909 Move stream creation outside of DrmOutputStream. by Jeff Sharkey · 11 years ago
  31. f67c8a9 Move DRM to CloseGuard, add DrmOutputStream. by Jeff Sharkey · 11 years ago
  32. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  33. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  34. d78fc5b Merge "Let getOriginalMimeType() take a fd passed from drm java applications" into jb-mr1-dev by James Dong · 12 years ago
  35. 0889fda Let getOriginalMimeType() take a fd passed from drm java applications by James Dong · 12 years ago
  36. 057b086 Release JNI local references as soon as possible. by Henrik B Andersson · 12 years ago
  37. 0113855 Fix an issue where the message queue fails to queue in the looper threads because they are not created. by James Dong · 12 years ago
  38. ba4d043 frameworks base Android.mk file changes by James Dong · 12 years ago
  39. d927a1d Deleted the media, camera, drm related files since they are relocated by James Dong · 12 years ago
  40. 89ea4ca Merge "make sure that lower-case mime and file suffix is used to check against the supported ones" by James Dong · 12 years ago
  41. 8e3fac2 Merge "Fixed a buffer overflow bug in DrmPassthruPlugin" by James Dong · 12 years ago
  42. 32d8fc8 Fixed a buffer overflow bug in DrmPassthruPlugin by James Dong · 12 years ago
  43. c325947 Turned off log spamming from DrmPassthruPlugin by James Dong · 12 years ago
  44. 29cdbc8 make sure that lower-case mime and file suffix is used to check against the supported ones by James Dong · 12 years ago
  45. 1a22cbd Merge "Avoid checking supported mime types or file suffixes in multiple places" by James Dong · 12 years ago
  46. 4f1ed0e Avoid checking supported mime types or file suffixes in multiple places by James Dong · 12 years ago
  47. 8623390 Added an failure log message when the fwdlock engine fails to open a given file. by James Dong · 12 years ago
  48. 9864b25 There was copy and paste code in JNI to create a DrmConvertedStatus object. by James Dong · 12 years ago
  49. f16a272 Fix some JNI issues in the drm framework by James Dong · 12 years ago
  50. e43dadf Merge "Fixes to DrmConvertedStatus, DrmInfoStatus, and DrmSupportInfo classes" by James Dong · 12 years ago
  51. 7edb9a9 am f73222a3: am 964955e0: am 8a9b14d8: am 5aeb8587: Merge "DRM framwork bug fix: add an API to release resources" by Jean-Baptiste Queru · 12 years ago
  52. 52cb1e598 Fixes to DrmConvertedStatus, DrmInfoStatus, and DrmSupportInfo classes by James Dong · 12 years ago
  53. 6225df0 DRM framwork bug fix: add an API to release resources by Kei Takahashi · 12 years ago
  54. 5df6280 Added permission check for all sensitive drm API calls by James Dong · 12 years ago
  55. 2f16d7e Merge "Fix API issues in DrmRights class." by James Dong · 12 years ago
  56. e512ad5 Merge "Deprecate default constructor for classes that should have been meant to be interfaces" by James Dong · 12 years ago
  57. 31db8b9 Merge "Remove unnecessary header file includes for drmserver" by James Dong · 12 years ago
  58. da5ac93 Merge "Added missing javadoc comment for public API in DrmUtils class" by James Dong · 12 years ago
  59. f7a68fc Added missing javadoc comment for public API in DrmUtils class by James Dong · 12 years ago
  60. a3a9d6e Remove unnecessary header file includes for drmserver by James Dong · 12 years ago
  61. 5cb68c8 Fix API issues in DrmRights class. by James Dong · 12 years ago
  62. c4a9976 Deprecated a mis-spelled method and replaced it with a new method by James Dong · 12 years ago
  63. 060526f Deprecate default constructor for classes that should have been meant to be interfaces by James Dong · 12 years ago
  64. b7956de Merge "Improved comment about DrmStore.ConstraintsColumns" by James Dong · 12 years ago
  65. e82f055 Only allow valid types to be used in DrmErrorEvent and DrmInfoEvent by James Dong · 12 years ago
  66. 365ce1d Improved comment about DrmStore.ConstraintsColumns by James Dong · 12 years ago
  67. 6c95d4f Added checks for illegal arguments by James Dong · 12 years ago
  68. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 12 years ago
  69. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 12 years ago
  70. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 12 years ago
  71. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 12 years ago
  72. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  73. d1ba6ed Separate sniffing from session initialization by James Dong · 12 years ago
  74. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  75. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 12 years ago
  76. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 12 years ago
  77. 29e97f1 am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck 1. Revert "Fix drm flag setting missed in false drm recognition fix." This reverts commit 9f704f6c46a171357e49c411c83458b9d4565f3b. by James Dong · 12 years ago
  78. d70c64d Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck by James Dong · 12 years ago
  79. b34027b am f14dc291: Merge from ics-mr1 by The Android Open Source Project · 12 years ago
  80. a5cbf02 Fix drm enumeration order, resolves failure to play forward lock ringtones by Jeff Tinker · 12 years ago
  81. 9122518 Fix log message by Glenn Kasten · 12 years ago
  82. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  83. aab6fe2 Modified loadPlugIns to load from /vendor and /system; skip libraries that are already loaded. by Edwin Wong · 13 years ago
  84. 09337a0 resolved conflicts for merge of 845fdba7 to master by Gloria Wang · 13 years ago
  85. 845fdba am 8a6fb50d: am 4e197ea8: am e15a73ee: Merge "Bug fixes in OMA DRM v1 Forward Lock Agent" by Gloria Wang · 13 years ago
  86. 93827fb Bug fixes in OMA DRM v1 Forward Lock Agent by Henrik B Andersson · 13 years ago
  87. 601a90c Fix ordering assumption of argument evaluation. by Gloria Wang · 13 years ago
  88. a17d454 Fix for bug 4371230. by Gloria Wang · 13 years ago
  89. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  90. b7e7bdf - Add two sanity checks. by Gloria Wang · 13 years ago
  91. 93aa58f Merge "Fix a memory leak in the Forward Lock plugin. For bug 4770217." by Gloria Wang · 13 years ago
  92. 7bafb97 Fix a memory leak in the Forward Lock plugin. For bug 4770217. by Gloria Wang · 13 years ago
  93. 464c120 Merge "-Fix some typo -Remove one unnecessary memory allocation" by Gloria Wang · 13 years ago
  94. 2980a21 -Fix some typo -Remove one unnecessary memory allocation by Gloria Wang · 13 years ago
  95. 8b554f3 To remove log spam in the Forward Lock DRM plugin. Fix for bug 4619159. by Gloria Wang · 13 years ago
  96. cbe0d94 Duplicated fileDesc is not closed when input file is not forward-lock content. by Gloria Wang · 13 years ago
  97. 3f0341c Fix memory leak from retrieval of getSupportedDrmInfo. by James Dong · 13 years ago
  98. 503b111 am ed7b688c: am aac43ea1: am b8b85ea2: Merge "Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer." into honeycomb-mr1 by Gloria Wang · 13 years ago
  99. 4c87a75 Fix for bug 4126624. by Gloria Wang · 13 years ago
  100. 9e1e9a3 Fix for bug 4165823. by Gloria Wang · 13 years ago