- 539ed97 Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 9 years ago
- 9e54afa Merge "adb: factor out socket specification." by Treehugger Robot · 9 years ago
- 01aa2b6 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 9 years ago
- d27d91e Replace libziparchive-host with libziparchive by Colin Cross · 9 years ago
- f841762 adb: factor out socket specification. by Josh Gao · 9 years ago
- 7a759f5 Merge changes from topic 'utf' by Martijn Coenen · 9 years ago
- 60a12d6 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
- f495efd Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 9 years ago
- 74cfd46 Merge changes I0ee130db,I33d356fd by Josh Gao · 9 years ago
- d23af55 Merge "Make RefBase more robust and debuggable" by Hans Boehm · 9 years ago
- 3bb6942 adb: remove unnecessary addr arguments to accept. by Josh Gao · 9 years ago
- fdad918 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 9 years ago
- 04fe394 Merge "liblog: add __android_log_close()" am: 812d1c7ea2 by Mark Salyzyn · 9 years ago
- 7db2779 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 9 years ago
- 2af65c0 Merge "liblog: add __android_log_close()" by Treehugger Robot · 9 years ago
- ff45d3e Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 9 years ago
- a673bfb Merge "libcutils: Add ashmem_valid() function" am: d00c7470ea by Mark Salyzyn · 9 years ago
- eaf600c Merge "libcutils: Add ashmem_valid() function" by Treehugger Robot · 9 years ago
- ec325e8 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 9 years ago
- 3bc323e Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 9 years ago
- 8a9bd54 libcutils: Add ashmem_valid() function by Mark Salyzyn · 9 years ago
- 1ba327f liblog: add __android_log_close() by Mark Salyzyn · 9 years ago
- 51180bf logger: validate hdr_size field in logger entry by Mark Salyzyn · 9 years ago
- e2d5d21 Merge "debuggerd: don't display fault addr for manually sent signals." by Josh Gao · 9 years ago
- bf36362 Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 9 years ago
- 1746111 Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 9 years ago
- 5aefd33 Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 9 years ago
- cd39e53 Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." by Elliott Hughes · 9 years ago
- 35ce3fa debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 9 years ago
- 97fae9f resolve merge conflicts of 40eff95 to stage-aosp-master by Daniel Rosenberg · 9 years ago
- c3f53c0 Merge changes I9f380f31,Ieab6bed7,Ia870e4be,I939b1e01,I8b723dda by Daniel Rosenberg · 9 years ago
- fca737e Merge "liblog: use SOCK_NONBLOCK directly." am: fca43d3ec5 by Elliott Hughes · 9 years ago
- 24fa901 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 9 years ago
- 4ab7adf Merge "liblog: use SOCK_NONBLOCK directly." by Treehugger Robot · 9 years ago
- 9d17050 Merge "adb: increase the authentication throttling limit." by Treehugger Robot · 9 years ago
- 1f64ecd liblog: use SOCK_NONBLOCK directly. by Elliott Hughes · 9 years ago
- 8780b32 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 9 years ago
- ec680fc Merge changes I9761298a,I8d3312b2 by Treehugger Robot · 9 years ago
- 0660787 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 9 years ago
- 8254146 adb: increase the authentication throttling limit. by Josh Gao · 9 years ago
- 097aef0 adb: fix public key authorization. by Josh Gao · 9 years ago
- ecdbf2d adb: add support for vendor key directories. by Josh Gao · 9 years ago
- bf01c63 Add skip-secondary flag by Daniel Rosenberg · 9 years ago
- 754864d Switch fastboot to new A/B spec by Daniel Rosenberg · 9 years ago
- dbe2b15 Add Fastboot support for flashing secondary images by Alex Light · 9 years ago
- f5764fc Handle invalid suffix lists by Daniel Rosenberg · 9 years ago
- 62c8bea Call set_active after flashall and update by Daniel Rosenberg · 9 years ago
- b29b5df Merge "Remove process_name.c" am: e5b7ad1c39 by Dmitriy Filchenko · 9 years ago
- bce5c6b Merge "Remove process_name.c" by Treehugger Robot · 9 years ago
- 436b04d Remove process_name.c by Dmitriy Filchenko · 9 years ago
- 8fb7f05 Merge "Mount /vendor and /odm early" am: 35569e9d68 by Hung-ying Tyan · 9 years ago
- 1701c4a Merge "Mount /vendor and /odm early" by Treehugger Robot · 9 years ago
- 980c81f Merge "Fix reference counting for Assembly" am: 3b6530507b by Hans Boehm · 9 years ago
- 239ab6d Merge "Fix reference counting for Assembly" by Hans Boehm · 9 years ago
- d816f96 Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
- 4f774b3 Fix reference counting for Assembly by Hans Boehm · 9 years ago
- 486f67e Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 9 years ago
- 21c25e3 Merge "zip_archive: Improve error message on fallocate failure." by Narayan Kamath · 9 years ago
- 7dd72ec Make RefBase more robust and debuggable by Hans Boehm · 9 years ago
- 48b7be0 Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68 by Josh Gao · 9 years ago
- f4cebcc Merge "debuggerd: remove unnecessary arguments." by Josh Gao · 9 years ago
- 5751b16 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 9 years ago
- 27be0cb Merge "Clean up key handling in adb." by Josh Gao · 9 years ago
- 4e304fb Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebf by Josh Gao · 9 years ago
- 12850de Merge "debuggerd: remove useless timeout from wait_for_signal." by Josh Gao · 9 years ago
- 35b5266 debuggerd: remove unnecessary arguments. by Josh Gao · 9 years ago
- c60e7d2 debuggerd: remove useless timeout from wait_for_signal. by Josh Gao · 9 years ago
- d2bf5cb Merge "fastboot: Don't leak file in error case" am: 3a197b3799 by Greg Kaiser · 9 years ago
- 8f01dd5 Merge "fastboot: Don't leak file in error case" by Treehugger Robot · 9 years ago
- 49d7e15 fastboot: Don't leak file in error case by Greg Kaiser · 9 years ago
- 43a4d0b Merge "logd: klogd crash (part deux)" am: 96c36d35ce by Mark Salyzyn · 9 years ago
- 408ef1b Merge "logd: klogd crash (part deux)" by Mark Salyzyn · 9 years ago
- 1567dc1 logd: klogd crash (part deux) by Mark Salyzyn · 9 years ago
- 3b2a535 Clean up key handling in adb. by Elliott Hughes · 9 years ago
- 87e8af8 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 9 years ago
- ca6f024 Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." by Josh Gao · 9 years ago
- c2c378c Merge "Improve RefBase documentation, especially for clients." am: 0f39fe22ae by Hans Boehm · 9 years ago
- 60906f7 Merge "Improve RefBase documentation, especially for clients." by Hans Boehm · 9 years ago
- fe9a17a zip_archive: Improve error message on fallocate failure. by Narayan Kamath · 9 years ago
- 09588d7 Improve RefBase documentation, especially for clients. by Hans Boehm · 9 years ago
- 4cbf96c Define TARGET_IS_64_BIT when building libdebuggerd_client for android64. by Robert Sesek · 9 years ago
- 4ac78d0 Merge "logd: klogd crash" am: e23e0914ff by Mark Salyzyn · 9 years ago
- 46573f4 Merge "logd: klogd crash" by Mark Salyzyn · 9 years ago
- 726fd83 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 9 years ago
- f14e448 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Treehugger Robot · 9 years ago
- c3c24c2 Merge changes I628d590a,I1c13b94e,Iecf61bb2,I5b1c929d,I895749ca, ... by Mark Salyzyn · 9 years ago
- 13db3e3 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 9 years ago
- c80b414 Merge changes I628d590a,I1c13b94e,Iecf61bb2,I5b1c929d,I895749ca, ... by Treehugger Robot · 9 years ago
- 2d28927 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 9 years ago
- a9dcca4 Merge "logcatd: logpersist.start more descriptive warning" am: dad158f3a1 by Mark Salyzyn · 9 years ago
- 68b243e Merge "libcrypto_utils: convert to Soong." by Josh Gao · 9 years ago
- b18d3f0 Merge "logcatd: logpersist.start more descriptive warning" by Treehugger Robot · 9 years ago
- ef0ed8c Merge "SharedBuffer: Fix bug in return value of release()" am: c064db48f1 by Greg Kaiser · 9 years ago
- 0c0006e Merge "SharedBuffer: Fix bug in return value of release()" by Greg Kaiser · 9 years ago
- 4385fb8 logcat: -d, -t or -L, along with -f, do not background by Mark Salyzyn · 9 years ago
- 5f08a60 logcat: lastLogTime only two most recent files by Mark Salyzyn · 9 years ago
- 3cb2b74 logcatd: Add --id=${ro.build.id} by Mark Salyzyn · 9 years ago
- c7af9ba logcatd: fix up logpersist.cat to filter out signature file by Mark Salyzyn · 9 years ago
- ae84704 logcat: add --id=<id> for -f option by Mark Salyzyn · 9 years ago
- b9d06a2 logcat: switch to android::base::StringPrintf by Mark Salyzyn · 9 years ago