1. 299d641 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 8 years ago
  2. ad52cbb Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 8 years ago
  3. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  4. 82b67ff Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." by Elliott Hughes · 8 years ago
  5. 344ca5a debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 8 years ago
  6. 40eff95 Merge changes I9f380f31,Ieab6bed7,Ia870e4be,I939b1e01,I8b723dda by Daniel Rosenberg · 8 years ago
  7. fca43d3 Merge "liblog: use SOCK_NONBLOCK directly." by Treehugger Robot · 8 years ago
  8. 393e525 Merge "adb: increase the authentication throttling limit." by Treehugger Robot · 8 years ago
  9. 5ba3003 liblog: use SOCK_NONBLOCK directly. by Elliott Hughes · 8 years ago
  10. 0b4fcb7 Merge changes I9761298a,I8d3312b2 by Treehugger Robot · 8 years ago
  11. 874c674 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 8 years ago
  12. c8cb388 adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  13. 8a0d077 adb: fix public key authorization. by Josh Gao · 8 years ago
  14. 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago
  15. 92b4476 Add skip-secondary flag by Daniel Rosenberg · 8 years ago
  16. 8091947 Switch fastboot to new A/B spec by Daniel Rosenberg · 8 years ago
  17. bb9b8a5 Add Fastboot support for flashing secondary images by Alex Light · 8 years ago
  18. ad3d3c1 Handle invalid suffix lists by Daniel Rosenberg · 8 years ago
  19. 1345409 Call set_active after flashall and update by Daniel Rosenberg · 8 years ago
  20. e5b7ad1 Merge "Remove process_name.c" by Treehugger Robot · 8 years ago
  21. 1bb49f4 Remove process_name.c by Dmitriy Filchenko · 8 years ago
  22. 35569e9 Merge "Mount /vendor and /odm early" by Treehugger Robot · 8 years ago
  23. 3b65305 Merge "Fix reference counting for Assembly" by Hans Boehm · 8 years ago
  24. 99c4a8a Mount /vendor and /odm early by Hung-ying Tyan · 8 years ago
  25. e74dec4 Fix reference counting for Assembly by Hans Boehm · 8 years ago
  26. 704d818 Merge "zip_archive: Improve error message on fallocate failure." by Narayan Kamath · 8 years ago
  27. 7a746f3 Merge "debuggerd: remove unnecessary arguments." by Josh Gao · 8 years ago
  28. b859830 Merge "Clean up key handling in adb." by Josh Gao · 8 years ago
  29. 5f2bc28 Merge "debuggerd: remove useless timeout from wait_for_signal." by Josh Gao · 8 years ago
  30. a04c802 debuggerd: remove unnecessary arguments. by Josh Gao · 8 years ago
  31. f5a960a debuggerd: remove useless timeout from wait_for_signal. by Josh Gao · 8 years ago
  32. 3a197b3 Merge "fastboot: Don't leak file in error case" by Treehugger Robot · 8 years ago
  33. dc9b62b fastboot: Don't leak file in error case by Greg Kaiser · 8 years ago
  34. 96c36d3 Merge "logd: klogd crash (part deux)" by Mark Salyzyn · 8 years ago
  35. 83b2478 logd: klogd crash (part deux) by Mark Salyzyn · 8 years ago
  36. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  37. 07f14c9 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 8 years ago
  38. 0f39fe2 Merge "Improve RefBase documentation, especially for clients." by Hans Boehm · 8 years ago
  39. d5d7abe zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 8 years ago
  40. 9ba7192 Improve RefBase documentation, especially for clients. by Hans Boehm · 8 years ago
  41. 9eb02c9 Define TARGET_IS_64_BIT when building libdebuggerd_client for android64. by Robert Sesek · 8 years ago
  42. e23e091 Merge "logd: klogd crash" by Mark Salyzyn · 8 years ago
  43. 2f21b7c Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Treehugger Robot · 8 years ago
  44. aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  45. 1d3e13d Merge changes I628d590a,I1c13b94e,Iecf61bb2,I5b1c929d,I895749ca, ... by Treehugger Robot · 8 years ago
  46. c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  47. dad158f Merge "logcatd: logpersist.start more descriptive warning" by Treehugger Robot · 8 years ago
  48. c064db4 Merge "SharedBuffer: Fix bug in return value of release()" by Greg Kaiser · 8 years ago
  49. ad5e411 logcat: -d, -t or -L, along with -f, do not background by Mark Salyzyn · 8 years ago
  50. 3196106 logcat: lastLogTime only two most recent files by Mark Salyzyn · 8 years ago
  51. 9b35df6 logcatd: Add --id=${ro.build.id} by Mark Salyzyn · 8 years ago
  52. 2e5b718 logcatd: fix up logpersist.cat to filter out signature file by Mark Salyzyn · 8 years ago
  53. 02687e7 logcat: add --id=<id> for -f option by Mark Salyzyn · 8 years ago
  54. 5b1a538 logcat: switch to android::base::StringPrintf by Mark Salyzyn · 8 years ago
  55. 452eaf7 logcatd: logpersist.start more descriptive warning by Mark Salyzyn · 8 years ago
  56. a146a77 logd: klogd crash by Mark Salyzyn · 8 years ago
  57. c9b23cb SharedBuffer: Fix bug in return value of release() by Greg Kaiser · 8 years ago
  58. 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  59. 9cd828b Merge changes from topic 'minui_sync_wait' by Treehugger Robot · 8 years ago
  60. d86dd3b libsync: add static library for recovery by Greg Hackmann · 8 years ago
  61. a90aa13 libsync: remove unused liblog dependency by Greg Hackmann · 8 years ago
  62. e012de5 Merge changes If2f3008f,Id3411479,I90df5fc1 by Treehugger Robot · 8 years ago
  63. fb0c5cb adb: improve display of transfer rate. by Josh Gao · 8 years ago
  64. bfb89d3 Merge "Move init's kernel logging into libbase." by Treehugger Robot · 8 years ago
  65. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 8 years ago
  66. 1a9979e adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  67. baa215e adb: fix output of `sync -l` by Josh Gao · 8 years ago
  68. 5b7e3b9 Merge "Fix google-explicit-constructor warnings in utils." by Treehugger Robot · 8 years ago
  69. 5f85175 Merge "libcutils: add sched_policy test" by Treehugger Robot · 8 years ago
  70. b3654fa Merge "Remove the prctl PR_SET_TIMERSLACK_PID call." by Treehugger Robot · 8 years ago
  71. 077135b Merge "Fix race bug in attemptIncStrong" by Hans Boehm · 8 years ago
  72. ed0614c libcutils: add sched_policy test by Greg Hackmann · 8 years ago
  73. d7967c1 Remove the prctl PR_SET_TIMERSLACK_PID call. by Elliott Hughes · 8 years ago
  74. ed3596a Merge "Switch libprocessgroup to libbase logging." by Treehugger Robot · 8 years ago
  75. 33bf662 Merge "Fix google-explicit-constructor warnings in logd." by Treehugger Robot · 8 years ago
  76. 171df0a Switch libprocessgroup to libbase logging. by Elliott Hughes · 8 years ago
  77. 9a5300f Merge "Have init kill the process group." by Treehugger Robot · 8 years ago
  78. 1e73024 Have init kill the process group. by Elliott Hughes · 8 years ago
  79. 11708e0 Merge "Remove Brillo-specific LOCAL_MODULE_TAGS" by Dan Willemsen · 8 years ago
  80. 2a92996 Fix google-explicit-constructor warnings in utils. by Chih-Hung Hsieh · 8 years ago
  81. 9e70ba6 Fix google-explicit-constructor warnings in logd. by Chih-Hung Hsieh · 8 years ago
  82. c97b73a Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
  83. 4efbce1 Merge "Fix clang-tidy performance warnings in syste/core." by Treehugger Robot · 8 years ago
  84. f551ea0 adb: fix stat on Windows. by Josh Gao · 8 years ago
  85. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  86. 4e09dd8 Remove Brillo-specific LOCAL_MODULE_TAGS by Dan Willemsen · 8 years ago
  87. 9f05901 Merge "libbase should use its own logging!" by Treehugger Robot · 8 years ago
  88. 817d534 Merge "sched_policy: Add support for /proc/<tid>/timerslack_ns over PR_SET_TIMERSLACK_PID" by Treehugger Robot · 8 years ago
  89. 7f27cbc Fix race bug in attemptIncStrong by Hans Boehm · 8 years ago
  90. 2f13f0a sched_policy: Add support for /proc/<tid>/timerslack_ns over PR_SET_TIMERSLACK_PID by John Stultz · 8 years ago
  91. 6dc68cb Merge "Fix google-explicit-constructor warnings in system/core." by Chih-hung Hsieh · 8 years ago
  92. 060b15e Merge "init: usb: delete rndis func to unregister n/w interface" by Treehugger Robot · 8 years ago
  93. bcd37e6 Merge "trusty: Add nvram-wipe utility." by Mattias Nissler · 8 years ago
  94. 3bdc760 adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
  95. e5dd71a libbase should use its own logging! by Elliott Hughes · 8 years ago
  96. 3457543 Merge "ueventd: Remove verbose restorecon_recursive: message" by Treehugger Robot · 8 years ago
  97. 7eed474 ueventd: Remove verbose restorecon_recursive: message by Dmitry Shmidt · 8 years ago
  98. eafeb75 Merge "bootstat: Fix a potential unhandled exception for malformed input." by Treehugger Robot · 8 years ago
  99. 4dded61 bootstat: Fix a potential unhandled exception for malformed input. by James Hawkins · 8 years ago
  100. 44c909d Merge "Fix clang-tidy performance warnings in fs_mgr." by Chih-hung Hsieh · 8 years ago