- 429524d Merge changes Ied2ab927,I16245af7 by Treehugger Robot · 9 years ago
- 8d04ad2 Silently ignore duplicate heap entries by Colin Cross · 9 years ago
- 71bfa37 Handle segfaults while walking native heap by Colin Cross · 9 years ago
- 9cbe5e0 Merge "logcat: confirm -g result after -c" by Treehugger Robot · 9 years ago
- e5cde9d Merge "Add empty <util.h> to build BSD source." by Treehugger Robot · 9 years ago
- 4c8e177 Add empty <util.h> to build BSD source. by Elliott Hughes · 9 years ago
- 2e7f4e0 logcat: confirm -g result after -c by Mark Salyzyn · 9 years ago
- 424d3ff Merge "Use more std::string in fastboot." by Elliott Hughes · 9 years ago
- 49db309 Merge "liblog: O_CLOEXEC flag on opens" by Treehugger Robot · 9 years ago
- e2b0ec6 Use more std::string in fastboot. by Elliott Hughes · 9 years ago
- 450d80e liblog: O_CLOEXEC flag on opens by Mark Salyzyn · 9 years ago
- fddebef Merge "liblog: logcat -g readable size wrong" by Mark Salyzyn · 9 years ago
- 2cabcd0 liblog: logcat -g readable size wrong by Mark Salyzyn · 9 years ago
- 9dc0ad8 Merge "ueventd: relabel block devices nodes when processing subsequent add events" by Treehugger Robot · 9 years ago
- c84c6f7 ueventd: relabel block devices nodes when processing subsequent add events by Mihai Serban · 9 years ago
- 0a1d63b Merge "Change remaining Android logging macros to use C99 varidaic syntax" by Treehugger Robot · 9 years ago
- 9229efb Change remaining Android logging macros to use C99 varidaic syntax by Alex Vakulenko · 9 years ago
- 2f789c0 Merge "native_loader: Use ANDROID_ROOT environment variable" by Dimitry Ivanov · 9 years ago
- 6cfb476 Merge "Enable namespaces for all target sdk versions" by Dimitry Ivanov · 9 years ago
- e58ab27 Merge "Fix google-explicit-constructor warnings." by Treehugger Robot · 9 years ago
- cda542b Merge "adb: decrease the number of fds used in fd_count test." by Treehugger Robot · 9 years ago
- b8b0ec3 adb: decrease the number of fds used in fd_count test. by Josh Gao · 9 years ago
- 3a4ac9a Merge "adb: fix test_device.py shell protocol checks." by Treehugger Robot · 9 years ago
- 6ad3d34 Merge "Don't hardcode gtest paths." by Treehugger Robot · 9 years ago
- 91f2ad1 adb: fix test_device.py shell protocol checks. by David Pursell · 9 years ago
- 071ced4 Don't hardcode gtest paths. by Dan Albert · 9 years ago
- 11d0a61 Merge "sdcard: avoid benign unsigned overflow" by Treehugger Robot · 9 years ago
- 2da07f5 sdcard: avoid benign unsigned overflow by Daniel Micay · 9 years ago
- 230fadc Merge "Fix 'ps.c' formatting." by Jorge Lucangeli Obes · 9 years ago
- 906ac86 Merge "adb: fix socket tests." by Yabin Cui · 9 years ago
- 792f219 adb: fix socket tests. by Yabin Cui · 9 years ago
- 0c1dfa6 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
- dd309a5 Fix 'ps.c' formatting. by Jorge Lucangeli Obes · 9 years ago
- d5d8407 Merge "Fix 'ps --ppid'." by Jorge Lucangeli Obes · 9 years ago
- 8d2d8ea Fix 'ps --ppid'. by Jorge Lucangeli Obes · 9 years ago
- f890e94 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
- 12a0bd2 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
- 08a5d48 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
- 2090523 Merge "GCC compiler warning fix for sprintf into snprintf" by Elliott Hughes · 9 years ago
- 1d7e5f1 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
- 905ca45 Merge "adb: fix adb usb operations on device." by Yabin Cui · 9 years ago
- 62852db GCC compiler warning fix for sprintf into snprintf by Raja M · 9 years ago
- 59edf2e Merge "Fix NULL deref on exec-in with insufficient arguments" by Treehugger Robot · 9 years ago
- 23f40e4 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 9 years ago
- 8fa4d0c native_loader: Use ANDROID_ROOT environment variable by Dimitry Ivanov · 9 years ago
- 7af2951 Enable namespaces for all target sdk versions by Dimitry Ivanov · 9 years ago
- 6c75f2f Merge "Connect to activity manager as root." by Treehugger Robot · 9 years ago
- 04f2f5b Connect to activity manager as root. by Christopher Ferris · 9 years ago
- 851d78f Merge "Update sanitize property format" by Colin Cross · 9 years ago
- 1930b3c Merge "Don't include android-base/macros.h from android-base/unique_fd.h" by Treehugger Robot · 9 years ago
- 6db27b2 Merge "More secure and compiler warning fix for sprintf into snprintf" by Elliott Hughes · 9 years ago
- fbac2a7 Don't include android-base/macros.h from android-base/unique_fd.h by Christopher Wiley · 9 years ago
- fada0a7 More secure and compiler warning fix for sprintf into snprintf by Raja M · 9 years ago
- f4e2cc8 Merge "adb: use a custom thread to poll for usb devices on mac." by Yabin Cui · 9 years ago
- 57d56ff adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
- e92cc28 Merge "Fix google-runtime-int warnings." by Chih-hung Hsieh · 9 years ago
- ca93794 Merge "Define LIKELY and UNLIKELY in a vendor friendly way" by Treehugger Robot · 9 years ago
- f239612 Merge "Fix kick_transport test." by Yabin Cui · 9 years ago
- aee30ba Merge "liblog: android_log_isloggable failing apct" by Treehugger Robot · 9 years ago
- a16d822 Define LIKELY and UNLIKELY in a vendor friendly way by Christopher Wiley · 9 years ago
- 7e2c6d0 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 9 years ago
- a3979b7 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 9 years ago
- b21d563 adb: disable tests that are expected to fail on Win32. by Josh Gao · 9 years ago
- 9b63591 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
- 3204898 Merge "adb: bump the server version to 36." by Josh Gao · 9 years ago
- be50b6b Fix kick_transport test. by Yabin Cui · 9 years ago
- 4474276 Merge "Remove toolbox iftop." by Elliott Hughes · 9 years ago
- 8c8f4f1 Merge "Export libbinder headers from libhealhd.default" by Christopher Wiley · 9 years ago
- 6ab9373 Merge "logpersist: incorporate size and buffer tunables" by Treehugger Robot · 9 years ago
- a7e4cc7 Export libbinder headers from libhealhd.default by Christopher Wiley · 9 years ago
- 378e8bb logpersist: incorporate size and buffer tunables by Mark Salyzyn · 9 years ago
- 527ee67 Remove toolbox iftop. by Elliott Hughes · 9 years ago
- 82279e2 Merge "adb: add reconnect command." by Yabin Cui · 9 years ago
- a3626f3 adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
- dd65329 Merge "Fix include-what-you-use problem in android-pubkey.c." by Treehugger Robot · 9 years ago
- 85d2f86 Update sanitize property format by Colin Cross · 9 years ago
- 02dc721 adb: bump the server version to 36. by Josh Gao · 9 years ago
- 46cdb11 Fix include-what-you-use problem in android-pubkey.c. by David Benjamin · 9 years ago
- c29bed2 liblog: android_log_isloggable failing apct by Mark Salyzyn · 9 years ago
- be79638 Merge "bootstat: Calculate and log the time_since_last_boot metric." by James Hawkins · 9 years ago
- 96f6909 bootstat: Calculate and log the time_since_last_boot metric. by James Hawkins · 9 years ago
- fe58b58 Merge "libbacktrace: only build libbacktrace_offline static library." by Yabin Cui · 9 years ago
- 681d8f8 libbacktrace: only build libbacktrace_offline static library. by Yabin Cui · 9 years ago
- 639dd56 Merge "logd: switch from android_ids to getpwuid" by Treehugger Robot · 9 years ago
- f47c033 Merge "Remove libmincrypt." by Elliott Hughes · 9 years ago
- b450e83 logd: switch from android_ids to getpwuid by Mark Salyzyn · 9 years ago
- 29d01fa Merge "Add nofail fstab option" by Daniel Rosenberg · 9 years ago
- 19d83e9 Merge changes I7ebb6146,I0b42736c,I5331acde by Mark Salyzyn · 9 years ago
- 6b3de2d Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 9 years ago
- 4bf8ca9 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
- 72ae85b adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
- b885604 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
- 2e5b53a logcat: expand -n, -r and -b by Mark Salyzyn · 9 years ago
- 509c75b logcat: allow comma-separate list of buffers by Mark Salyzyn · 9 years ago
- 46a24de logcat: Adjust help to make it more meaningful by Mark Salyzyn · 9 years ago
- c18e85a Merge "Remove undocumented functionality from init." by Treehugger Robot · 9 years ago
- ba07086 Remove undocumented functionality from init. by Elliott Hughes · 9 years ago
- 08ae611 Remove libmincrypt. by Elliott Hughes · 9 years ago
- 5122b27 Merge changes from topic 'boringssl_conversion' by Elliott Hughes · 9 years ago
- aa9baa6 Merge "logcat: apct test failures" by Treehugger Robot · 9 years ago