1. 3879ecc fd_utils: address a couple of TODOs. by Narayan Kamath · 9 years ago
  2. 210b9af Merge "Add HwParcel::releaseParcel()" by Martijn Coenen · 9 years ago
  3. 3d726d1 Add HwParcel::releaseParcel() by Martijn Coenen · 9 years ago
  4. 04ed650 Fix the reset of boosted zygote thread priority. by Hiroshi Yamauchi · 9 years ago
  5. 85d12da Remove interfaceChain from IServiceManager::add() by Martijn Coenen · 9 years ago
  6. ffad2ad Make seccomp honor setenforce by Paul Lawrence · 9 years ago
  7. 84b5511 fd_utils: switch to libbase logging. by Narayan Kamath · 9 years ago
  8. a352d24 fd_utils: add missing logging for a couple of failure cases. by Narayan Kamath · 9 years ago
  9. 4904e7a Merge "Remove FastJNI optimization on AssetManager to avoid dead lock." by Treehugger Robot · 9 years ago
  10. 14e0a1e Remove FastJNI optimization on AssetManager to avoid dead lock. by Tim Zhang · 9 years ago
  11. 7f0300f Merge "getTransport checks interface and instance names." by Treehugger Robot · 9 years ago
  12. 2cbce4a getTransport checks interface and instance names. by Yifan Hong · 9 years ago
  13. 2006bfc Merge "Fix memory-leak warnings from the static analyzer" by Treehugger Robot · 9 years ago
  14. 18f307a Fix memory-leak warnings from the static analyzer by George Burgess IV · 10 years ago
  15. 08b93c1 Move seccomp policy logic to bionic by Paul Lawrence · 9 years ago
  16. 4ebce43b Merge "Revert "Move seccomp policy logic to bionic"" by Paul Lawrence · 9 years ago
  17. be0d6a68 Revert "Move seccomp policy logic to bionic" by Paul Lawrence · 9 years ago
  18. 7ed4ca9 Merge "Move seccomp policy logic to bionic" by Paul Lawrence · 9 years ago
  19. 5bf8540 Merge "Open /data/anr/traces.txt with O_APPEND." by Josh Gao · 9 years ago
  20. 6443a85 Open /data/anr/traces.txt with O_APPEND. by Josh Gao · 9 years ago
  21. 48c30ef Move seccomp policy logic to bionic by Paul Lawrence · 9 years ago
  22. dcd14de Merge "Use bionic's autogenerated whitelist policy" by Treehugger Robot · 9 years ago
  23. d34fac5 Turned ENABLE_CPUSETS into runtime decision. by Isaac Chen · 9 years ago
  24. 0490912 Use bionic's autogenerated whitelist policy by Paul Lawrence · 9 years ago
  25. c6c1172 Merge "Expand seccomp whitelist" by Treehugger Robot · 9 years ago
  26. 3913935 Expand seccomp whitelist by Paul Lawrence · 9 years ago
  27. 01f374c Merge "android.os.HwBinder.getService() in Java respects VINTF." by Yifan Hong · 9 years ago
  28. 4e66db8 Framework: Clean up RuntimeInit/ZygoteInit/WrapperInit by Andreas Gampe · 9 years ago
  29. 60bf84a Don't generate and send reply object in oneway calls. by Martijn Coenen · 9 years ago
  30. b6f7a85 Merge "[Debug]: Add timeout for dumpNativeBacktraceToFile." by Treehugger Robot · 9 years ago
  31. 76c2044 Expand seccomp whitelist by Paul Lawrence · 9 years ago
  32. e02e3ea [Debug]: Add timeout for dumpNativeBacktraceToFile. by songjinshi · 10 years ago
  33. c47dd7c Expand seccomp whitelist by Paul Lawrence · 9 years ago
  34. 97fca8c Merge "Fixes Treble marshaling of strings embedded in structures from Java" by Treehugger Robot · 9 years ago
  35. 0382be2 android.os.HwBinder.getService() in Java respects VINTF. by Yifan Hong · 9 years ago
  36. 006065f Merge "Expand whitelist" by Treehugger Robot · 9 years ago
  37. 7e60311 Fixes Treble marshaling of strings embedded in structures from Java by Andreas Huber · 9 years ago
  38. 0784e51 Merge changes from topic 'debuggerd_ambient' by Josh Gao · 9 years ago
  39. b29df84 Expand whitelist by Paul Lawrence · 9 years ago
  40. 88ec14b Expand whitelist by Paul Lawrence · 9 years ago
  41. 14f31aa Optimize seccomp by Paul Lawrence · 9 years ago
  42. ef85477 Install seccomp into zygote not init by Paul Lawrence · 9 years ago
  43. 45dab78 zygote: make all capabilities inheritable. by Josh Gao · 9 years ago
  44. 0a2d615 Revert "zygote: don't drop CAP_SYS_PTRACE from the bounding set." by Josh Gao · 9 years ago
  45. 2f379ca Cleanup hwbinder getService code. by Steven Moreland · 9 years ago
  46. 974403a Fix a use-of-uninitialized-value warning by George Burgess IV · 10 years ago
  47. aee690f Use the new radio_metadata wrapper for safer memory management. by Tomasz Wasilczyk · 10 years ago
  48. 273b886 Merge "zygote: don't drop CAP_SYS_PTRACE from the bounding set." by Josh Gao · 10 years ago
  49. 5997221 zygote: don't drop CAP_SYS_PTRACE from the bounding set. by Josh Gao · 10 years ago
  50. 2df0c67 Fix a use-of-uninitialized-value warning. by George Burgess IV · 10 years ago
  51. 3ce3696 Switch android.os.Debug to libdebuggerd_client. by Josh Gao · 10 years ago
  52. c5e5442 Merge "Add nullable parameter to readEmbeddedBuffer." by Martijn Coenen · 10 years ago
  53. 14fae06 Add nullable parameter to readEmbeddedBuffer. by Martijn Coenen · 10 years ago
  54. b072d4d BBinder -> BHwBinder. by Yifan Hong · 10 years ago
  55. 2225a06 Merge "Replace cutils/log.h and log/logger.h with android/log.h or log/log.h (part deux)" by Mark Salyzyn · 10 years ago
  56. 34ed84d Merge "Use new read(Embedded)Buffer APIs." by Treehugger Robot · 10 years ago
  57. d8384b5 Merge "BpBase -> BpHwBase" by Treehugger Robot · 10 years ago
  58. 96bf598 Replace cutils/log.h and log/logger.h with android/log.h or log/log.h by Mark Salyzyn · 10 years ago
  59. e7fcbcb Merge "Replace cutils/log.h and log/logger.h with log/log.h" by Mark Salyzyn · 10 years ago
  60. 24c8227 Use new read(Embedded)Buffer APIs. by Martijn Coenen · 10 years ago
  61. 8dfa178 Zygote: Add fdsToIgnore by Andreas Gampe · 10 years ago
  62. 54e387d Dynamically add the webview_zygote's preloaded APK to the zygote FD whitelist. by Robert Sesek · 10 years ago
  63. 8225b7c Split core/jni/fd_utils-inl.h into a .h/.cpp pair. by Robert Sesek · 10 years ago
  64. f701ba3 Zygote: Additional whitelisting for legacy devices. by Narayan Kamath · 10 years ago
  65. 0ff7ef6 Zygote: Additional whitelists for runtime overlay / other static resources. by Narayan Kamath · 10 years ago
  66. 90b6a37 BpBase -> BpHwBase by Yifan Hong · 10 years ago
  67. 52eb4e0 Replace cutils/log.h and log/logger.h with log/log.h by Mark Salyzyn · 10 years ago
  68. 9ec4fec Merge "HwBinder: get/register checked exceptions." by Treehugger Robot · 10 years ago
  69. 1d8995a Merge "Fix stack-buffer-overflow detected by AddressSanitizer." by Treehugger Robot · 10 years ago
  70. ab62271 Fix stack-buffer-overflow detected by AddressSanitizer. by Evgenii Stepanov · 10 years ago
  71. c0631d0 HwBinder: get/register checked exceptions. by Steven Moreland · 10 years ago
  72. 52280c3 Callback elision for HIDL interfaces. by Martijn Coenen · 10 years ago
  73. 6c5cc26 Merge "Add checked exceptions to HwBinder transact." by Treehugger Robot · 10 years ago
  74. 44a4ef0 Add a mechanism for configuring the A2DP Source codecs by Pavlin Radoslavov · 10 years ago
  75. e62b1f3 Add checked exceptions to HwBinder transact. by Steven Moreland · 10 years ago
  76. 9156ccd Merge "LocalSocketImpl.cpp: Set O_CLOEXEC on received FDs" by Treehugger Robot · 10 years ago
  77. 727f7bf Add (un)linkToDeath support to HwBinder. by Martijn Coenen · 10 years ago
  78. 520d12c HwBinder: fail gracefully for device w/o hwbinder by Steven Moreland · 10 years ago
  79. 20375fe Fix incorrect FIFO cgroup assignment. by Tim Murray · 10 years ago
  80. b0e5079 LocalSocketImpl.cpp: Set O_CLOEXEC on received FDs by Nick Kralevich · 10 years ago
  81. d995c94 Merge changes Ic85892b4,I627e47c6 by Treehugger Robot · 10 years ago
  82. 898fd69 Add the webview zygote socket to the zygote whitelist. by Torne (Richard Coles) · 10 years ago
  83. 1e52ce4 Make sure Zygote is running at process priority 0 after VM has started. by Vitalii Tomkiv · 10 years ago
  84. 8175f09 Revert "Add boost to increase the load on newly-forked zygote processes." by Todd Kjos · 10 years ago
  85. c012ae38 NativeLibraryHelper: Minor fixes by Andreas Gampe · 10 years ago
  86. 5418459 Merge "Move libandroid_runtime headers into frameworks/base/core/jni" by Treehugger Robot · 10 years ago
  87. c0cc7c6 Merge "Install all files from the lib directory for debuggable apps" by Treehugger Robot · 10 years ago
  88. 11ec22a Merge "HwBinder: Remove use of IHw class." by Martijn Coenen · 10 years ago
  89. ade3a8c Have IpManager track L2-L4 signaling traffic required for IP connectivity. by Erik Kline · 10 years ago
  90. 71044fe Move libandroid_runtime headers into frameworks/base/core/jni by Colin Cross · 10 years ago
  91. 1298711 HwBinder: Remove use of IHw class. by Martijn Coenen · 10 years ago
  92. 963e8dd DO NOT MERGE: Implement metered tracking for NetworkStats summary queries. by Stephen Chen · 10 years ago
  93. 1abe6de Merge "Check for nullptr when casting IBinder to IBase." am: 5014028691 by Yifan Hong · 10 years ago
  94. b747440 Check for nullptr when casting IBinder to IBase. by Yifan Hong · 10 years ago
  95. dab9e7b Merge "Use IBase instead of IBinder for IServiceManager." am: 8ead2f0c9a by Yifan Hong · 10 years ago
  96. 8ead2f0 Merge "Use IBase instead of IBinder for IServiceManager." by Treehugger Robot · 10 years ago
  97. de04a04 Merge "jni: EventLog replace open coding with android_log_event_list" by Mark Salyzyn · 10 years ago
  98. bae1b55 Use IBase instead of IBinder for IServiceManager. by Yifan Hong · 10 years ago
  99. 7b25bb8 jni: EventLog replace open coding with android_log_event_list by Mark Salyzyn · 10 years ago
  100. 8c05ff9 Merge "Add SystemProperties.reportSyspropChanged()." am: 45c0c6939f by Martijn Coenen · 10 years ago