- efee71c Merge "adb: parse tcp socket specs with base::ParseNetAddress." by Josh Gao · 8 years ago
- 14d3a1a Merge "base: rename unique_fd::clear() to unique_fd::reset()." by Josh Gao · 8 years ago
- 1099215 adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 8 years ago
- 4159568 Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT" by Treehugger Robot · 8 years ago
- 5d1b1a8 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
- 135f4ab Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 8 years ago
- a3d7b24 Merge "Use <condition_variable> and <mutex.h> from MinGW" by Pirama Arumuga Nainar · 8 years ago
- 94dc19f adb: let `adb push` follow symlinks. by Josh Gao · 8 years ago
- 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
- 85a78f1 Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 8 years ago
- 7f4ab76 Fix adb. by Elliott Hughes · 8 years ago
- 1f5a49f Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 8 years ago
- 78cc20f libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 8 years ago
- 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
- 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
- e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
- 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
- 680f4a4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
- f33fcb6 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
- b323972 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
- 6e28696 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
- daf4628 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
- 6f5080f DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
- 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
- 39e999e Precise command constants on adb/protoxol.txt by Eyal Lezmy · 8 years ago
- cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
- e461b37 Merge changes I0ee130db,I33d356fd by Josh Gao · 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
- 8615d79 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." 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
- e4d7953 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
- 8270912 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 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
- 81a3f71 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
- 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
- f2f4e78 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
- aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
- 87ef590 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 8 years ago
- c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
- 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
- 1286c1f adb: correctly fix merge conflict. by Josh Gao · 8 years ago
- 4ff7f9f resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 8 years ago
- fb0c5cb adb: improve display of transfer rate. by Josh Gao · 8 years ago
- 1a9979e adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
- baa215e adb: fix output of `sync -l` by Josh Gao · 8 years ago
- 0889353 Merge changes I1d398d19,I8f20b3cd am: c97b73aa83 by Josh Gao · 8 years ago
- c97b73a Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
- 4c4fa90 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
- f551ea0 adb: fix stat on Windows. by Josh Gao · 8 years ago
- 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
- 3bdc760 adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
- 3ab30ec Merge \"Use arraysize() for supplementary groups.\" am: ddbcecec3a by Jorge Lucangeli Obes · 8 years ago
- bae15b4 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
- 7191a56 Merge \"Remove unnecessary ARRAY_SIZE macros.\" am: c37d8ea22a by Elliott Hughes · 8 years ago
- 749ae2d Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
- a4e35be Merge \"adb: refactor jdwp_service.cpp.\" am: 71d11ade9d by Josh Gao · 8 years ago
- 71d11ad Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 8 years ago
- 05f889d Merge \"adb: add test for SIGHUP behavior.\" am: a355dd6110 by Josh Gao · 8 years ago
- fe50bb7 adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
- 79a69f0 Merge changes Ia59c6dbe,I13b17bcd am: 0b47d08303 by Josh Gao · 8 years ago
- e31a7a4 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
- cd5d737 adb: don't dup local socket fd. by Josh Gao · 8 years ago
- a81117b Merge \"Address old review comments in adb_auth_host.cpp.\" am: 57bbedc036 by Elliott Hughes · 8 years ago
- 57bbedc Merge "Address old review comments in adb_auth_host.cpp." by Treehugger Robot · 8 years ago
- 625faf0 Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 8 years ago
- 1c01bae Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 8 years ago
- 44b7339 Merge "[qemu]: Move qemu_pipe.h from include/system/ directory." by David Turner · 8 years ago
- 88347e1 Merge changes from topic \'debuggerd_client\' am: abf88685e3 by Josh Gao · 8 years ago
- 34c6ca0 Merge \"adb: fix fd double close, Subprocess lifetime issue.\" am: b23e5729a8 by Josh Gao · 8 years ago
- abf8868 Merge changes from topic 'debuggerd_client' by Treehugger Robot · 8 years ago
- 344778d adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 8 years ago
- 809607a adb: use libdebuggerd_client. by Josh Gao · 8 years ago
- c7b098c [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
- ba7aea8 Merge \"adb: make adb root not wait-for-device.\" am: 81e59ca5a7 by Josh Gao · 8 years ago
- 81e59ca Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 8 years ago
- 0582473 adb: make adb root not wait-for-device. by Josh Gao · 8 years ago
- c63439a Merge \"Better diagnostics from \"adb sideload\".\" am: edd401e24e by Elliott Hughes · 8 years ago
- edd401e Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 8 years ago
- b94f3c5 Merge \"Minor adb style fixes.\" am: 35151f49ca by Elliott Hughes · 8 years ago
- 1441514 Better diagnostics from "adb sideload". by Elliott Hughes · 8 years ago
- ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
- e691def Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8c by Elliott Hughes · 8 years ago
- 356fd36 Fix the sense of a test in "adb sideload". by Elliott Hughes · 8 years ago
- e1d64b4 Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-dev by Felipe Leme · 8 years ago
- 6d34905 Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 8 years ago
- d1dd125 Redirect bugreport stderr to host's stderr. by Felipe Leme · 8 years ago
- e4e6864 Merge \\"Set file capabilities on adb sync/push.\\" am: a500cf9cdf by Elliott Hughes · 8 years ago
- a500cf9 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 8 years ago
- 32c60b4 Set file capabilities on adb sync/push. by Elliott Hughes · 8 years ago
- 75f42d7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
- fff3e52 Merge \\"Allow multiple (sequential) adb users on Linux.\\" am: 6bf8d26c82 by Elliott Hughes · 8 years ago
- d89a6c2 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
- 27a68ef Merge "adbd: properly close subprocess pipes on Ctrl+C." am: 605628d325 by David Pursell · 8 years ago
- a6d5661 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 8 years ago