1. 2d6d1c8 Merge "adb: parse tcp socket specs with base::ParseNetAddress." by Josh Gao · 9 years ago
  2. d6e4470 Merge "base: rename unique_fd::clear() to unique_fd::reset()." by Josh Gao · 9 years ago
  3. 8eb0bd2 adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 9 years ago
  4. 63e7b06 Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT" by Treehugger Robot · 9 years ago
  5. 0227826 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 9 years ago
  6. e12c4a8 Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 9 years ago
  7. ed348d6 Merge "Use <condition_variable> and <mutex.h> from MinGW" by Pirama Arumuga Nainar · 9 years ago
  8. 0fccd01 adb: let `adb push` follow symlinks. by Josh Gao · 9 years ago
  9. 792a31e Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 9 years ago
  10. 5ef06c3 Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 9 years ago
  11. 26a9191 Fix adb. by Elliott Hughes · 9 years ago
  12. dc4e908 Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 9 years ago
  13. ba89ab2 libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 9 years ago
  14. 616a75e adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 9 years ago
  15. 7e79d34 adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
  16. eedfd31 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  17. 848d667 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  18. 7e9bee4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 9 years ago
  19. d9694c9 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 9 years ago
  20. 4bcaeac DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 9 years ago
  21. d4a4e63 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 9 years ago
  22. 75eaa48 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 9 years ago
  23. 7c2ecbe DO NOT MERGE: Show bugreport progress. by Felipe Leme · 9 years ago
  24. dc64476 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 9 years ago
  25. a4e1912 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
  26. f836878 DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 9 years ago
  27. e58f510 DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 9 years ago
  28. 9c59f25 Precise command constants on adb/protoxol.txt by Eyal Lezmy · 9 years ago
  29. f841762 adb: factor out socket specification. by Josh Gao · 9 years ago
  30. 74cfd46 Merge changes I0ee130db,I33d356fd by Josh Gao · 9 years ago
  31. 3bb6942 adb: remove unnecessary addr arguments to accept. by Josh Gao · 9 years ago
  32. fdad918 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 9 years ago
  33. ec325e8 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 9 years ago
  34. 5aefd33 Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 9 years ago
  35. 24fa901 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 9 years ago
  36. 8780b32 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 9 years ago
  37. 8254146 adb: increase the authentication throttling limit. by Josh Gao · 9 years ago
  38. 097aef0 adb: fix public key authorization. by Josh Gao · 9 years ago
  39. ecdbf2d adb: add support for vendor key directories. by Josh Gao · 9 years ago
  40. 5751b16 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 9 years ago
  41. 3b2a535 Clean up key handling in adb. by Elliott Hughes · 9 years ago
  42. 726fd83 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 9 years ago
  43. 13db3e3 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 9 years ago
  44. 2d28927 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 9 years ago
  45. 68b243e Merge "libcrypto_utils: convert to Soong." by Josh Gao · 9 years ago
  46. 3ed07f4 libcrypto_utils: convert to Soong. by Josh Gao · 9 years ago
  47. 6f69355 adb: correctly fix merge conflict. by Josh Gao · 9 years ago
  48. b33190f resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 9 years ago
  49. 3fcc7d7 adb: improve display of transfer rate. by Josh Gao · 9 years ago
  50. bd6e8a3 adb: add missing newline when printing transfer rate. by Josh Gao · 9 years ago
  51. 747c645 adb: fix output of `sync -l` by Josh Gao · 9 years ago
  52. 08c23bd Merge changes I1d398d19,I8f20b3cd am: c97b73aa83 by Josh Gao · 9 years ago
  53. af1d534 Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 9 years ago
  54. b5239cd Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 9 years ago
  55. a3e610a adb: fix stat on Windows. by Josh Gao · 9 years ago
  56. 5802ff2 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 9 years ago
  57. 0356a0b adb: extract Windows bits out of directory_exists test. by Josh Gao · 9 years ago
  58. 403ef53 Merge \"Use arraysize() for supplementary groups.\" am: ddbcecec3a by Jorge Lucangeli Obes · 9 years ago
  59. 242e332 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 9 years ago
  60. 50e0391 Merge \"Remove unnecessary ARRAY_SIZE macros.\" am: c37d8ea22a by Elliott Hughes · 9 years ago
  61. 4804488 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 9 years ago
  62. 4f699cb Merge \"adb: refactor jdwp_service.cpp.\" am: 71d11ade9d by Josh Gao · 9 years ago
  63. edc6147 Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 9 years ago
  64. b73961b Merge \"adb: add test for SIGHUP behavior.\" am: a355dd6110 by Josh Gao · 9 years ago
  65. 16b192e adb: add test for SIGHUP behavior. by Josh Gao · 9 years ago
  66. 2e48cb9 Merge changes Ia59c6dbe,I13b17bcd am: 0b47d08303 by Josh Gao · 9 years ago
  67. b7f6b52 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 9 years ago
  68. ec72bac adb: don't dup local socket fd. by Josh Gao · 9 years ago
  69. fe61f4b Merge \"Address old review comments in adb_auth_host.cpp.\" am: 57bbedc036 by Elliott Hughes · 9 years ago
  70. d2e6061 Merge "Address old review comments in adb_auth_host.cpp." by Treehugger Robot · 9 years ago
  71. dc0b057 Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 9 years ago
  72. 2ff6f92 Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 9 years ago
  73. b47d361 Merge "[qemu]: Move qemu_pipe.h from include/system/ directory." by David Turner · 9 years ago
  74. b28f060 Merge changes from topic \'debuggerd_client\' am: abf88685e3 by Josh Gao · 9 years ago
  75. daa3847 Merge \"adb: fix fd double close, Subprocess lifetime issue.\" am: b23e5729a8 by Josh Gao · 9 years ago
  76. 63bfebd Merge changes from topic 'debuggerd_client' by Treehugger Robot · 9 years ago
  77. 7dc991b adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 9 years ago
  78. 50c9e11 adb: use libdebuggerd_client. by Josh Gao · 9 years ago
  79. bd93092 [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 9 years ago
  80. d4ffdb7 Merge \"adb: make adb root not wait-for-device.\" am: 81e59ca5a7 by Josh Gao · 9 years ago
  81. 50afb7e Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 9 years ago
  82. cf5c98e adb: make adb root not wait-for-device. by Josh Gao · 9 years ago
  83. 86c31f9 Merge \"Better diagnostics from \"adb sideload\".\" am: edd401e24e by Elliott Hughes · 9 years ago
  84. 1bedf84 Merge "Better diagnostics from "adb sideload"." by Treehugger Robot · 9 years ago
  85. 7fbe9a8 Merge \"Minor adb style fixes.\" am: 35151f49ca by Elliott Hughes · 9 years ago
  86. e32660e Better diagnostics from "adb sideload". by Elliott Hughes · 9 years ago
  87. 4b90ea9 Minor adb style fixes. by Elliott Hughes · 9 years ago
  88. dd54f49 Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8c by Elliott Hughes · 9 years ago
  89. e226b61 Fix the sense of a test in "adb sideload". by Elliott Hughes · 9 years ago
  90. 50598b3 Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-dev by Felipe Leme · 9 years ago
  91. c1fd67d Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 9 years ago
  92. 5d0595f Redirect bugreport stderr to host's stderr. by Felipe Leme · 9 years ago
  93. b6211da Merge \\"Set file capabilities on adb sync/push.\\" am: a500cf9cdf by Elliott Hughes · 9 years ago
  94. 93b5308 Merge "Set file capabilities on adb sync/push." by Treehugger Robot · 9 years ago
  95. 2140e03 Set file capabilities on adb sync/push. by Elliott Hughes · 9 years ago
  96. 28aec60 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
  97. bff0756 Merge \\"Allow multiple (sequential) adb users on Linux.\\" am: 6bf8d26c82 by Elliott Hughes · 9 years ago
  98. b35fcbd Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
  99. 9e8fe3d Merge "adbd: properly close subprocess pipes on Ctrl+C." am: 605628d325 by David Pursell · 9 years ago
  100. b6bd97e adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 9 years ago