1. ee49c6a logd: missing klogd content by Mark Salyzyn · 11 years ago
  2. 7015b3b Merge "TypeHelpers.h: Don't underflow unsigned int" by Nick Kralevich · 11 years ago
  3. c36c63c Merge "logd: filter on __android_log_is_loggable" by Mark Salyzyn · 11 years ago
  4. 87e1603 Merge "liblog: __android_log_is_loggable support global properties" by Mark Salyzyn · 11 years ago
  5. 83be2fd Merge "Compare two bootcharts and list timestamps for selected processes." by Ben Cheng · 11 years ago
  6. 50bbde0 Compare two bootcharts and list timestamps for selected processes. by Ben Cheng · 11 years ago
  7. 58bf572 TypeHelpers.h: Don't underflow unsigned int by Nick Kralevich · 11 years ago
  8. 60c5a46 Merge "Remove calls to is_selinux_enabled()" by Nick Kralevich · 11 years ago
  9. de3bf27 Merge "Remove PtraceRead error message." by Christopher Ferris · 11 years ago
  10. 35c8136 Remove PtraceRead error message. by Christopher Ferris · 11 years ago
  11. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 11 years ago
  12. 555d919 Merge "Revert "logd: regression in log_strtok_r"" by Mark Salyzyn · 11 years ago
  13. 4fb24dd Revert "logd: regression in log_strtok_r" by Mark Salyzyn · 11 years ago
  14. de42d34 Merge "logd: regression in log_strtok_r" by Mark Salyzyn · 11 years ago
  15. d3c5093 logd: regression in log_strtok_r by Mark Salyzyn · 11 years ago
  16. 4931ae5 Merge "Minor "adb help" fixes." by Elliott Hughes · 11 years ago
  17. 7e067cf Minor "adb help" fixes. by Elliott Hughes · 11 years ago
  18. c1c7f45 Merge "Add a space before :=." by Evgenii Stepanov · 11 years ago
  19. 1d2567e Merge "Fix SANITIZE_TARGET build of liblog." by Evgenii Stepanov · 11 years ago
  20. 6aaf740 Add a space before :=. by Evgenii Stepanov · 11 years ago
  21. c744ef5 Fix SANITIZE_TARGET build of liblog. by Evgenii Stepanov · 11 years ago
  22. e59c469 logd: filter on __android_log_is_loggable by Mark Salyzyn · 12 years ago
  23. c158456 liblog: __android_log_is_loggable support global properties by Mark Salyzyn · 11 years ago
  24. 57bd480 Merge "Make it clearer to grep that init is built with clang." by Elliott Hughes · 11 years ago
  25. 1115c25 Make it clearer to grep that init is built with clang. by Elliott Hughes · 11 years ago
  26. c604ccf Merge "Only pass nomblk_io_submit option when mounting ext4" by Elliott Hughes · 11 years ago
  27. 116db92 Merge "Fix fastboot --help formatting." by Elliott Hughes · 11 years ago
  28. 08df533 Fix fastboot --help formatting. by Elliott Hughes · 11 years ago
  29. 4e359e1 Merge "fs_mgr: Use ro.boot.veritymode" by Sami Tolvanen · 11 years ago
  30. ac5c122 fs_mgr: Use ro.boot.veritymode by Sami Tolvanen · 11 years ago
  31. 22644e5 Merge "Change pre-recovery into two services" by Tao Bao · 11 years ago
  32. 04b10b9 Change pre-recovery into two services by Tao Bao · 11 years ago
  33. 177d36b Merge "Lower the priority of the threads in logd/logcat." by Mark Salyzyn · 11 years ago
  34. aede989 Lower the priority of the threads in logd/logcat. by Riley Andrews · 11 years ago
  35. 6ed84c9 Only pass nomblk_io_submit option when mounting ext4 by Oreste Salerno · 11 years ago
  36. 6af8e11 Merge "Switch to toybox mount(1)." by Elliott Hughes · 11 years ago
  37. fa76ffc Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 11 years ago
  38. 69ecfdd Merge "logd: build breakage" by Mark Salyzyn · 11 years ago
  39. 24d41e7 Switch to toybox mount(1). by Elliott Hughes · 11 years ago
  40. 3e21de2 logd: build breakage by Mark Salyzyn · 11 years ago
  41. 42951a8 Merge "logd: fix kernel logline stutter" by Mark Salyzyn · 11 years ago
  42. 2c3b300 logd: fix kernel logline stutter by Mark Salyzyn · 11 years ago
  43. e106191 Merge "Make start/stop warn if you're not root." by Elliott Hughes · 11 years ago
  44. a945643 Merge "Fix test_adb.py against production builds." by Elliott Hughes · 11 years ago
  45. af0baad Merge "adb shouldn't trace unless told to" by Paul Lawrence · 11 years ago
  46. 6e83c3d Make start/stop warn if you're not root. by Elliott Hughes · 11 years ago
  47. 6f009d9 adb shouldn't trace unless told to by Paul Lawrence · 11 years ago
  48. 3595328 Fix test_adb.py against production builds. by Elliott Hughes · 11 years ago
  49. 515d581 Merge "logd: filters remove leading expire messages and rate" by Mark Salyzyn · 11 years ago
  50. 047cc07 logd: filters remove leading expire messages and rate by Mark Salyzyn · 11 years ago
  51. f9ae390 Merge "adb: win32: get test_adb.py running and passing 100%" by Elliott Hughes · 11 years ago
  52. ebce147 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 11 years ago
  53. e1a06a5 Merge "Fix whitespace in debug logging." by Elliott Hughes · 11 years ago
  54. e49236b Fix whitespace in debug logging. by Elliott Hughes · 11 years ago
  55. 7ea9e8d Merge "logd: switch to unordered_map from BasicHashtable" by Mark Salyzyn · 11 years ago
  56. 4d2c1ee Merge "mkbootimg: misc typo fixes" by Rom Lemarchand · 11 years ago
  57. a8221d3 mkbootimg: misc typo fixes by Rom Lemarchand · 11 years ago
  58. 79ae578 Merge "liblog: logcat: Add printable format modifier" by Mark Salyzyn · 11 years ago
  59. b932b2f liblog: logcat: Add printable format modifier by Mark Salyzyn · 11 years ago
  60. ecb6d56 Merge "Add a working Windows tmpfile(3) to fastboot." by Elliott Hughes · 11 years ago
  61. a26fbee Add a working Windows tmpfile(3) to fastboot. by Elliott Hughes · 11 years ago
  62. 2ec8850 Merge "tzdatacheck: don't hard code SELinux domain name" by Nick Kralevich · 11 years ago
  63. 221fca7 tzdatacheck: don't hard code SELinux domain name by Nick Kralevich · 11 years ago
  64. 511338d logd: switch to unordered_map from BasicHashtable by Mark Salyzyn · 11 years ago
  65. d3d32a1 Merge "Fix file descriptor leak when opening invalid archives." by Elliott Hughes · 11 years ago
  66. f6e9ffb Fix file descriptor leak when opening invalid archives. by Narayan Kamath · 11 years ago
  67. 493cdcb Merge "Change the 64 bit map address format." by Christopher Ferris · 11 years ago
  68. 59be5ae Merge "libziparchive: fix fallocate failures" by Badhri Jagan Sridharan · 11 years ago
  69. ac462d9 Merge "Don't say "update package missing" unless we mean it." by Elliott Hughes · 11 years ago
  70. a68d0d1 libziparchive: fix fallocate failures by Badhri Jagan Sridharan · 11 years ago
  71. acdbe92 Don't say "update package missing" unless we mean it. by Elliott Hughes · 11 years ago
  72. 862fe02 Change the 64 bit map address format. by Christopher Ferris · 11 years ago
  73. f26eb51 Merge "Add "fastboot --version"." by Elliott Hughes · 11 years ago
  74. 8773d62 Merge "mkbootimg: parse hexadecimal ints" by Rom Lemarchand · 11 years ago
  75. 45f2ce1 mkbootimg: parse hexadecimal ints by Rom Lemarchand · 11 years ago
  76. 98a4dd4 Merge "'usb' doesn't need to be global in fastboot." by Elliott Hughes · 11 years ago
  77. f34015b Merge "mkbootimg: delete obsolete C source" by Rom Lemarchand · 11 years ago
  78. fe18b45 Merge "mkbootimg: turn into a python script" by Rom Lemarchand · 11 years ago
  79. 2aa78ce mkbootimg: delete obsolete C source by Rom Lemarchand · 11 years ago
  80. ad6ec0c mkbootimg: turn into a python script by Rom Lemarchand · 11 years ago
  81. 0bda352 Merge changes from topic 'logcatd' by Mark Salyzyn · 11 years ago
  82. 100658c init.rc: logd: Add logpersistd (nee logcatd) by Mark Salyzyn · 11 years ago
  83. 17fff89 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 11 years ago
  84. 3ef730c logcat: -f run in background by Mark Salyzyn · 11 years ago
  85. f3555d9 logcat: -f flag to continue by Mark Salyzyn · 11 years ago
  86. d0f66c3 adb: win32: fix logging to adb.log by Spencer Low · 11 years ago
  87. 66e3927 Merge "rootdir: init.trace.rc too early" by Mark Salyzyn · 11 years ago
  88. 379646b Add "fastboot --version". by Elliott Hughes · 11 years ago
  89. c0ce65f 'usb' doesn't need to be global in fastboot. by Elliott Hughes · 11 years ago
  90. 89357d2 rootdir: init.trace.rc too early by Mark Salyzyn · 11 years ago
  91. 1333694 Merge "system/audio.h: Make function inline" by Rom Lemarchand · 11 years ago
  92. a8b6131 Merge "logd: test modernization" by Mark Salyzyn · 11 years ago
  93. 10a124d Merge "logd: whitelist should not preserve expire messages" by Mark Salyzyn · 11 years ago
  94. fba413d Merge changes I04fad67e,I5ab24bc7 by Mark Salyzyn · 11 years ago
  95. 7a67c33 Merge "Modify the code to avoid potential deadlocks." by Christopher Ferris · 11 years ago
  96. 2d09171 Modify the code to avoid potential deadlocks. by Christopher Ferris · 11 years ago
  97. 5921276 logd: KISS & fix preserve a day by Mark Salyzyn · 11 years ago
  98. 5392aac logd: deal with sloppy leading expire messages by Mark Salyzyn · 11 years ago
  99. ce817c3 Merge "Fix error handling/reporting for "adb forward" and "adb reverse"." by Elliott Hughes · 11 years ago
  100. 5788769 Merge "Revert "Fix ODR issues in ART."" by Evgeniy Stepanov · 11 years ago