1. 7e797b6 Renamed blastula to unspecialized app process (usap) by Chris Wailes · 5 years ago
  2. e8e150d Add statslog logging for hidden api usage by Andrei Onea · 5 years ago
  3. bda1b8f Merge changes Ib8f3b5b0,I66b01930,I560cdf9c by Christian Wailes · 5 years ago
  4. e51005d Look for visible vols for a user under /mnt/user/<userId>/package/. by Sudheer Shanka · 5 years ago
  5. db132a3 Teaches the System Server to enable the Zygote's blastula pool. by Chris Wailes · 5 years ago
  6. 01060e6 Added pool management code around zygote state changes. by Chris Wailes · 5 years ago
  7. 31bde16 Use sampled value in hidden api logger by Andrei Onea · 5 years ago
  8. 82c999d Merge "Remove sandbox specific bind mounts from root namespace." by Sudheer Shanka · 5 years ago
  9. 03fd40b Remove sandbox specific bind mounts from root namespace. by Sudheer Shanka · 5 years ago
  10. 07aab08 Fix regression in Dalvik:HEAP_TOTAL by Andrei Onea · 5 years ago
  11. 6cd1b70 Initialise hidden api usage logger pre-fork by Andrei Onea · 6 years ago
  12. ba4c2eb Enables the use of the blastula pool. by Chris Wailes · 6 years ago
  13. 2be2626 Refactored ZygoteConnection.Arguments to ZygoteArguments. by Chris Wailes · 6 years ago
  14. 0b6da53 Create a new MOUNT_EXTERNAL_LEGACY storage mode. by Sudheer Shanka · 6 years ago
  15. 7e6fa67 Initial support for application Zygote. by Martijn Coenen · 6 years ago
  16. 3a0df3b Create a new mount mode for installer packages. by Sudheer Shanka · 6 years ago
  17. 3f0645b Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  18. d81b1d7 Add javadoc for package-name arg passed during the process start. by Sudheer Shanka · 6 years ago
  19. 98cb3f0 Allow some apps to get full access to external storage. by Sudheer Shanka · 6 years ago
  20. 154fe3f Pass the packageName to zygote when starting a new process. by Sudheer Shanka · 6 years ago
  21. 4f11d53 Merge "Framework: Add API to get zygote PID" am: 1109e2333f am: 07578c786a by Andreas Gampe · 6 years ago
  22. 8444dca Framework: Add API to get zygote PID by Andreas Gampe · 6 years ago
  23. 04194fe Configurable sampling rate for hidden API access log events. by Mathew Inwood · 6 years ago
  24. 8faeab8 Configurable hidden API exemptions. by Mathew Inwood · 6 years ago
  25. 2c6f97d Configurable hidden API exemptions. by Mathew Inwood · 6 years ago
  26. f4f647e Preload with RELRO sharing in the WebView zygote. by Torne (Richard Coles) · 6 years ago
  27. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 6 years ago
  28. fe6a51f Revert "Move zygote's seccomp setup to post-fork" by Victor Hsieh · 7 years ago
  29. 6a4a339 Move zygote's seccomp setup to post-fork by Victor Hsieh · 7 years ago
  30. 8f4eab2 resolve merge conflicts of eb8a4ef5d344 to oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  31. 8dbb5e5 resolve merge conflicts of e017dae5873c to stage-aosp-master by Nicolas Geoffray · 7 years ago
  32. 81edac4 Rename debugFlags to runtimeFlags. by Nicolas Geoffray · 7 years ago
  33. 61491cc Merge "Zygote: Increase wrap-pid timeout to thirty seconds" am: 81f66ce5ab am: d795bbcdcc am: 7729d061ff by Andreas Gampe · 7 years ago
  34. bac3bc1 Merge "Zygote: Increase wrap-pid timeout to thirty seconds" am: 81f66ce5ab am: d795bbcdcc by Andreas Gampe · 7 years ago
  35. d795bbc Merge "Zygote: Increase wrap-pid timeout to thirty seconds" am: 81f66ce5ab by Andreas Gampe · 7 years ago
  36. 27497c6 Zygote: Increase wrap-pid timeout to thirty seconds by Andreas Gampe · 7 years ago
  37. d3e7126 Merge "Zygote: Poll with timeout for pid" am: 89d119abe6 am: 6078facf1f by Andreas Gampe · 7 years ago
  38. 6078fac Merge "Zygote: Poll with timeout for pid" am: 89d119abe6 by Andreas Gampe · 7 years ago
  39. 3fbde34 Zygote: Poll with timeout for pid by Andreas Gampe · 7 years ago
  40. cbc4214 Zygote: Poll with timeout for pid by Andreas Gampe · 7 years ago
  41. bf99d06 Zygote: Improve logging and error handling during connections. by Narayan Kamath · 7 years ago
  42. bae484a Zygote: Fix race condition on package preloads. by Narayan Kamath · 7 years ago
  43. 24a3306 Zygote: Fix race condition on package preloads. by Narayan Kamath · 7 years ago
  44. 52fe51d Merge "Zygote: Allow arbitrary-length wrap property names" am: 11780f1ad3 am: c942ae61e9 by Andreas Gampe · 7 years ago
  45. 4c88a8c Zygote: Allow arbitrary-length wrap property names by Andreas Gampe · 7 years ago
  46. 0452670 Support loading a stub WebView using a donor package. by Torne (Richard Coles) · 8 years ago
  47. 669afcc Zygote: Add support for explicit preloading of resources. by Narayan Kamath · 7 years ago
  48. 76d4fc8 Framework: Clean up RuntimeInit/ZygoteInit/WrapperInit by Andreas Gampe · 7 years ago
  49. 4e66db8 Framework: Clean up RuntimeInit/ZygoteInit/WrapperInit by Andreas Gampe · 7 years ago
  50. 628c0f1 Merge "Introduce DEBUG_JAVA_DEBUGGABLE." am: 4df43ad959 am: 27ffe754a4 am: 1852c380e0 by Nicolas Geoffray · 8 years ago
  51. 347b1df Introduce DEBUG_JAVA_DEBUGGABLE. by Nicolas Geoffray · 8 years ago
  52. ed06502 Fix a bunch of repeated reads of a ro.* property by John Reck · 8 years ago
  53. e19589f Merge "Zygote: Add fdsToIgnore" am: 5b22a826d5 am: 140b9b65a1 am: e4cff36099 by Andreas Gampe · 8 years ago
  54. 8dfa178 Zygote: Add fdsToIgnore by Andreas Gampe · 8 years ago
  55. bb65893 Abstract ZygoteInit.maybePreload call for webview. by Torne (Richard Coles) · 8 years ago
  56. 5a3d0c6 Allow lazy preloading of zygote resources. by Narayan Kamath · 8 years ago
  57. f4b0962 Enable logwrapper functionality on user builds am: 0ca16fa584 am: db05d4b4ed am: ed8757a761 by Tamas Berghammer · 8 years ago
  58. 0ca16fa Enable logwrapper functionality on user builds by Tamas Berghammer · 8 years ago
  59. 02bf0b6 Merge "Create the WebViewZygote and implement WebViewZygoteInit." am: 8be2850546 am: f80fab010a by Robert Sesek · 8 years ago
  60. ded2098 Create the WebViewZygote and implement WebViewZygoteInit. by Robert Sesek · 8 years ago
  61. aa67f68 Fix a bunch of repeated reads of a ro.* property by John Reck · 8 years ago
  62. b9679dc Refactor ZygoteInit to support a WebView-specific zygote. by Tobias Sargeant · 9 years ago
  63. ba816e0 Refactor ZygoteInit to support a WebView-specific zygote. by Simon Baldwin · 9 years ago
  64. df6cb28 Add flag to "am start" to enable native debugging by Tamas Berghammer · 9 years ago
  65. 9abbf45 Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  66. 9527b22 Let's reinvent storage, yet again! by Jeff Sharkey · 9 years ago
  67. 065075e Replace --include-cfi with --generate-debug-info. by David Srbecky · 9 years ago
  68. fbb32f6 Better systrace slices for application startup. by Narayan Kamath · 9 years ago
  69. 27c39f1 am b6d14a00: resolved conflicts for merge of c29791d5 to mnc-dev-plus-aosp by Andreas Gampe · 9 years ago
  70. 4887789 Progress towards dynamic storage support. by Jeff Sharkey · 9 years ago
  71. 75f1ba5 am f792e016: am 437ac8f8: Merge "Add JIT late override property" by Mathieu Chartier · 9 years ago
  72. 7a49028 Add JIT late override property by Mathieu Chartier · 9 years ago
  73. 86bb9ba am 4c887ac9: am db7fa51f: am c7446790: Merge "ZygoteConnection: remove obsolete security checks." by dcashman · 9 years ago
  74. fc4c0bf8 ZygoteConnection: remove obsolete security checks. by dcashman · 9 years ago
  75. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  76. b6b044a Fix a couple of issues with system_server forking. by Narayan Kamath · 9 years ago
  77. 7254c12 Fix comment according to review. by Christopher Ferris · 9 years ago
  78. e32df45 Fix wrap property creation when truncating. by Christopher Ferris · 10 years ago
  79. 37ad4b0 Choose the right executable for wrapped applications. by Narayan Kamath · 10 years ago
  80. f48029f Remove support for --classpath and make --runtime-init the default. by Narayan Kamath · 10 years ago
  81. 6ac7e67 Fix handling of wrapped processes [part 1]. by Narayan Kamath · 10 years ago
  82. 26b56e6 Move the remaining ZygoteInit native code over to Java. by Elliott Hughes · 10 years ago
  83. dac83f5 Reimplement reopenStdio in Java. by Elliott Hughes · 10 years ago
  84. 3fe5951 Lose some unnecessary JNI from the zygote. by Elliott Hughes · 10 years ago
  85. a103ebe resolved conflicts for merge of dfdabe37 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  86. 2eacd06 Frameworks/base: Early init native bridge by jgu21 · 10 years ago
  87. dc84c6c resolved conflicts for merge of 82ad9ec3 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  88. aec67dc Frameworks/base: Add native bridge post-fork initialization by Andreas Gampe · 10 years ago
  89. 29564cd Remove system_server classes from the boot image. by Narayan Kamath · 10 years ago
  90. 860c591 Move the Zygote off libcore.os and onto android.system. by Elliott Hughes · 10 years ago
  91. c41638c Make zygotes aware of their supported ABIs. by Narayan Kamath · 10 years ago
  92. 973b466 Move zygote startup logic to the frameworks. by Narayan Kamath · 10 years ago
  93. 89d4c89 Finish fixing Zygote descriptor leakage problem by Dave Platt · 10 years ago
  94. 42a4bb5 Remove incorrect (and unused) capget code. by Elliott Hughes · 11 years ago
  95. bd19b9e Replace SEAndroid with SELinux. by Stephen Smalley · 11 years ago
  96. 468f6c1 ZygoteConnection.java: Remove dead code --peer-wait by Nick Kralevich · 12 years ago
  97. e217ee4 Access to all users' external storage. by Jeff Sharkey · 12 years ago
  98. 2bca868 Iteration on multi-user external storage. by Jeff Sharkey · 12 years ago
  99. 5b1ada2 Multi-user external storage support. by Jeff Sharkey · 12 years ago
  100. 83d9eda Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks. by Stephen Smalley · 13 years ago