1. c5a85f7 Merge "debuggerd: add .clang-format." by Josh Gao · 10 years ago
  2. 74a33fb Merge changes Ice07f892,Ie1f082a0 by Josh Gao · 10 years ago
  3. 0ba2606 Merge "metricsd: Don't upload if product id is empty." by Bertrand Simonnet · 10 years ago
  4. 1d15d46 metricsd: Don't upload if product id is empty. by Bertrand SIMONNET · 10 years ago
  5. 1337349 Merge "Fix non-vendor.img configuration." by Junichi Uekawa · 10 years ago
  6. 07b6996 Fix non-vendor.img configuration. by Junichi Uekawa · 10 years ago
  7. d918eed debuggerd: add .clang-format. by Josh Gao · 10 years ago
  8. bb3f9ce libcutils: don't build for Windows. by Josh Gao · 10 years ago
  9. a629e2e adb: don't link against libcutils on Windows. by Josh Gao · 10 years ago
  10. c40f213 Merge "Pass $TERM to the device." by Elliott Hughes · 10 years ago
  11. 7a75f4e Merge "fastboot: create Transport object (take 2)." by David Pursell · 10 years ago
  12. 695da48 Merge "metricsd: Remove dead code." by Bertrand Simonnet · 10 years ago
  13. e6cf1c6 Merge "Revert "liblog: resolve deadlocks"" by Mark Salyzyn · 10 years ago
  14. c2e7d49 Revert "liblog: resolve deadlocks" by Mark Salyzyn · 10 years ago
  15. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 10 years ago
  16. 0b15663 fastboot: create Transport object (take 2). by David Pursell · 10 years ago
  17. 942f8ea Merge "Don't create profiles directory under dalvik-cache." by Calin Juravle · 10 years ago
  18. e32cb1b Merge "Fix permissions for /data/nativetest{,64}/tests.txt." by Gilad Arnold · 10 years ago
  19. 1bc7888 Fix permissions for /data/nativetest{,64}/tests.txt. by Gilad Arnold · 10 years ago
  20. 44c5847 Merge "Revert "fastboot: create Transport object."" by David Pursell · 10 years ago
  21. c0504e1 Revert "fastboot: create Transport object." by David Pursell · 10 years ago
  22. 29843cf Merge "adb: don't pull symlinks." by Josh Gao · 10 years ago
  23. f96dc73 adb: don't pull symlinks. by Josh Gao · 10 years ago
  24. ad6ab58 metricsd: Remove dead code. by Bertrand SIMONNET · 10 years ago
  25. f131772 Merge "fastboot: create Transport object." by David Pursell · 10 years ago
  26. ce24abe Merge "Fix fastboot to not add '-' before suffix" by Daniel Rosenberg · 10 years ago
  27. 996ecd8 Fix fastboot to not add '-' before suffix by Daniel Rosenberg · 10 years ago
  28. 82a2b24 Merge "Improve adb help text and adb backup error reporting." by Elliott Hughes · 10 years ago
  29. 4386b89 Merge "Improve top(1) compatibility and interactive usefulness." by Elliott Hughes · 10 years ago
  30. c6f3b96 Merge "logd: klogd: parse error" by Mark Salyzyn · 10 years ago
  31. 6f233a7 fastboot: create Transport object. by David Pursell · 10 years ago
  32. 56e6813 Improve adb help text and adb backup error reporting. by Elliott Hughes · 10 years ago
  33. ab75edb Merge "healthd: Support new PD and USB Type C types" by Ruchi Kandoi · 10 years ago
  34. 76aefd5 Merge "adb: win32: Unicode USB device names" by Elliott Hughes · 10 years ago
  35. d7bd575 Improve top(1) compatibility and interactive usefulness. by Elliott Hughes · 10 years ago
  36. eb29808 logd: klogd: parse error by Mark Salyzyn · 10 years ago
  37. 5559f1d Merge "liblog: resolve deadlocks" by Mark Salyzyn · 10 years ago
  38. bb29000 adb: win32: Unicode USB device names by Spencer Low · 10 years ago
  39. 61a560a Merge "adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()" by Elliott Hughes · 10 years ago
  40. 8a4eef6 healthd: Support new PD and USB Type C types by Benson Leung · 10 years ago
  41. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 10 years ago
  42. 5d75c9d Merge "Sane ownership/permissions for directories in /data/nativetest{,64}." by Gilad Arnold · 10 years ago
  43. 7a2a307 liblog: resolve deadlocks by Mark Salyzyn · 10 years ago
  44. 8336a96 Merge changes I8fb6b513,I6dd16245,I0c2753e2 by Daniel Rosenberg · 10 years ago
  45. 87d2486 Merge "metricsd: Fix the update channel parsing logic." by Bertrand Simonnet · 10 years ago
  46. 26f2e1f Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 10 years ago
  47. 47af47f Sane ownership/permissions for directories in /data/nativetest{,64}. by Gilad Arnold · 10 years ago
  48. dc225c8 metricsd: Fix the update channel parsing logic. by Bertrand SIMONNET · 10 years ago
  49. 8591f71 Merge "adb: properly handle path separators on Windows." by Josh Gao · 10 years ago
  50. d36829a Merge "crash_reporter: Join AID_READPROC group" by Steve Fung · 10 years ago
  51. 7df6b5f libbase: remove exit-time destructors. by Josh Gao · 10 years ago
  52. b7b1edf adb: remove exit-time destructors. by Josh Gao · 10 years ago
  53. ee50a72 Merge "metricsd: Fix logging initialization." by Bertrand Simonnet · 10 years ago
  54. 8ce943b Merge "Cope with angler's whitespace-padded partition size reporting." by Elliott Hughes · 10 years ago
  55. a2db261 Cope with angler's whitespace-padded partition size reporting. by Elliott Hughes · 10 years ago
  56. 7aa38bc Update fastboot help command with long options by Daniel Rosenberg · 10 years ago
  57. 0d08856 Changed set_active to be a flag by Daniel Rosenberg · 10 years ago
  58. a797479 Fix fastboot variable name by Daniel Rosenberg · 10 years ago
  59. dcb8b28 Merge "Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""" by Elliott Hughes · 10 years ago
  60. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  61. a76ba85 crash_reporter: Join AID_READPROC group by Steve Fung · 10 years ago
  62. 5247168 Merge "adb: win32: fix adb shell" by Elliott Hughes · 10 years ago
  63. 32762f4 adb: win32: fix adb shell by Spencer Low · 10 years ago
  64. bf66659 Merge changes from topic 'adb_dir' by Josh Gao · 10 years ago
  65. 389cab8 Merge "adb: add 100 column limit to .clang-format." by Josh Gao · 10 years ago
  66. 32b24cf adb: add 100 column limit to .clang-format. by Josh Gao · 10 years ago
  67. 1a02530 adb: properly handle path separators on Windows. by Josh Gao · 10 years ago
  68. 07db119 adb: don't explode directories when pushing/pulling. by Josh Gao · 10 years ago
  69. 12a2ae9 adb: improve error handling, comments. by Josh Gao · 10 years ago
  70. ae0f53c Merge "Fix typo, caps in error messages." by Jorge Lucangeli Obes · 10 years ago
  71. f39c564 Fix typo, caps in error messages. by Jorge Lucangeli Obes · 10 years ago
  72. 7605a56 Merge "Create a folder to store method traces activated with -Xmethod-trace" by Calin Juravle · 10 years ago
  73. fdebc26 Merge "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  74. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  75. 332166a Merge "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  76. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 10 years ago
  77. 2f33e0c Merge "libutils: Add UNEXPECTED_NULL status_t" by Christopher Wiley · 10 years ago
  78. 9b3e5d5 Create a folder to store method traces activated with -Xmethod-trace by Calin Juravle · 10 years ago
  79. 0a1119f metricsd: Fix logging initialization. by Bertrand SIMONNET · 10 years ago
  80. 3c540ae Merge "Add -e to the adb shell documentation." by Elliott Hughes · 10 years ago
  81. c3441e6 libutils: Add UNEXPECTED_NULL status_t by Christopher Wiley · 10 years ago
  82. 0e42c2a Add -e to the adb shell documentation. by Elliott Hughes · 10 years ago
  83. d75b6b9 Merge "libpixelflinger: MIPS64r6 bug fix" by Elliott Hughes · 10 years ago
  84. 4edb458 libpixelflinger: MIPS64r6 bug fix by Ljubomir Papuga · 10 years ago
  85. 0bb1ce0 Merge "adb: don't try to pull character or block devices." by Josh Gao · 10 years ago
  86. 8d00a39 adb: don't try to pull character or block devices. by Josh Gao · 10 years ago
  87. 5a08fd3 Merge "adb: demote skipping a file from an error to a warning." by Josh Gao · 10 years ago
  88. 21abf5a adb: demote skipping a file from an error to a warning. by Josh Gao · 10 years ago
  89. 79964cd Merge "Fix adb shell escape handling." by Elliott Hughes · 10 years ago
  90. 48f2e1e Merge "Fix isValid() condition for libsync tests" by Tom Cherry · 10 years ago
  91. 28416d6 Fix adb shell escape handling. by Elliott Hughes · 10 years ago
  92. 2d8f1d4 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 10 years ago
  93. 892f0e9 Merge "adb/base: minor compiler portability improvements" by Elliott Hughes · 10 years ago
  94. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  95. 24e3b8d Merge "init: skip "name" DT entry" by Rom Lemarchand · 10 years ago
  96. c39ba5a Enable hidepid=2 on /proc by Nick Kralevich · 10 years ago
  97. 1dcf325 init: skip "name" DT entry by Rom Lemarchand · 10 years ago
  98. 54b5e85 Merge "AOSP master doesn't have "cmd"." by Elliott Hughes · 10 years ago
  99. 79e1c7a AOSP master doesn't have "cmd". by Elliott Hughes · 10 years ago
  100. ae2a64e Merge "use new cmd command" by Elliott Hughes · 10 years ago