1. 7a1f951 nativeloader: Add CloseNativeLibrary() method by Dimitry Ivanov · 8 years ago
  2. bfd6a0f Merge "Remove useless #include." by Elliott Hughes · 8 years ago
  3. c4248ae Remove useless #include. by Elliott Hughes · 8 years ago
  4. b9ce0f1 Merge "toolbox ps: replace strcpy with snprintf." by Elliott Hughes · 8 years ago
  5. defd249 toolbox ps: replace strcpy with snprintf. by Elliott Hughes · 8 years ago
  6. 7bdd6a8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  7. 3b9ba98 Merge changes Ied2ab927,I16245af7 by Treehugger Robot · 8 years ago
  8. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  9. 583a250 Silently ignore duplicate heap entries by Colin Cross · 8 years ago
  10. 0965c02 Handle segfaults while walking native heap by Colin Cross · 8 years ago
  11. 7da38d6 Merge "logcat: confirm -g result after -c" by Treehugger Robot · 8 years ago
  12. 2123c6f Merge "Add empty <util.h> to build BSD source." by Treehugger Robot · 8 years ago
  13. 36abd48 Add empty <util.h> to build BSD source. by Elliott Hughes · 8 years ago
  14. e7e5f1b logcat: confirm -g result after -c by Mark Salyzyn · 8 years ago
  15. 17f3b1b Merge "Use more std::string in fastboot." by Elliott Hughes · 8 years ago
  16. fc80b22 Merge "liblog: O_CLOEXEC flag on opens" by Treehugger Robot · 8 years ago
  17. 2810d00 Use more std::string in fastboot. by Elliott Hughes · 8 years ago
  18. 78786da liblog: O_CLOEXEC flag on opens by Mark Salyzyn · 8 years ago
  19. 7f18790 Merge "liblog: logcat -g readable size wrong" by Mark Salyzyn · 8 years ago
  20. ccfb244 liblog: logcat -g readable size wrong by Mark Salyzyn · 8 years ago
  21. 94b0f37 Merge "ueventd: relabel block devices nodes when processing subsequent add events" by Treehugger Robot · 8 years ago
  22. 24a3cbf ueventd: relabel block devices nodes when processing subsequent add events by Mihai Serban · 8 years ago
  23. 3abd032 Merge "Change remaining Android logging macros to use C99 varidaic syntax" by Treehugger Robot · 8 years ago
  24. 3b0d65a Change remaining Android logging macros to use C99 varidaic syntax by Alex Vakulenko · 8 years ago
  25. 6d28ae7 Merge "native_loader: Use ANDROID_ROOT environment variable" by Dimitry Ivanov · 8 years ago
  26. 581beeb Merge "Enable namespaces for all target sdk versions" by Dimitry Ivanov · 8 years ago
  27. bf1767f Merge "Fix google-explicit-constructor warnings." by Treehugger Robot · 8 years ago
  28. c296440 Merge "adb: decrease the number of fds used in fd_count test." by Treehugger Robot · 8 years ago
  29. 858f133 adb: decrease the number of fds used in fd_count test. by Josh Gao · 8 years ago
  30. 52eb602 Merge "adb: fix test_device.py shell protocol checks." by Treehugger Robot · 8 years ago
  31. 6b617c7 Merge "Don't hardcode gtest paths." by Treehugger Robot · 8 years ago
  32. cf46741 adb: fix test_device.py shell protocol checks. by David Pursell · 8 years ago
  33. 3df8c67 Don't hardcode gtest paths. by Dan Albert · 8 years ago
  34. 64461c2 Merge "sdcard: avoid benign unsigned overflow" by Treehugger Robot · 8 years ago
  35. df9c4a0 sdcard: avoid benign unsigned overflow by Daniel Micay · 8 years ago
  36. 58505e1 Merge "Fix 'ps.c' formatting." by Jorge Lucangeli Obes · 8 years ago
  37. e998abd Merge "adb: fix socket tests." by Yabin Cui · 8 years ago
  38. 2407d7c adb: fix socket tests. by Yabin Cui · 8 years ago
  39. e1d5c25 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  40. 5c1b3af Fix 'ps.c' formatting. by Jorge Lucangeli Obes · 8 years ago
  41. 47f808d Merge "Fix 'ps --ppid'." by Jorge Lucangeli Obes · 8 years ago
  42. c5e7f73 Fix 'ps --ppid'. by Jorge Lucangeli Obes · 8 years ago
  43. 75935ef Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  44. f966019 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  45. 3a114e0 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  46. d2afbe4 Merge "GCC compiler warning fix for sprintf into snprintf" by Elliott Hughes · 8 years ago
  47. 1cc82ce Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  48. ad2021a Merge "adb: fix adb usb operations on device." by Yabin Cui · 8 years ago
  49. 79bf64d GCC compiler warning fix for sprintf into snprintf by Raja M · 8 years ago
  50. 245e4db Merge "Fix NULL deref on exec-in with insufficient arguments" by Treehugger Robot · 8 years ago
  51. ccafc79 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 8 years ago
  52. 7e8cee8 native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 8 years ago
  53. 213676b Enable namespaces for all target sdk versions by Dimitry Ivanov · 8 years ago
  54. d61bfb9 Merge "Connect to activity manager as root." by Treehugger Robot · 8 years ago
  55. 8fb38ae Connect to activity manager as root. by Christopher Ferris · 8 years ago
  56. 0652728 Merge "Update sanitize property format" by Colin Cross · 8 years ago
  57. 090003a Merge "Don't include android-base/macros.h from android-base/unique_fd.h" by Treehugger Robot · 8 years ago
  58. 4f21555 Merge "More secure and compiler warning fix for sprintf into snprintf" by Elliott Hughes · 8 years ago
  59. 2a7b863 Don't include android-base/macros.h from android-base/unique_fd.h by Christopher Wiley · 8 years ago
  60. a2f37e4 More secure and compiler warning fix for sprintf into snprintf by Raja M · 8 years ago
  61. 09c5fcf Merge "adb: use a custom thread to poll for usb devices on mac." by Yabin Cui · 8 years ago
  62. 48d4c0c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  63. 603df0e Merge "Fix google-runtime-int warnings." by Chih-hung Hsieh · 8 years ago
  64. 7ed5194 Merge "Define LIKELY and UNLIKELY in a vendor friendly way" by Treehugger Robot · 8 years ago
  65. a960864 Merge "Fix kick_transport test." by Yabin Cui · 8 years ago
  66. 0d4661d Merge "liblog: android_log_isloggable failing apct" by Treehugger Robot · 8 years ago
  67. ec9ea66 Define LIKELY and UNLIKELY in a vendor friendly way by Christopher Wiley · 8 years ago
  68. c4f3546 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 8 years ago
  69. ec2ff8c Fix google-runtime-int warnings. by Chih-Hung Hsieh · 8 years ago
  70. 68c63d7 adb: disable tests that are expected to fail on Win32. by Josh Gao · 8 years ago
  71. b31e171 adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  72. 3009b7c Merge "adb: bump the server version to 36." by Josh Gao · 8 years ago
  73. 7f27490 Fix kick_transport test. by Yabin Cui · 8 years ago
  74. b1393e9 Merge "Remove toolbox iftop." by Elliott Hughes · 8 years ago
  75. c2241b9 Merge "Export libbinder headers from libhealhd.default" by Christopher Wiley · 8 years ago
  76. a87467d Merge "logpersist: incorporate size and buffer tunables" by Treehugger Robot · 8 years ago
  77. 8ac71c7 Export libbinder headers from libhealhd.default by Christopher Wiley · 8 years ago
  78. 2e210e4 logpersist: incorporate size and buffer tunables by Mark Salyzyn · 8 years ago
  79. 72886ce Remove toolbox iftop. by Elliott Hughes · 8 years ago
  80. 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  81. 005bf1e adb: fix adb usb operations on device. by Yabin Cui · 8 years ago
  82. ba430e3 Merge "Fix include-what-you-use problem in android-pubkey.c." by Treehugger Robot · 8 years ago
  83. 5d35ce6 Update sanitize property format by Colin Cross · 8 years ago
  84. 057095d adb: bump the server version to 36. by Josh Gao · 8 years ago
  85. 2257f6b Fix include-what-you-use problem in android-pubkey.c. by David Benjamin · 8 years ago
  86. efe8ecc liblog: android_log_isloggable failing apct by Mark Salyzyn · 8 years ago
  87. 1607ea6 Merge "bootstat: Calculate and log the time_since_last_boot metric." by James Hawkins · 8 years ago
  88. 2d8b3e6 bootstat: Calculate and log the time_since_last_boot metric. by James Hawkins · 8 years ago
  89. f20e4b1 Merge "libbacktrace: only build libbacktrace_offline static library." by Yabin Cui · 8 years ago
  90. 51e6070 libbacktrace: only build libbacktrace_offline static library. by Yabin Cui · 8 years ago
  91. 9a3e238 Merge "logd: switch from android_ids to getpwuid" by Treehugger Robot · 8 years ago
  92. d93e7ca Merge "Remove libmincrypt." by Elliott Hughes · 8 years ago
  93. b8a95bd logd: switch from android_ids to getpwuid by Mark Salyzyn · 8 years ago
  94. e992831 Merge "Add nofail fstab option" by Daniel Rosenberg · 8 years ago
  95. df7c1ed Merge changes I7ebb6146,I0b42736c,I5331acde by Mark Salyzyn · 8 years ago
  96. 3e0eaa4 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 8 years ago
  97. 48a3481 adb: after `adb root`, wait for the device in any state. by Josh Gao · 8 years ago
  98. 86441c3 adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  99. 08881e7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 8 years ago
  100. 33c2625 logcat: expand -n, -r and -b by Mark Salyzyn · 8 years ago