1. 6d40981 bootstat: Fix the build on git_mnc-dr1.5-dev-plus-aosp by adding missing by James Hawkins · 9 years ago
  2. c7dabe4 Merge "base: add network address parsing function from adb." by David Pursell · 9 years ago
  3. 8a512a9 base: add network address parsing function from adb. by David Pursell · 9 years ago
  4. f9b5d89 Merge "fastboot: use cutils socket functions." by David Pursell · 9 years ago
  5. 2ea6b28 fastboot: use cutils socket functions. by David Pursell · 9 years ago
  6. 08564e0 Merge "libcutils: share Windows networking code." by David Pursell · 9 years ago
  7. 38ff499 Merge "crash_reporter: Add unit tests to debug builds" by Steve Fung · 9 years ago
  8. dae5778 Merge "crash_reporter: Fix unit tests to use ScopedTempDir" by Steve Fung · 9 years ago
  9. 36c7415 Merge "Allow paths of .rc files to be specified at mount_all" by Hung-ying Tyan · 9 years ago
  10. 1bfefb4 Allow paths of .rc files to be specified at mount_all by Hung-ying Tyan · 9 years ago
  11. da0a277 Merge "libmetrics: Update BASE_VERS to 369476" by Alex Vakulenko · 9 years ago
  12. 6d067f6 Merge "liblog: fix android_log_printLogLine empty event string" by Mark Salyzyn · 9 years ago
  13. d9a8d17 libmetrics: Update BASE_VERS to 369476 by Alex Vakulenko · 9 years ago
  14. 937d8dc Merge "adbd: use pty to determine whether a session is interactive." by Josh Gao · 9 years ago
  15. 751f712 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  16. 942426f Merge "bootstat: Followup cleanups from the initial bootstat checkin." by James Hawkins · 9 years ago
  17. 74137c1 Merge "crash_reporter/metricsd: Update libchrome APIs to r369476" by Alex Vakulenko · 9 years ago
  18. 7931a4f crash_reporter: Fix unit tests to use ScopedTempDir by Steve Fung · 9 years ago
  19. 7eec695 liblog: fix android_log_printLogLine empty event string by Mark Salyzyn · 9 years ago
  20. a4217ed crash_reporter/metricsd: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  21. 83f898a bootstat: Followup cleanups from the initial bootstat checkin. by James Hawkins · 9 years ago
  22. 29a1843 Merge "adbd: don't leave zombies when subprocess creation fails." by Josh Gao · 9 years ago
  23. 51f5c31 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  24. 8e0efad crash_reporter: Add unit tests to debug builds by Steve Fung · 9 years ago
  25. bb847ed Merge "nativebrige: log code_cache access errors to stderr as well" by Calin Juravle · 9 years ago
  26. 63b72ef Merge "metricsd: Add tests to the default debug build." by Bertrand Simonnet · 9 years ago
  27. 5ef0dc8 metricsd: Add tests to the default debug build. by Bertrand SIMONNET · 9 years ago
  28. dff3e5f Merge "bootstat: Fix the base includes to be AOSP-friendly." by Elliott Hughes · 9 years ago
  29. 05dfeaf bootstat: Fix the base includes to be AOSP-friendly. by James Hawkins · 9 years ago
  30. a04d75b Merge "metricsd: Persist metrics on shutdown." by Bertrand Simonnet · 9 years ago
  31. df1ea70 Merge "logd: prune maintain per-id watermark (part deux)" by Mark Salyzyn · 9 years ago
  32. b70d192 logd: prune maintain per-id watermark (part deux) by Mark Salyzyn · 9 years ago
  33. 335abac Merge "system/core: Add initial implementation of the bootstat command." by James Hawkins · 9 years ago
  34. 055aa80 system/core: Add initial implementation of the bootstat command. by James Hawkins · 9 years ago
  35. 0652d00 Merge "fastboot: show progress when sending sparse images." by Josh Gao · 9 years ago
  36. af144b8 Merge "fastboot: add .clang-format." by Josh Gao · 9 years ago
  37. 08306a4 fastboot: show progress when sending sparse images. by Josh Gao · 9 years ago
  38. 43b1b03 fastboot: add .clang-format. by Josh Gao · 9 years ago
  39. 385fdcb Merge "Allow setting an arbitrary alignment for an entry." by Christopher Ferris · 9 years ago
  40. 768f238 metricsd: Persist metrics on shutdown. by Bertrand SIMONNET · 9 years ago
  41. fca5dce Allow setting an arbitrary alignment for an entry. by Christopher Ferris · 9 years ago
  42. 1d19175 Merge "crash_reporter: Add README.md" by Steve Fung · 9 years ago
  43. 4af978b Merge "Add logd security buffer tag types and string write API." by Rubin Xu · 9 years ago
  44. 286cbce Merge "metricsd: Persist the metrics to disk periodically." by Bertrand Simonnet · 9 years ago
  45. 9786da4 Merge "metricsd: Cleanup on TERM signal." by Bertrand Simonnet · 9 years ago
  46. ee5bc30 Merge "logging: avoid unnecessary printfs" by Nick Kralevich · 9 years ago
  47. f4b7c6c Merge "Remove unused cruft from <log/log.h>." by Elliott Hughes · 9 years ago
  48. 5528261 Add logd security buffer tag types and string write API. by Rubin Xu · 9 years ago
  49. 6e9f7d9 logging: avoid unnecessary printfs by Nick Kralevich · 9 years ago
  50. 2658c79 Remove unused cruft from <log/log.h>. by Elliott Hughes · 9 years ago
  51. 578be31 Merge "Modify tests to use executable memory." by Christopher Ferris · 9 years ago
  52. f603746 Modify tests to use executable memory. by Christopher Ferris · 9 years ago
  53. 5add0b6 libcutils: share Windows networking code. by David Pursell · 9 years ago
  54. 2dcbae0 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  55. e2eaec2 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  56. 82226c8 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  57. 5865802 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  58. 2557219 crash_reporter: Add README.md by Steve Fung · 9 years ago
  59. e5e402d Merge "Fix a couple sign-comparison warnings." by Dan Albert · 9 years ago
  60. bce3208 Merge "Add a ZipArchiveStreamEntry class." by Christopher Ferris · 9 years ago
  61. f8b9163 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  62. 1215976 Merge "debuggerd: fix debug.debuggerd.wait_for_gdb." by Josh Gao · 9 years ago
  63. 5ae6a73 debuggerd: fix debug.debuggerd.wait_for_gdb. by Josh Gao · 9 years ago
  64. b745929 Merge "debuggerd: fix several bugs caused by fork/setuid change." by Josh Gao · 9 years ago
  65. 3a36660 debuggerd: fix several bugs caused by fork/setuid change. by Josh Gao · 9 years ago
  66. 1bdc310 Add a ZipArchiveStreamEntry class. by Christopher Ferris · 9 years ago
  67. 9d4eb5f Merge "crash_reporter: Remove udev collector from Android build" by Steve Fung · 9 years ago
  68. 62e4410 Merge "Add libRS.so to the list of public libraries" by Dimitry Ivanov · 9 years ago
  69. b66825a Add libRS.so to the list of public libraries by Dimitry Ivanov · 9 years ago
  70. 5543166 Merge "logd: prune maintain per-id watermark" by Mark Salyzyn · 9 years ago
  71. 338f5de metricsd: Persist the metrics to disk periodically. by Bertrand SIMONNET · 9 years ago
  72. 4465898 Merge "Toolbox: |ps -t| now correctly displays the USER for threads" by Elliott Hughes · 9 years ago
  73. c8998e8 Toolbox: |ps -t| now correctly displays the USER for threads by Phani (Gargey) Avadhanam · 9 years ago
  74. 6fe4fc5 Merge "logd: wrap timed entry too early, timeout immediately" by Mark Salyzyn · 9 years ago
  75. 115c8dd Merge "Remove special case handling of "ro." properties permissions" by Tom Cherry · 9 years ago
  76. d60dc30 nativebrige: log code_cache access errors to stderr as well by Calin Juravle · 9 years ago
  77. a07dd23 Merge "logd: unaligned access on security buffer" by Mark Salyzyn · 9 years ago
  78. a472813 metricsd: Cleanup on TERM signal. by Bertrand SIMONNET · 9 years ago
  79. 80a45df logd: unaligned access on security buffer by Mark Salyzyn · 9 years ago
  80. bd1849c Merge "libnetutils: Check socket() return value" by Elliott Hughes · 9 years ago
  81. df3e192 crash_reporter: Remove udev collector from Android build by Steve Fung · 9 years ago
  82. 676f321 logd: prune maintain per-id watermark by Mark Salyzyn · 9 years ago
  83. d5285b9 Remove special case handling of "ro." properties permissions by Tom Cherry · 9 years ago
  84. 7b8eec1 Merge "Make libwebviewchromium_plat_support.so public" by Dimitry Ivanov · 9 years ago
  85. 91cd282 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  86. 5a58b7e Merge "Improve dumb terminal support (emacs is dumb)." by Elliott Hughes · 9 years ago
  87. ae8d1f2 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  88. b897300 Merge "adbd: Remove check for set_supplementary_gids." by Jorge Lucangeli Obes · 9 years ago
  89. eae91f5 Merge "metricsd: Split out the trait name from the command name" by Alex Vakulenko · 9 years ago
  90. c3bcbf1 metricsd: Split out the trait name from the command name by Alex Vakulenko · 9 years ago
  91. 8e3c83e Merge "metrics: Switch to use Binder interface to weaved" by Alex Vakulenko · 9 years ago
  92. 854133a adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  93. 161983a Merge "debuggerd_test: provide stub selinux/android.h" by Colin Cross · 9 years ago
  94. 846d052 Merge "libinit: depend on libselinux" by Colin Cross · 9 years ago
  95. 9472930 Merge "init: Allows shutting down cleanly." by Bertrand Simonnet · 9 years ago
  96. 69eb6f5 Make libwebviewchromium_plat_support.so public by Dimitry Ivanov · 9 years ago
  97. 6f1d553 init: Allows shutting down cleanly. by Bertrand SIMONNET · 9 years ago
  98. 5ea484c adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  99. 85fd006 Merge "init.rc: Reland "mkdir /data/misc/vold"" by Elliott Hughes · 9 years ago
  100. 2acebd5 init.rc: Reland "mkdir /data/misc/vold" by Yu Ning · 9 years ago