1. 8036093 Merge "Move init bootcharting onto its own thread." by Elliott Hughes · 8 years ago
  2. 164a5f4 Merge "Revert "Compile sepolicy on-device at early boot."" by Daniel Cashman · 8 years ago
  3. 715f5f6 Revert "Compile sepolicy on-device at early boot." by Daniel Cashman · 8 years ago
  4. 94a8ec5 Merge "fs_config.c: make *.prop files 0600" by Treehugger Robot · 8 years ago
  5. 0d0eed0 Merge "Compile sepolicy on-device at early boot." by Treehugger Robot · 8 years ago
  6. 6289e65 Merge "adb: fix adb trace tag" by Treehugger Robot · 8 years ago
  7. f27b8cb fs_config.c: make *.prop files 0600 by Nick Kralevich · 8 years ago
  8. 125ba9b Move init bootcharting onto its own thread. by Elliott Hughes · 8 years ago
  9. c9bc628 Merge "logd: record multiple duplicate messages as chatty" by Treehugger Robot · 8 years ago
  10. 24e8d93 Compile sepolicy on-device at early boot. by dcashman · 8 years ago
  11. 56eddd6 Merge "capabilities: Check ambient caps, last valid runtime cap." by Treehugger Robot · 8 years ago
  12. b1c7515 Merge "liblog: move log_is_loggable.c to properties.c" by Mark Salyzyn · 8 years ago
  13. a6a8c3a capabilities: Check ambient caps, last valid runtime cap. by Jorge Lucangeli Obes · 8 years ago
  14. 88ee46a Merge "fastboot: fix set_active for legacy A/B." by Treehugger Robot · 8 years ago
  15. c240b21 Merge "Improve init bootcharting." by Elliott Hughes · 8 years ago
  16. 1ebda28 liblog: move log_is_loggable.c to properties.c by Mark Salyzyn · 8 years ago
  17. 7827085 Merge "Add fs_mgr option to enable/disable quotas." by Jeff Sharkey · 8 years ago
  18. 997441c Merge "fs_mgr: support to reserved some blocks for an ext2/3/4 partition." by Jeff Sharkey · 8 years ago
  19. b20a573 Merge "liblog: event_tag_map use unordered_map" by Treehugger Robot · 8 years ago
  20. 6b36058 logd: record multiple duplicate messages as chatty by Mark Salyzyn · 8 years ago
  21. f63f63a fastboot: fix set_active for legacy A/B. by David Pursell · 8 years ago
  22. 889c361 Merge changes I6dc353a2,I7df990f0 by Treehugger Robot · 8 years ago
  23. 45fd39f Add fs_mgr option to enable/disable quotas. by Jeff Sharkey · 8 years ago
  24. f327d00 fs_mgr: support to reserved some blocks for an ext2/3/4 partition. by liminghao · 9 years ago
  25. db03b5d liblog: event_tag_map use unordered_map by Mark Salyzyn · 9 years ago
  26. b6888bb Merge "Improve crasher." by Elliott Hughes · 8 years ago
  27. 1b0b19a Merge "Define range of GIDs for cached app data." by Jeff Sharkey · 8 years ago
  28. 06fb1c9 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  29. 4ea5602 Fix unused parameter warning for mips builds by Colin Cross · 8 years ago
  30. a27891c Merge "Revert "Convert the rest of libbacktrace to Android.bp"" by Colin Cross · 8 years ago
  31. 11d4818 Revert "Convert the rest of libbacktrace to Android.bp" by Colin Cross · 8 years ago
  32. 9f55629 Merge "Convert the rest of libbacktrace to Android.bp" by Colin Cross · 8 years ago
  33. 8cf515b Merge "[nit] Fix typo in properties.h" by Treehugger Robot · 8 years ago
  34. 2afd6db [nit] Fix typo in properties.h by Charles He · 8 years ago
  35. 96cd93e Merge "Support SOCK_STREAM for bridge between system and app" by Treehugger Robot · 8 years ago
  36. e612ca2 Merge "adb: don't require adb keys to be named "*.adb_key"." by Treehugger Robot · 8 years ago
  37. d9fccda Improve crasher. by Elliott Hughes · 8 years ago
  38. 9d0d3f5 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  39. e0f9727 adb: don't require adb keys to be named "*.adb_key". by Josh Gao · 8 years ago
  40. 369403d Merge "adb: remove extraneous stat in sync_recv." by Treehugger Robot · 8 years ago
  41. 9eab7c0 Merge "init: Specify the data wipe reason." by Treehugger Robot · 8 years ago
  42. 9e64b65 init: Specify the data wipe reason. by Tao Bao · 8 years ago
  43. b09d0da Merge "socket: uevent: use SO_RCVBUF instead of SO_RCVBUFFORCE" by Treehugger Robot · 8 years ago
  44. 9b682d8 Merge "Remove obsolete __BRILLO__ ifdef." by Treehugger Robot · 8 years ago
  45. 1f4ee3b adb: fix adb trace tag by Daniel Friederich · 8 years ago
  46. 0bc1e46 Remove obsolete __BRILLO__ ifdef. by Jorge Lucangeli Obes · 8 years ago
  47. eaad25d Merge changes Ic190bd8c,I865044c8 by Treehugger Robot · 8 years ago
  48. 8301671 Merge "Set mmap_rnd_bits to maximum value." by Treehugger Robot · 8 years ago
  49. 1199e42 Convert missed ERROR() to LOG(ERROR). by dcashman · 8 years ago
  50. 1ecd11e Fix include order. by Elliott Hughes · 8 years ago
  51. 4792fc7 Set mmap_rnd_bits to maximum value. by Daniel Cashman · 9 years ago
  52. 8b73db7 Merge "Fix checks for reading and writing FuseMessage." by Treehugger Robot · 8 years ago
  53. 328688a Merge "Switch to memcpy for accessing misaligned data." by Stephen Hines · 8 years ago
  54. 83fcfd1 Merge "liblog: clean up SafetyNet unit tests" by Treehugger Robot · 8 years ago
  55. 66c5f53 Merge "adb: add script to trace adbd." by Josh Gao · 8 years ago
  56. 9636cf4 Merge "Update for kernel headers v4.8.14." by Christopher Ferris · 8 years ago
  57. daae20b adb: add script to trace adbd. by Josh Gao · 8 years ago
  58. eec40da liblog: clean up SafetyNet unit tests by Mark Salyzyn · 8 years ago
  59. 998ffa3 Define range of GIDs for cached app data. by Jeff Sharkey · 8 years ago
  60. 2d15ee1 Merge "adb: retry install_listener for a while." by Treehugger Robot · 8 years ago
  61. 267ceb4 Update for kernel headers v4.8.14. by Christopher Ferris · 8 years ago
  62. 8adedd9 adb: retry install_listener for a while. by Josh Gao · 8 years ago
  63. bceb99a adb: remove extraneous stat in sync_recv. by Josh Gao · 8 years ago
  64. 35e539f Merge "Revert "android_ids: move to bionic"" by Treehugger Robot · 8 years ago
  65. 788b6e8 Merge changes from topic 'adb_trace' by Josh Gao · 8 years ago
  66. dcd5c56 Revert "android_ids: move to bionic" by Elliott Hughes · 8 years ago
  67. 37d4db3 adb: add tracing to transport.cpp. by Josh Gao · 8 years ago
  68. f0a389b adb: clang-format transport.cpp by Josh Gao · 8 years ago
  69. 561d49f adb: add tracing to file_sync_service.cpp. by Josh Gao · 8 years ago
  70. 4592d58 cutils: add adb trace tag. by Josh Gao · 8 years ago
  71. fd9d27c libutils: allow multiple ATRACE_NAMEs in a scope. by Josh Gao · 8 years ago
  72. c592d3a Support SOCK_STREAM for bridge between system and app by Daichi Hirono · 8 years ago
  73. c8df300 Fix checks for reading and writing FuseMessage. by Daichi Hirono · 8 years ago
  74. 0ebf05f Merge "init/service.cpp: fix FD leak for services with consoles" by Treehugger Robot · 8 years ago
  75. 6a8f2e3 init/service.cpp: fix FD leak for services with consoles by Nick Kralevich · 8 years ago
  76. beddc57 Merge changes from topic 'fsconfig-2' by Elliott Hughes · 8 years ago
  77. 4563923 Merge "utils: Add FastStrcmp.h" by Mark Salyzyn · 8 years ago
  78. df7190b socket: uevent: use SO_RCVBUF instead of SO_RCVBUFFORCE by Sandeep Patil · 8 years ago
  79. 0864c0a utils: Add FastStrcmp.h by Mark Salyzyn · 8 years ago
  80. b2ee578 Improve init bootcharting. by Elliott Hughes · 8 years ago
  81. 25af225 android_ids: move to bionic by William Roberts · 9 years ago
  82. 47fa62c fs_config: add comment to header by William Roberts · 9 years ago
  83. b74ad76 Merge "libbacktrace_offline: support .ARM.exidx." by Yabin Cui · 8 years ago
  84. 7ea60bb libbacktrace_offline: support .ARM.exidx. by Yabin Cui · 8 years ago
  85. 7e07922 Switch to memcpy for accessing misaligned data. by Stephen Hines · 8 years ago
  86. 4ec1b8b Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 8 years ago
  87. 12a4464 Merge changes I1a122235,I6b22ead8 by Josh Gao · 8 years ago
  88. 28ddebf Merge "The "net.change" property is no longer needed." am: e209ed7c44 by Elliott Hughes · 8 years ago
  89. 7772510 Merge "The "net.change" property is no longer needed." by Treehugger Robot · 8 years ago
  90. 60d46a7 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  91. a443049 Revert "Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp."" by Josh Gao · 8 years ago
  92. b837651 Merge "init: service file command only opens existing files" am: bd3f42016d by Mark Salyzyn · 8 years ago
  93. a6afdc1 Merge "init: service file command only opens existing files" by Treehugger Robot · 8 years ago
  94. 83a5759 Merge changes Ie7becb64,I02ced540 am: 431e272251 by Josh Gao · 8 years ago
  95. 530bf91 Revert "adb: extend sync protocol's stat support." am: afa4b5d6eb by Josh Gao · 8 years ago
  96. ed3f030 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." am: 43c02b27cd by Josh Gao · 8 years ago
  97. ae40de5 Merge changes Ie7becb64,I02ced540 by Josh Gao · 8 years ago
  98. 24e33a1 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  99. 4da7ced Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  100. 7fd8925 The "net.change" property is no longer needed. by Elliott Hughes · 8 years ago