1. 357df19 Merge "Exclude subdirectories when pruning the dex cache." by Narayan Kamath · 12 years ago
  2. 1e57e4a Exclude subdirectories when pruning the dex cache. by Narayan Kamath · 12 years ago
  3. 71f9956 Merge "Fix obsolete argument name" by Brian Carlstrom · 12 years ago
  4. 7195fcc Fix obsolete argument name by Brian Carlstrom · 12 years ago
  5. 8c9bcff Merge "Add an installd command to prune dex files." by Narayan Kamath · 12 years ago
  6. 0db0f97 installd: change profile files to 0660 by Nick Kralevich · 12 years ago
  7. 69154df Add SELinux checks when adding a service. by Riley Spahn · 12 years ago
  8. 7281ca6 Merge "Pass --top-k-profile-threshold to dex2oat if available." by Calin Juravle · 12 years ago
  9. 3aee2c5 Add an installd command to prune dex files. by Narayan Kamath · 12 years ago
  10. 4fdff46 Pass --top-k-profile-threshold to dex2oat if available. by Calin Juravle · 12 years ago
  11. c4193f1 Merge "Migrate keychain directories to /data/misc/user/0" by Robin Lee · 12 years ago
  12. 57c69c3 Don't always add profile-file option to dex2oat by Calin Juravle · 12 years ago
  13. 07053fc Migrate keychain directories to /data/misc/user/0 by Robin Lee · 12 years ago
  14. 095c763 Add installd command to create /data/misc user dir by Robin Lee · 12 years ago
  15. 259c250 am 03e2f8fa: Merge "Modified atrace.cpp to recognize ATRACE_TAG_BIONIC." by Elliott Hughes · 12 years ago
  16. 03e2f8f Merge "Modified atrace.cpp to recognize ATRACE_TAG_BIONIC." by Elliott Hughes · 12 years ago
  17. e67810f am 97a51ad4: Merge "Move to dalvik.vm.lib.2 to force default to libart" by Brian Carlstrom · 12 years ago
  18. 856bc78 Move to dalvik.vm.lib.2 to force default to libart by Brian Carlstrom · 12 years ago
  19. 750aa97 Modified atrace.cpp to recognize ATRACE_TAG_BIONIC. by Brigid Smith · 12 years ago
  20. fc1b9fa am b66ee6c3: Merge "Ensure that app lib symlinks are correctly labeled when created." by Nick Kralevich · 12 years ago
  21. 3a98389 Ensure that app lib symlinks are correctly labeled when created. by Stephen Smalley · 12 years ago
  22. 44df726 am cb079c89: Merge "Add instruction-set arguments to installd commands." by Narayan Kamath · 12 years ago
  23. 1b40032 Add instruction-set arguments to installd commands. by Narayan Kamath · 12 years ago
  24. e4f00b2 Merge commit '6d05ef2310bdc84811d5b0385b009ad11447a749' into HEAD by Bill Yi · 12 years ago
  25. 0e8ae16 Fix incorrect odex path handling by Chih-Wei Huang · 12 years ago
  26. a240733 restorecon the profile directory. by Stephen Smalley · 12 years ago
  27. da30dc7 Modify installd's restorecon function. by Robert Craig · 12 years ago
  28. 7abb52b Send libselinux logging to logcat. by Stephen Smalley · 12 years ago
  29. 6d05ef2 am 9c7db080: Build the benchmark test to /data/local/tmp/ for automated test by Xia Wang · 12 years ago
  30. 9c7db08 Build the benchmark test to /data/local/tmp/ for automated test by Xia Wang · 12 years ago
  31. e9887e4 Extend installd to support SELinux restorecon function. by Robert Craig · 12 years ago
  32. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 12 years ago
  33. 4bc0540 Fix parameter ordering for installd's dex2oat execl. by Anwar Ghuloum · 12 years ago
  34. d937073 ART profiler by Dave Allison · 12 years ago
  35. f53dbfe Don't pass in empty arg to dex2oat. by Mathieu Chartier · 12 years ago
  36. 0ae8e39 Add dalvik.vm.dex2oat-flags to mimic dalvik.vm.dexopt-flags by Brian Carlstrom · 12 years ago
  37. 7400742 Correcting include path in installd test project's Android.mk by Ramin Zaghi · 12 years ago
  38. 7d86b45 Merge "frameworks/native: move idmap to frameworks/base" by Dianne Hackborn · 12 years ago
  39. 2044ac4 Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." by Nick Kralevich · 12 years ago
  40. 07a4728 frameworks/native: move idmap to frameworks/base by Colin Cross · 12 years ago
  41. 6c14f0a Merge "Runtime resource overlay, iteration 2" by Dianne Hackborn · 12 years ago
  42. 340aa8c Merge "New command line tool 'idmap'" by Dianne Hackborn · 12 years ago
  43. 2628820 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 12 years ago
  44. f3ad11c Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BIT is set. by Arve Hjønnevåg · 12 years ago
  45. 63568b1 Runtime resource overlay, iteration 2 by Mårten Kongstad · 12 years ago
  46. 5ee3daf New command line tool 'idmap' by Mårten Kongstad · 12 years ago
  47. e5245cb ServiceManager: Implement PING_TRANSACTION by Arve Hjønnevåg · 12 years ago
  48. 399b6c3 ServiceManager: Use 32/64 bit types from new binder header by Arve Hjønnevåg · 12 years ago
  49. e91fff0 Add BINDER_IPC_32BIT to CFLAGS unless TARGET_USES_64_BIT_BINDER is true by Arve Hjønnevåg · 12 years ago
  50. 3a345f0 ServiceManager: Fix the binder interface by Serban Constantinescu · 12 years ago
  51. 5fb1b88 ServiceManager: Store handles in uint32_t instead of void * by Serban Constantinescu · 12 years ago
  52. 9b738bb ServiceManager: Generic Fixes by Serban Constantinescu · 12 years ago
  53. a44542c ServiceManager: Add extra error handling by Serban Constantinescu · 12 years ago
  54. dc832dc ServiceManager: Fix Android.mk by Serban Constantinescu · 12 years ago
  55. bcf3888 ServiceManager: Make use of kernel exported structures by Serban Constantinescu · 12 years ago
  56. 0c05d3a frameworks/native: Rename persist.sys.dalvik.vm.lib to allow new default by Brian Carlstrom · 12 years ago
  57. 47a3518 restorecon /data/media when re-creating it for multi-user upgrade. by Stephen Smalley · 12 years ago
  58. bef08b8 Merge "Handle policy reloads within installd rather than restarting it." by Nick Kralevich · 12 years ago
  59. e4e91c4 resolved conflicts for merge of e678897f to klp-dev-plus-aosp by Nick Kralevich · 13 years ago
  60. 880d1a9 Proper security labeling of multi-user data directories. by Robert Craig · 13 years ago
  61. ecc05fb am 59b1516f: Fix issue #10422349: Limit/change the battery history data in batterystats by Dianne Hackborn · 13 years ago
  62. 59b1516 Fix issue #10422349: Limit/change the battery history data in batterystats by Dianne Hackborn · 13 years ago
  63. 68bfe1f am 05f0a81a: Merge "Add libpng include path" by John Reck · 13 years ago
  64. e9b2dfe Add libpng include path by John Reck · 13 years ago
  65. 1d6b97c dumpstate: Fix wifi list of networks dump by Dmitry Shmidt · 13 years ago
  66. 5bbe0ab fix build. optional test broke. by Mathias Agopian · 13 years ago
  67. 4f5b9a7 dumpstate: switch to HAL static libraries by Todd Poynor · 13 years ago
  68. bd558d6 Handle policy reloads within installd rather than restarting it. by Stephen Smalley · 13 years ago
  69. 656a6b9 dumpstate: remove libutils dependency by Alex Ray · 13 years ago
  70. 7ffaa7c move services executables sources in their respective src folder by Mathias Agopian · 13 years ago
  71. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 13 years ago
  72. 7f069d7 Merge "always pass the BufferQueue explicitely to consumers" by Mathias Agopian · 13 years ago
  73. f8bca79 Merge "Change legacy "persona" references to userid_t." by Jeff Sharkey · 13 years ago
  74. 40c9e0a Add skeleton of input flinger. by Jeff Brown · 13 years ago
  75. abe4fe5 Change legacy "persona" references to userid_t. by Jeff Sharkey · 13 years ago
  76. 76b45c1 dumpstate: Show SELinux process labels by Nick Kralevich · 13 years ago
  77. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 13 years ago
  78. 1bd5068 Fix cmd line arguments for usagestats. by Dianne Hackborn · 13 years ago
  79. e7a8b17 Renaming dalvik.vm.lib to persist.sys.dalvik.vm.lib by Brian Carlstrom · 13 years ago
  80. 5cd46aa Update to follow procstats options changes. by Dianne Hackborn · 13 years ago
  81. 3e5fa73 Update to use --include-committed for procstats. by Dianne Hackborn · 13 years ago
  82. d3fa561 Add support for mmc trace events by Ken Sumrall · 13 years ago
  83. 02bea97 Add checkin dumps to bug reports. by Dianne Hackborn · 13 years ago
  84. 1705fc4 Moving dex2oat installd patches from frameworks/base by Brian Carlstrom · 13 years ago
  85. 1286153 Merge "Add a note about emulated sdcard in rawbu usage dump" by Amith Yamasani · 13 years ago
  86. b82bf9d Add a note about emulated sdcard in rawbu usage dump by Amith Yamasani · 13 years ago
  87. caad555 add dumpsys -l to list available services by keunyoung · 13 years ago
  88. c40f4e6 am 4b2b0a74: am 74bd799e: Merge "Exit dumpstate on SIGPIPE to avoid cascading child crashes" by jp abgrall · 13 years ago
  89. 4b2b0a7 am 74bd799e: Merge "Exit dumpstate on SIGPIPE to avoid cascading child crashes" by jp abgrall · 13 years ago
  90. 885f888 Exit dumpstate on SIGPIPE to avoid cascading child crashes by John Michelau · 13 years ago
  91. f0f2841 Add RenderScript category for atrace. by Tim Murray · 13 years ago
  92. 7f9efad am d2a92b5b: am db733579: Merge "atrace: add the \'dalvik\' trace category" into jb-mr2-dev by Jamie Gennis · 13 years ago
  93. 002e1e5 libutils clean-up by Mathias Agopian · 13 years ago
  94. d2a92b5 am db733579: Merge "atrace: add the \'dalvik\' trace category" into jb-mr2-dev by Jamie Gennis · 13 years ago
  95. db73357 Merge "atrace: add the 'dalvik' trace category" into jb-mr2-dev by Jamie Gennis · 13 years ago
  96. eff2e8d atrace: add the 'dalvik' trace category by Jamie Gennis · 13 years ago
  97. 63d076e flatland: add 1920x1200 to 16:10 resolutions by Erik Gilling · 13 years ago
  98. 7bfdf27 flatland: add 3:2 tests by Erik Gilling · 13 years ago
  99. ba018b3 am 4fc27d79: Merge "Fix issue #8768456: Settings > App Info under reports..." into jb-mr2-dev by Dianne Hackborn · 13 years ago
  100. 8b41780 Fix issue #8768456: Settings > App Info under reports... by Dianne Hackborn · 13 years ago