1. afa4b5d Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  2. 43c02b2 Revert "adb: move adb_strerror to sysdeps/win32/errno.cpp." by Josh Gao · 8 years ago
  3. 97e228e Merge changes I9df4d6fa,I841123de by Josh Gao · 8 years ago
  4. de80be3 Remove unused adb_set_transport. by Elliott Hughes · 8 years ago
  5. 4fba3d2 adb: move adb_strerror to sysdeps/win32/errno.cpp. by Josh Gao · 8 years ago
  6. d6d5c38 adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  7. 79ce3fe adb: be more permissive in test_push_error_reporting. by Josh Gao · 8 years ago
  8. 05a3abf adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  9. 453db01 Merge "adb: fix progress percentage when pulling symlinks." by Treehugger Robot · 8 years ago
  10. da1f279 adb: fix progress percentage when pulling symlinks. by Josh Gao · 8 years ago
  11. 3bde05d Merge "Remove dead code." by Treehugger Robot · 8 years ago
  12. 284f07b Remove dead code. by Elliott Hughes · 8 years ago
  13. 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  14. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  15. d0515e7 Set file capabilities after writing file data by Jin Qian · 8 years ago
  16. 0945380 Merge "adb: add `adb reconnect offline` to reconnect offline devices." by Josh Gao · 8 years ago
  17. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  18. 9039030 Make "adb logcat" pass $ANDROID_LOG_TAGS through again. by Elliott Hughes · 8 years ago
  19. a16ae87 Merge "Improve "adb install" diagnostics." by Treehugger Robot · 8 years ago
  20. 7acce1b Make "adb bugreport"'s .zip check case-insensitive. by Elliott Hughes · 8 years ago
  21. 7288478 Improve "adb install" diagnostics. by Elliott Hughes · 8 years ago
  22. 4818194 Merge "Allow multiple tcp adb connection to same device." by Elliott Hughes · 8 years ago
  23. 63660ad Merge changes I34ba5757,Ie65a762a by Josh Gao · 8 years ago
  24. 470622f adb: fix test_sighup. by Josh Gao · 8 years ago
  25. e76b9f3 adb: fix race condition in test_non_interactive_sigint. by Josh Gao · 8 years ago
  26. 043912e Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
  27. cabfa11 Move "adb shell" over to getopt(3), and allow -tt on old devices. by Elliott Hughes · 8 years ago
  28. ef57d54 adb: fix undefined behavior by Ting-Yuan Huang · 8 years ago
  29. 97787a0 adb: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  30. 955648a Merge "Rely on the platform -std default." by Treehugger Robot · 8 years ago
  31. a4398c1 Merge "Move off std::sto* function which abort on failure." by Elliott Hughes · 8 years ago
  32. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  33. 7b70076 Fallback to IPv6 when IPv4 is not available in adb by Tao Wu · 8 years ago
  34. 58f7f61 Merge "Start retiring socket_loopback_client." by Elliott Hughes · 8 years ago
  35. 1197952 Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  36. 139b372 Start retiring socket_loopback_client. by Elliott Hughes · 8 years ago
  37. bd6c6eb Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 8 years ago
  38. 36e0d39 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  39. 30186df Remove useless arguments from is_adb_interface. by Josh Gao · 8 years ago
  40. 6debf98 liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
  41. 06d61d4 adb: rationalize types. by Josh Gao · 8 years ago
  42. 4a8b178 Merge "adb: split up adb_auth.cpp." by Treehugger Robot · 8 years ago
  43. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  44. fee161d adb: Remove the obsolete include path to ext4_utils. by Tao Bao · 8 years ago
  45. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  46. 4bf9bc1 Improve "adb help" output. by Elliott Hughes · 8 years ago
  47. b1c4d90 Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 8 years ago
  48. a2aff3f Merge "adb: fix IOKit handle leaks on OS X." by Josh Gao · 8 years ago
  49. b6a2f59 adb: fix IOKit handle leaks on OS X. by Josh Gao · 8 years ago
  50. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  51. 3562fd0 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  52. 7e4d1db Merge "adb: kill adb_mutex_t, adb_cond_t." by Treehugger Robot · 8 years ago
  53. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  54. efee71c Merge "adb: parse tcp socket specs with base::ParseNetAddress." by Josh Gao · 8 years ago
  55. 73d55aa adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  56. c8fab89 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  57. 14d3a1a Merge "base: rename unique_fd::clear() to unique_fd::reset()." by Josh Gao · 8 years ago
  58. 1099215 adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 8 years ago
  59. 4159568 Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT" by Treehugger Robot · 8 years ago
  60. 5d1b1a8 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  61. 135f4ab Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 8 years ago
  62. a3d7b24 Merge "Use <condition_variable> and <mutex.h> from MinGW" by Pirama Arumuga Nainar · 8 years ago
  63. 94dc19f adb: let `adb push` follow symlinks. by Josh Gao · 8 years ago
  64. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  65. 85a78f1 Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 8 years ago
  66. 7f4ab76 Fix adb. by Elliott Hughes · 8 years ago
  67. 1f5a49f Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 8 years ago
  68. 78cc20f libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 8 years ago
  69. 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  70. 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  71. e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  72. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  73. 680f4a4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
  74. f33fcb6 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
  75. b323972 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
  76. 6e28696 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
  77. daf4628 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
  78. 6f5080f DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
  79. 0d4f050 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
  80. 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  81. 248722e DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
  82. c42f1bb DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
  83. 39e999e Precise command constants on adb/protoxol.txt by Eyal Lezmy · 8 years ago
  84. cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
  85. e461b37 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  86. 78e1eb1 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  87. 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  88. 8615d79 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 8 years ago
  89. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  90. e4d7953 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
  91. 8270912 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
  92. c8cb388 adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  93. 8a0d077 adb: fix public key authorization. by Josh Gao · 8 years ago
  94. 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago
  95. 81a3f71 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
  96. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  97. f2f4e78 Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
  98. aea1683 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  99. 87ef590 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 8 years ago
  100. c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago