- 0d4f050 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
- 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
- 248722e DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
- c42f1bb DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
- 87ef739 Merge "Fix access check" by John Reck · 8 years ago
- 10348cb Merge "Convert to Android.bp" by Treehugger Robot · 8 years ago
- 73d2cc5 Merge "Update for kernel headers v4.7.2." by Christopher Ferris · 8 years ago
- e7f3a0f Merge "Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS" by Treehugger Robot · 8 years ago
- 247924a Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 8 years ago
- bd7d2e2 Merge "adb: factor out socket specification." by Treehugger Robot · 8 years ago
- f83c792 Update for kernel headers v4.7.2. by Christopher Ferris · 8 years ago
- 194edf7 Convert to Android.bp by Dan Willemsen · 8 years ago
- 2e336b1 Fix access check by John Reck · 8 years ago
- 091b631 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 8 years ago
- 99f6b86 Replace libziparchive-host with libziparchive by Colin Cross · 8 years ago
- cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
- 3a07e5b Merge changes from topic 'utf' by Martijn Coenen · 8 years ago
- 1cfa56d libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 8 years ago
- 9de6776 Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 8 years ago
- e461b37 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
- daac359 Merge "Make RefBase more robust and debuggable" by Hans Boehm · 8 years ago
- 78e1eb1 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
- 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
- 6322efe Merge "liblog: add __android_log_close()" am: 812d1c7ea2 by Mark Salyzyn · 8 years ago
- 2d562c9 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 8 years ago
- 812d1c7 Merge "liblog: add __android_log_close()" by Treehugger Robot · 8 years ago
- fcf7ab8 Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 8 years ago
- 8b1f7b5 Merge "libcutils: Add ashmem_valid() function" am: d00c7470ea by Mark Salyzyn · 8 years ago
- d00c747 Merge "libcutils: Add ashmem_valid() function" by Treehugger Robot · 8 years ago
- 8615d79 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 8 years ago
- 299d641 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 8 years ago
- ee43111 libcutils: Add ashmem_valid() function by Mark Salyzyn · 8 years ago
- df7a4c6 liblog: add __android_log_close() by Mark Salyzyn · 8 years ago
- 305374c logger: validate hdr_size field in logger entry by Mark Salyzyn · 8 years ago
- 504d4cc Merge "debuggerd: don't display fault addr for manually sent signals." by Josh Gao · 8 years ago
- ad52cbb Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 8 years ago
- 0d2ef3d Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 8 years ago
- 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
- 82b67ff Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." by Elliott Hughes · 8 years ago
- 344ca5a debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 8 years ago
- 559cc01 resolve merge conflicts of 40eff95 to stage-aosp-master by Daniel Rosenberg · 8 years ago
- 40eff95 Merge changes I9f380f31,Ieab6bed7,Ia870e4be,I939b1e01,I8b723dda by Daniel Rosenberg · 8 years ago
- 33f8c19 Merge "liblog: use SOCK_NONBLOCK directly." am: fca43d3ec5 by Elliott Hughes · 8 years ago
- e4d7953 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
- fca43d3 Merge "liblog: use SOCK_NONBLOCK directly." by Treehugger Robot · 8 years ago
- 393e525 Merge "adb: increase the authentication throttling limit." by Treehugger Robot · 8 years ago
- 5ba3003 liblog: use SOCK_NONBLOCK directly. by Elliott Hughes · 8 years ago
- 8270912 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
- 0b4fcb7 Merge changes I9761298a,I8d3312b2 by Treehugger Robot · 8 years ago
- 874c674 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 8 years ago
- c8cb388 adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
- 8a0d077 adb: fix public key authorization. by Josh Gao · 8 years ago
- 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago
- 92b4476 Add skip-secondary flag by Daniel Rosenberg · 8 years ago
- 8091947 Switch fastboot to new A/B spec by Daniel Rosenberg · 8 years ago
- bb9b8a5 Add Fastboot support for flashing secondary images by Alex Light · 8 years ago
- ad3d3c1 Handle invalid suffix lists by Daniel Rosenberg · 8 years ago
- 1345409 Call set_active after flashall and update by Daniel Rosenberg · 8 years ago
- 97e3cb7 Merge "Remove process_name.c" am: e5b7ad1c39 by Dmitriy Filchenko · 8 years ago
- e5b7ad1 Merge "Remove process_name.c" by Treehugger Robot · 8 years ago
- 1bb49f4 Remove process_name.c by Dmitriy Filchenko · 8 years ago
- 46bfc91 Merge "Mount /vendor and /odm early" am: 35569e9d68 by Hung-ying Tyan · 8 years ago
- 35569e9 Merge "Mount /vendor and /odm early" by Treehugger Robot · 8 years ago
- 53bfab1 Merge "Fix reference counting for Assembly" am: 3b6530507b by Hans Boehm · 8 years ago
- 3b65305 Merge "Fix reference counting for Assembly" by Hans Boehm · 8 years ago
- 99c4a8a Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
- e74dec4 Fix reference counting for Assembly by Hans Boehm · 8 years ago
- 388a65d Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 8 years ago
- 704d818 Merge "zip_archive: Improve error message on fallocate failure." by Narayan Kamath · 8 years ago
- 23c857e Make RefBase more robust and debuggable by Hans Boehm · 8 years ago
- 60083be Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68 by Josh Gao · 8 years ago
- 7a746f3 Merge "debuggerd: remove unnecessary arguments." by Josh Gao · 8 years ago
- 81a3f71 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
- b859830 Merge "Clean up key handling in adb." by Josh Gao · 8 years ago
- 4c4a172 Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebf by Josh Gao · 8 years ago
- 5f2bc28 Merge "debuggerd: remove useless timeout from wait_for_signal." by Josh Gao · 8 years ago
- a04c802 debuggerd: remove unnecessary arguments. by Josh Gao · 8 years ago
- f5a960a debuggerd: remove useless timeout from wait_for_signal. by Josh Gao · 8 years ago
- 0c8a67b Merge "fastboot: Don't leak file in error case" am: 3a197b3799 by Greg Kaiser · 8 years ago
- 3a197b3 Merge "fastboot: Don't leak file in error case" by Treehugger Robot · 8 years ago
- dc9b62b fastboot: Don't leak file in error case by Greg Kaiser · 8 years ago
- e36dbdd Merge "logd: klogd crash (part deux)" am: 96c36d35ce by Mark Salyzyn · 8 years ago
- 96c36d3 Merge "logd: klogd crash (part deux)" by Mark Salyzyn · 8 years ago
- 83b2478 logd: klogd crash (part deux) by Mark Salyzyn · 8 years ago
- 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
- 40efc4c Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 8 years ago
- 07f14c9 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 8 years ago
- df6c464 Merge "Improve RefBase documentation, especially for clients." am: 0f39fe22ae by Hans Boehm · 8 years ago
- 0f39fe2 Merge "Improve RefBase documentation, especially for clients." by Hans Boehm · 8 years ago
- d5d7abe zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 8 years ago
- 9ba7192 Improve RefBase documentation, especially for clients. by Hans Boehm · 8 years ago
- 9eb02c9 Define TARGET_IS_64_BIT when building libdebuggerd_client for android64. by Robert Sesek · 8 years ago
- 5118d8f Merge "logd: klogd crash" am: e23e0914ff by Mark Salyzyn · 8 years ago
- e23e091 Merge "logd: klogd crash" by Mark Salyzyn · 8 years ago
- f2f4e78 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
- 2f21b7c Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Treehugger Robot · 8 years ago
- cdaa5e2 Merge changes I628d590a,I1c13b94e,Iecf61bb2,I5b1c929d,I895749ca, ... by Mark Salyzyn · 8 years ago
- aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
- 1d3e13d Merge changes I628d590a,I1c13b94e,Iecf61bb2,I5b1c929d,I895749ca, ... by Treehugger Robot · 8 years ago
- 87ef590 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 8 years ago