1. 9136f38 init: Fix bootchart trigger for emulator by Yu Ning · 11 years ago
  2. a0ced75 Merge "Remove creation of root directory folders" by Daniel Rosenberg · 11 years ago
  3. e7ed68a Merge "libcutils: fs_config: Add folders normally created in init.rc" by Daniel Rosenberg · 11 years ago
  4. 3470855 Merge "rootdir: Create folders in Android.mk" by Daniel Rosenberg · 11 years ago
  5. 09a0b17 Merge "Allow native bridge to work without a code cache" by Calin Juravle · 11 years ago
  6. 8710125 Merge "libsparse: Wrap sparse_crc32.h to be C++ compatible." by Tao Bao · 11 years ago
  7. a29c012 libsparse: Wrap sparse_crc32.h to be C++ compatible. by Tao Bao · 11 years ago
  8. cef898f Allow native bridge to work without a code cache by jgu21 · 11 years ago
  9. a3ee46f Merge "Dump memory going from unreadable to readable." by Christopher Ferris · 11 years ago
  10. 8cd6280 Merge "Use delete[] to de-allocate pointers from new[]" by Pirama Arumuga Nainar · 11 years ago
  11. 456abba Dump memory going from unreadable to readable. by Christopher Ferris · 11 years ago
  12. e84205b Merge "Revert "Turn on -Wformat-nonliteral."" by Dan Albert · 11 years ago
  13. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 11 years ago
  14. a35affb Merge "Turn on -Wformat-nonliteral." by Dan Albert · 11 years ago
  15. 837eff2 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 11 years ago
  16. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 11 years ago
  17. a6241a0 Merge "Replace HAVE_WIN32_IPC with _WIN32." by Elliott Hughes · 11 years ago
  18. 095307e Replace HAVE_WIN32_IPC with _WIN32. by Elliott Hughes · 11 years ago
  19. 64dffd3 Remove creation of root directory folders by Daniel Rosenberg · 11 years ago
  20. bbe796d libcutils: fs_config: Add folders normally created in init.rc by Daniel Rosenberg · 11 years ago
  21. 58458b6 rootdir: Create folders in Android.mk by Daniel Rosenberg · 11 years ago
  22. b6deb33 Merge "New property that determines when to wait for gdb." by Christopher Ferris · 11 years ago
  23. d79f2be New property that determines when to wait for gdb. by Christopher Ferris · 11 years ago
  24. dc4fa7f Merge "Fix "adb remount" for when the root directory is in system.img" by Daniel Rosenberg · 11 years ago
  25. d6eba89 Fix "adb remount" for when the root directory is in system.img by Daniel Rosenberg · 11 years ago
  26. 41a0654 Merge "Replace all _LOG error calls with ALOGE." by Christopher Ferris · 11 years ago
  27. c9aeae2 Merge "Fix debuggerd's gdbclient instructions." by Elliott Hughes · 11 years ago
  28. 39a28c2 Fix debuggerd's gdbclient instructions. by Elliott Hughes · 11 years ago
  29. 913ef1c Merge "Fixed a documentation error in protocol.txt" by Elliott Hughes · 11 years ago
  30. 36da715 Fixed a documentation error in protocol.txt by Derrick Bonafilia · 11 years ago
  31. f9fd0d5 Merge "Add static versions for libbacktrace and libnativebridge. Bug fixes." by Calin Juravle · 11 years ago
  32. 28042b5 Add static versions for libbacktrace and libnativebridge. Bug fixes. by Calin Juravle · 11 years ago
  33. b36b592 Replace all _LOG error calls with ALOGE. by Christopher Ferris · 11 years ago
  34. 8c04783 Merge "Fix ODR issues in ART." by Evgenii Stepanov · 11 years ago
  35. 6d1e6ec Merge "Consistently use strerror in libutils." by Elliott Hughes · 11 years ago
  36. 6ed68cc Consistently use strerror in libutils. by Elliott Hughes · 11 years ago
  37. 953314f Fix ODR issues in ART. by Evgenii Stepanov · 11 years ago
  38. b80ed90 Merge "adb server: don't close stale fd when TCP transport is closed" by Elliott Hughes · 11 years ago
  39. 692dc75 Merge "Rename ZipEntryName to ZipString" by Yusuke Sato · 11 years ago
  40. f5a59f9 Merge "Add |optional_suffix| to StartIteration()" by Yusuke Sato · 11 years ago
  41. 0744754 Rename ZipEntryName to ZipString by Yusuke Sato · 11 years ago
  42. f1d3d3b Add |optional_suffix| to StartIteration() by Yusuke Sato · 11 years ago
  43. 3c233b3 Merge "logd: serialize accesses to stats helpers" by Mark Salyzyn · 11 years ago
  44. ed777e9 logd: serialize accesses to stats helpers by Mark Salyzyn · 11 years ago
  45. 1a3334f Merge "Fix Mac fastboot build." by Elliott Hughes · 11 years ago
  46. fbcb93a Fix Mac fastboot build. by Elliott Hughes · 11 years ago
  47. 9137d65 Merge "Improve the "device '(null)' not found" error." by Elliott Hughes · 11 years ago
  48. 75d4742 Merge "Move fastboot's Windows code to C++." by Elliott Hughes · 11 years ago
  49. feddd58 Merge "Move fastboot's Mac OS code to C++." by Elliott Hughes · 11 years ago
  50. 20750ad Move fastboot's Mac OS code to C++. by Elliott Hughes · 11 years ago
  51. 2e8d31f Merge "SANITIZE_TARGET: set global ASAN_OPTIONS" by Evgenii Stepanov · 11 years ago
  52. c636b64 Move fastboot's Windows code to C++. by Elliott Hughes · 11 years ago
  53. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 11 years ago
  54. dc80d03 Merge "Move fastboot to C++." by Elliott Hughes · 11 years ago
  55. b3748de Move fastboot to C++. by Elliott Hughes · 11 years ago
  56. 21ba889 Merge "Ignore ro.adb.secure in user builds." by Elliott Hughes · 11 years ago
  57. 1cbe3d9 SANITIZE_TARGET: set global ASAN_OPTIONS by Evgenii Stepanov · 11 years ago
  58. d2e7f00 Merge "init/util.cpp: don't return a negative unsigned value" by Nick Kralevich · 11 years ago
  59. d2104df init/util.cpp: don't return a negative unsigned value by Nick Kralevich · 11 years ago
  60. 5cba504 Ignore ro.adb.secure in user builds. by Elliott Hughes · 11 years ago
  61. 53d504f Merge "init support for cgroups." by Elliott Hughes · 11 years ago
  62. d62f060 init support for cgroups. by Elliott Hughes · 11 years ago
  63. 106f92f Merge "Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"" by Nick Kralevich · 11 years ago
  64. 21d605e Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 11 years ago
  65. 6b27b7d Merge "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 11 years ago
  66. 18ae44b init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS by Nick Kralevich · 11 years ago
  67. 3a7d4b4 Merge "logd: missing klogd content" by Mark Salyzyn · 11 years ago
  68. ee49c6a logd: missing klogd content by Mark Salyzyn · 11 years ago
  69. 7015b3b Merge "TypeHelpers.h: Don't underflow unsigned int" by Nick Kralevich · 11 years ago
  70. c36c63c Merge "logd: filter on __android_log_is_loggable" by Mark Salyzyn · 11 years ago
  71. 87e1603 Merge "liblog: __android_log_is_loggable support global properties" by Mark Salyzyn · 11 years ago
  72. 83be2fd Merge "Compare two bootcharts and list timestamps for selected processes." by Ben Cheng · 11 years ago
  73. 50bbde0 Compare two bootcharts and list timestamps for selected processes. by Ben Cheng · 11 years ago
  74. 58bf572 TypeHelpers.h: Don't underflow unsigned int by Nick Kralevich · 11 years ago
  75. 60c5a46 Merge "Remove calls to is_selinux_enabled()" by Nick Kralevich · 11 years ago
  76. de3bf27 Merge "Remove PtraceRead error message." by Christopher Ferris · 11 years ago
  77. 35c8136 Remove PtraceRead error message. by Christopher Ferris · 11 years ago
  78. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 11 years ago
  79. 555d919 Merge "Revert "logd: regression in log_strtok_r"" by Mark Salyzyn · 11 years ago
  80. 4fb24dd Revert "logd: regression in log_strtok_r" by Mark Salyzyn · 11 years ago
  81. de42d34 Merge "logd: regression in log_strtok_r" by Mark Salyzyn · 11 years ago
  82. d3c5093 logd: regression in log_strtok_r by Mark Salyzyn · 11 years ago
  83. 4931ae5 Merge "Minor "adb help" fixes." by Elliott Hughes · 11 years ago
  84. 7e067cf Minor "adb help" fixes. by Elliott Hughes · 11 years ago
  85. c1c7f45 Merge "Add a space before :=." by Evgenii Stepanov · 11 years ago
  86. 1d2567e Merge "Fix SANITIZE_TARGET build of liblog." by Evgenii Stepanov · 11 years ago
  87. 6aaf740 Add a space before :=. by Evgenii Stepanov · 11 years ago
  88. c744ef5 Fix SANITIZE_TARGET build of liblog. by Evgenii Stepanov · 11 years ago
  89. e59c469 logd: filter on __android_log_is_loggable by Mark Salyzyn · 11 years ago
  90. c158456 liblog: __android_log_is_loggable support global properties by Mark Salyzyn · 11 years ago
  91. 57bd480 Merge "Make it clearer to grep that init is built with clang." by Elliott Hughes · 11 years ago
  92. 1115c25 Make it clearer to grep that init is built with clang. by Elliott Hughes · 11 years ago
  93. c604ccf Merge "Only pass nomblk_io_submit option when mounting ext4" by Elliott Hughes · 11 years ago
  94. 116db92 Merge "Fix fastboot --help formatting." by Elliott Hughes · 11 years ago
  95. 08df533 Fix fastboot --help formatting. by Elliott Hughes · 11 years ago
  96. 4e359e1 Merge "fs_mgr: Use ro.boot.veritymode" by Sami Tolvanen · 11 years ago
  97. ac5c122 fs_mgr: Use ro.boot.veritymode by Sami Tolvanen · 11 years ago
  98. 22644e5 Merge "Change pre-recovery into two services" by Tao Bao · 11 years ago
  99. 04b10b9 Change pre-recovery into two services by Tao Bao · 11 years ago
  100. 177d36b Merge "Lower the priority of the threads in logd/logcat." by Mark Salyzyn · 11 years ago