1. d8e972e Merge "Unit tests: Compile only on 'eng' builds." by Jorge Lucangeli Obes · 9 years ago
  2. 77c8b33 Unit tests: Compile only on 'eng' builds. by Jorge Lucangeli Obes · 9 years ago
  3. 6cc6c71 Merge "crash_reporter_tests: Compile only on 'eng' builds." by Jorge Lucangeli Obes · 9 years ago
  4. 9a32378 crash_reporter_tests: Compile only on 'eng' builds. by Jorge Lucangeli Obes · 9 years ago
  5. 39c5414 Merge "logcat: build cleanup" by Mark Salyzyn · 9 years ago
  6. 0826c5e logcat: build cleanup by Mark Salyzyn · 9 years ago
  7. 3a44404 Merge "logcatd.rc: only deliver on eng and userdebug" by Mark Salyzyn · 9 years ago
  8. 9707ce0 logcatd.rc: only deliver on eng and userdebug by Mark Salyzyn · 9 years ago
  9. 9002047 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
  10. 3f44229 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" by Elliott Hughes · 9 years ago
  11. 2abd769 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  12. 729cbf9 adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
  13. 78db79d Merge "Add support for USB_HVDCP chargers" by Elliott Hughes · 9 years ago
  14. 861ea6f Merge "adb: report subprocess creation errors to the client." by Josh Gao · 9 years ago
  15. f9eb731 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  16. b4a22df Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 9 years ago
  17. e8b58d2 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  18. e9211f9 Merge "libcutils: ashmem print error message for invalid fd" by Mark Salyzyn · 9 years ago
  19. c978f9e Merge "libcutils: ashmem check fd validity" by Mark Salyzyn · 9 years ago
  20. 4ebed3e Merge "Fix the version number in the fastboot documentation." by Elliott Hughes · 9 years ago
  21. 4e94050 libcutils: ashmem print error message for invalid fd by Mark Salyzyn · 9 years ago
  22. 7477101 Fix the version number in the fastboot documentation. by Elliott Hughes · 9 years ago
  23. febbe35 Merge "fastboot: add TCP protocol." by David Pursell · 9 years ago
  24. f781a7d fastboot: add TCP protocol. by David Pursell · 9 years ago
  25. 08dee3f Merge "liblog: remove strdup from logging calls" by Colin Cross · 9 years ago
  26. 5a3617a libcutils: ashmem check fd validity by Mark Salyzyn · 9 years ago
  27. 41c3567 Merge "crash_reporter: Fix paths for kernel panic collection" by Steve Fung · 9 years ago
  28. 27c5a27 Merge "fastboot: fix SocketMock send failures." by David Pursell · 9 years ago
  29. f3f17ed fastboot: fix SocketMock send failures. by David Pursell · 9 years ago
  30. fc196f9 Merge "libcutils/fastboot: improve multi-buffer write." by David Pursell · 9 years ago
  31. f4c457c libcutils/fastboot: improve multi-buffer write. by David Pursell · 9 years ago
  32. 7c15a32 Merge "init.rc: too many start logd" by Mark Salyzyn · 9 years ago
  33. b985cd1 Add support for USB_HVDCP chargers by Johan Redestig · 9 years ago
  34. ed68fe8 crash_reporter: Fix paths for kernel panic collection by Steve Fung · 9 years ago
  35. 1a6f411 init.rc: too many start logd by Mark Salyzyn · 9 years ago
  36. aba79ac Merge "init: Fix load_firmware error" by Elliott Hughes · 9 years ago
  37. f45dbec liblog: remove strdup from logging calls by Colin Cross · 9 years ago
  38. 11dd206 Merge "libcutils: ashmem fortify and comply with Android coding standard" by Mark Salyzyn · 9 years ago
  39. 392fe65 Merge "Start debuggerd as soon as logd is up." by Elliott Hughes · 9 years ago
  40. d1d92c8 Start debuggerd as soon as logd is up. by Elliott Hughes · 9 years ago
  41. d1e3beb libcutils: ashmem fortify and comply with Android coding standard by Mark Salyzyn · 9 years ago
  42. 4158a29 Merge "Include icu4c libraries to the list of public libs" by Dimitry Ivanov · 9 years ago
  43. 41eb662 Merge "fastboot: socket testing improvements." by David Pursell · 9 years ago
  44. b64b23c fastboot: socket testing improvements. by David Pursell · 9 years ago
  45. 72887db Merge "libcutils: add multi-buffer socket send." by David Pursell · 9 years ago
  46. fd88b65 libcutils: add multi-buffer socket send. by David Pursell · 9 years ago
  47. 78a7b50 Include icu4c libraries to the list of public libs by Dimitry Ivanov · 9 years ago
  48. a5b600a Merge "libcutils: add socket_get_local_port()." by David Pursell · 9 years ago
  49. 037c6bf libcutils: add socket_get_local_port(). by David Pursell · 9 years ago
  50. 8ba0dd9 Merge "Fix for host simpleperf 'gettid' unsat." by Yabin Cui · 9 years ago
  51. b318693 Merge "logd: security buffer only AID_SYSTEM reader" by Mark Salyzyn · 9 years ago
  52. a33932e Merge "init.rc: add missing /dev/fd symlink" by Greg Hackmann · 9 years ago
  53. 754fff8 logd: security buffer only AID_SYSTEM reader by Mark Salyzyn · 9 years ago
  54. dae464b Merge "Fix static analyzer issues caught by clang" by Colin Cross · 9 years ago
  55. ee3b9fb Fix for host simpleperf 'gettid' unsat. by Than McIntosh · 9 years ago
  56. aa6e826 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
  57. 6032cf3 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
  58. d32c76b base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  59. 2ff9b40 Fix static analyzer issues caught by clang by Colin Cross · 9 years ago
  60. 0f1b4dd Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
  61. cec959f init.rc: add missing /dev/fd symlink by Greg Hackmann · 9 years ago
  62. c6f2da9 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  63. aa5d1be adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  64. 9c762a5 init: Fix load_firmware error by Biao Lu · 9 years ago
  65. 5ed35fd Merge "base: add API to remove file if it exists." by Yabin Cui · 9 years ago
  66. d91308d base: add API to remove file if it exists. by Yabin Cui · 9 years ago
  67. 86015dd Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  68. 7d1f9ea Merge "adb: SIGWINCH support for Windows" by Josh Gao · 9 years ago
  69. a83f9ac Merge "Always have ps output to stdout at least one line." by Christopher Ferris · 9 years ago
  70. 16c8f0d Merge "metricsd: Removing brillo::Any from weaved's public APIs" by Alex Vakulenko · 9 years ago
  71. c12f5b5 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  72. 4934173 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  73. 64656c4 Always have ps output to stdout at least one line. by Christopher Ferris · 9 years ago
  74. bd7adff Merge "Name the pixel format and transform enums" by Dan Stoza · 9 years ago
  75. 2e319b9 metricsd: Removing brillo::Any from weaved's public APIs by Alex Vakulenko · 9 years ago
  76. e4b6945 Merge "healthd: BatteryPropertiesRegistrar binder service ref count fixup" by Todd Poynor · 9 years ago
  77. cf3e563 healthd: BatteryPropertiesRegistrar binder service ref count fixup by Todd Poynor · 9 years ago
  78. 17e11e5 Merge "ADB security logging" by Rubin Xu · 9 years ago
  79. 114ce7e adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  80. 26a43a7 Merge "Revert "nativebrige: log code_cache access errors to stderr as well"" by Calin Juravle · 9 years ago
  81. 4b022b1 Revert "nativebrige: log code_cache access errors to stderr as well" by Calin Juravle · 9 years ago
  82. e877e5c Merge "ueventd.rc: Document the different rule formats for /dev and /sys nodes" by Kevin Cernekee · 9 years ago
  83. 7653b9c Merge "liblog: check getgroups for AID_LOG for AID_LOG_SECURITY" by Mark Salyzyn · 9 years ago
  84. e256a0a Merge "Revert "logd: security buffer only AID_SYSTEM reader"" by Mark Salyzyn · 9 years ago
  85. b7dde57 Revert "logd: security buffer only AID_SYSTEM reader" by Mark Salyzyn · 9 years ago
  86. 7b391b7 liblog: check getgroups for AID_LOG for AID_LOG_SECURITY by Mark Salyzyn · 9 years ago
  87. e66a579 Merge "bootstat: Hook up bootstat to record the boot complete signal and log boot events in the LOCAL_INIT_RC file, bootstat.rc." by James Hawkins · 9 years ago
  88. 6331d4d Merge "logd: security buffer only AID_SYSTEM reader" by Mark Salyzyn · 9 years ago
  89. 974542d bootstat: Hook up bootstat to record the boot complete signal and log by James Hawkins · 9 years ago
  90. ae5d477 logd: security buffer only AID_SYSTEM reader by Mark Salyzyn · 9 years ago
  91. b2fcd91 Merge "Add BinPackArguments: false to .clang-format" by Alex Deymo · 9 years ago
  92. 4192b2e Merge "Put BacktraceOffline code into a separate library." by Christopher Ferris · 9 years ago
  93. ad534db Add BinPackArguments: false to .clang-format by Alex Deymo · 9 years ago
  94. aa2e9f1 Put BacktraceOffline code into a separate library. by Christopher Ferris · 9 years ago
  95. 9fae36f Merge "logd: test wrap functionality" by Mark Salyzyn · 9 years ago
  96. 238fae6 Merge "Use dlmalloc from external/dlmalloc instead of bionic/." by Josh Gao · 9 years ago
  97. 3e1ff15 Merge "init: Update readme.txt to reflect recent changes to init" by Tom Cherry · 9 years ago
  98. b6e589b Merge "uid for codec process" by Marco Nelissen · 9 years ago
  99. d43b7b5 uid for codec process by Marco Nelissen · 9 years ago
  100. a1f5333 init: Update readme.txt to reflect recent changes to init by Tom Cherry · 9 years ago