1. 8998a8d adb: make sure that file mode macros match linux. by Josh Gao · 8 years ago
  2. de5785d Merge "adb: fix progress percentage when pulling symlinks." by Treehugger Robot · 8 years ago
  3. 4459c13 adb: fix progress percentage when pulling symlinks. by Josh Gao · 8 years ago
  4. 8b6f35a Merge "Remove dead code." by Treehugger Robot · 8 years ago
  5. fd20a0f Remove dead code. by Elliott Hughes · 8 years ago
  6. 70267e4 adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  7. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  8. 8833f14 Set file capabilities after writing file data by Jin Qian · 8 years ago
  9. 950743f Merge "adb: add `adb reconnect offline` to reconnect offline devices." by Josh Gao · 8 years ago
  10. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  11. 679285a Make "adb logcat" pass $ANDROID_LOG_TAGS through again. by Elliott Hughes · 8 years ago
  12. 87eca05 Merge "Improve "adb install" diagnostics." by Treehugger Robot · 8 years ago
  13. db9a0c0 Make "adb bugreport"'s .zip check case-insensitive. by Elliott Hughes · 8 years ago
  14. 976bd83 Improve "adb install" diagnostics. by Elliott Hughes · 8 years ago
  15. 9de8ce8 Merge "Allow multiple tcp adb connection to same device." by Elliott Hughes · 8 years ago
  16. 9208c67 Merge changes I34ba5757,Ie65a762a by Josh Gao · 8 years ago
  17. 6a8ce06 adb: fix test_sighup. by Josh Gao · 8 years ago
  18. 76ffdac adb: fix race condition in test_non_interactive_sigint. by Josh Gao · 8 years ago
  19. 1b29a3f Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
  20. 02e3378 Move "adb shell" over to getopt(3), and allow -tt on old devices. by Elliott Hughes · 8 years ago
  21. 3a5c314 adb: fix undefined behavior by Ting-Yuan Huang · 8 years ago
  22. c75f65f adb: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  23. 3d8d73c Merge "Rely on the platform -std default." by Treehugger Robot · 8 years ago
  24. e853681 Merge "Move off std::sto* function which abort on failure." by Elliott Hughes · 8 years ago
  25. e929f72 Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  26. d5c5865 Fallback to IPv6 when IPv4 is not available in adb by Tao Wu · 8 years ago
  27. b5e7e67 Merge "Start retiring socket_loopback_client." by Elliott Hughes · 8 years ago
  28. 89c252c Merge "Fix adb flakiness on reboot" by Treehugger Robot · 8 years ago
  29. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  30. 4e94e59 Start retiring socket_loopback_client. by Elliott Hughes · 8 years ago
  31. 0eb9093 Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 8 years ago
  32. 7985208 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  33. 08dda21 Remove useless arguments from is_adb_interface. by Josh Gao · 8 years ago
  34. 81a870e liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
  35. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  36. b4e8ba2 Merge "adb: split up adb_auth.cpp." by Treehugger Robot · 8 years ago
  37. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  38. 4561eb5 Merge "adb: Remove the obsolete include path to ext4_utils." by Treehugger Robot · 8 years ago
  39. 0511c39 adb: Remove the obsolete include path to ext4_utils. by Tao Bao · 8 years ago
  40. f6b4996 Merge changes I0c25e038,I33a8fb4e,I2c9cbbbd,If4c9711e,I4b00c0df, ... by Mark Salyzyn · 8 years ago
  41. 5f17a90 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  42. 687f8b4 Improve "adb help" output. by Elliott Hughes · 8 years ago
  43. d53cfee Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 8 years ago
  44. fbc22a0 Merge "adb: fix IOKit handle leaks on OS X." by Josh Gao · 8 years ago
  45. 37df9e7 adb: fix IOKit handle leaks on OS X. by Josh Gao · 8 years ago
  46. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  47. eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  48. c60eb05 Merge "adb: kill adb_mutex_t, adb_cond_t." by Treehugger Robot · 8 years ago
  49. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  50. cd9f6cb Merge "adb: parse tcp socket specs with base::ParseNetAddress." by Josh Gao · 8 years ago
  51. 24b62a7 adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  52. dc046e6 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  53. 007036c Merge "base: rename unique_fd::clear() to unique_fd::reset()." by Josh Gao · 8 years ago
  54. 3fb517c adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 8 years ago
  55. 54ab20e Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT" by Treehugger Robot · 8 years ago
  56. c2d2cb6 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  57. caedcb5 Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 8 years ago
  58. 688be18 Merge "Use <condition_variable> and <mutex.h> from MinGW" by Pirama Arumuga Nainar · 8 years ago
  59. bbdc2de Merge changes I0a00b3d4,I19cb0694 by Treehugger Robot · 8 years ago
  60. 1deea10 adb: let `adb push` follow symlinks. by Josh Gao · 8 years ago
  61. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  62. 7d73fcd Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 8 years ago
  63. b072c59 Merge "Fix adb." by Josh Gao · 8 years ago
  64. 6d959d1 Fix adb. by Elliott Hughes · 8 years ago
  65. bc28b81 Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 8 years ago
  66. 50bde8d libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 8 years ago
  67. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  68. ea7457b adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  69. 62ff9d4 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  70. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  71. 7789c83 Merge changes I0af0ad24,I942c92fd,Ibc8920dd,Icfce9c1e,I1c6cc616, ... by Treehugger Robot · 8 years ago
  72. e87fdfa DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
  73. fa236de DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
  74. e4893a2 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
  75. ab62b55 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
  76. 954af84 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
  77. e53b12b DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
  78. 60192aa DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
  79. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  80. 8c5cf62 DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
  81. e0e9f56 DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
  82. 2ff70ab Precise command constants on adb/protoxol.txt by Eyal Lezmy · 8 years ago
  83. 4a5a95d adb: factor out socket specification. by Josh Gao · 8 years ago
  84. 9cac2c5 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  85. 782d8d4 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  86. d6001b5 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  87. d12c215 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 8 years ago
  88. 97a035c Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  89. 99320fa Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
  90. 5fd77e1 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
  91. 77f084b adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  92. 3db34bb adb: fix public key authorization. by Josh Gao · 8 years ago
  93. 22cb70b adb: add support for vendor key directories. by Josh Gao · 8 years ago
  94. 57bdf8e Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
  95. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  96. 9e124dd Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
  97. 8ac4599 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  98. 746e11f Merge "libcrypto_utils: convert to Soong." am: 0b155e1477 by Josh Gao · 8 years ago
  99. 0b155e1 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  100. efe6afa libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago