1. 7985208 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  2. f6b4996 Merge changes I0c25e038,I33a8fb4e,I2c9cbbbd,If4c9711e,I4b00c0df, ... by Mark Salyzyn · 8 years ago
  3. 5f17a90 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  4. 687f8b4 Improve "adb help" output. by Elliott Hughes · 8 years ago
  5. d53cfee Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 8 years ago
  6. fbc22a0 Merge "adb: fix IOKit handle leaks on OS X." by Josh Gao · 8 years ago
  7. 37df9e7 adb: fix IOKit handle leaks on OS X. by Josh Gao · 8 years ago
  8. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  9. eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  10. c60eb05 Merge "adb: kill adb_mutex_t, adb_cond_t." by Treehugger Robot · 8 years ago
  11. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  12. cd9f6cb Merge "adb: parse tcp socket specs with base::ParseNetAddress." by Josh Gao · 8 years ago
  13. 24b62a7 adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  14. dc046e6 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  15. 007036c Merge "base: rename unique_fd::clear() to unique_fd::reset()." by Josh Gao · 8 years ago
  16. 3fb517c adb: parse tcp socket specs with base::ParseNetAddress. by Josh Gao · 8 years ago
  17. 54ab20e Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT" by Treehugger Robot · 8 years ago
  18. c2d2cb6 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  19. caedcb5 Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 8 years ago
  20. 688be18 Merge "Use <condition_variable> and <mutex.h> from MinGW" by Pirama Arumuga Nainar · 8 years ago
  21. bbdc2de Merge changes I0a00b3d4,I19cb0694 by Treehugger Robot · 8 years ago
  22. 1deea10 adb: let `adb push` follow symlinks. by Josh Gao · 8 years ago
  23. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  24. 7d73fcd Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 8 years ago
  25. b072c59 Merge "Fix adb." by Josh Gao · 8 years ago
  26. 6d959d1 Fix adb. by Elliott Hughes · 8 years ago
  27. bc28b81 Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 8 years ago
  28. 50bde8d libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 8 years ago
  29. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  30. ea7457b adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  31. 62ff9d4 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  32. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  33. 7789c83 Merge changes I0af0ad24,I942c92fd,Ibc8920dd,Icfce9c1e,I1c6cc616, ... by Treehugger Robot · 8 years ago
  34. e87fdfa DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
  35. fa236de DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
  36. e4893a2 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
  37. ab62b55 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
  38. 954af84 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
  39. e53b12b DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
  40. 60192aa DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
  41. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  42. 8c5cf62 DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
  43. e0e9f56 DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
  44. 2ff70ab Precise command constants on adb/protoxol.txt by Eyal Lezmy · 8 years ago
  45. 4a5a95d adb: factor out socket specification. by Josh Gao · 8 years ago
  46. 9cac2c5 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  47. 782d8d4 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  48. d6001b5 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  49. d12c215 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 8 years ago
  50. 97a035c Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  51. 99320fa Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
  52. 5fd77e1 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
  53. 77f084b adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  54. 3db34bb adb: fix public key authorization. by Josh Gao · 8 years ago
  55. 22cb70b adb: add support for vendor key directories. by Josh Gao · 8 years ago
  56. 57bdf8e Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
  57. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  58. 9e124dd Merge "std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom." by Elliott Hughes · 8 years ago
  59. 8ac4599 std::unqiue_ptr<..., decltype(&fn)> seems to be the preferred idiom. by Elliott Hughes · 8 years ago
  60. 746e11f Merge "libcrypto_utils: convert to Soong." am: 0b155e1477 by Josh Gao · 8 years ago
  61. 0b155e1 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  62. efe6afa libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  63. 8fc9d68 adb: correctly fix merge conflict. by Josh Gao · 8 years ago
  64. 4e940c0 resolve merge conflicts of e012de5 to stage-aosp-master by Josh Gao · 8 years ago
  65. a408fd2 adb: improve display of transfer rate. by Josh Gao · 8 years ago
  66. f35fede adb: add missing newline when printing transfer rate. by Josh Gao · 8 years ago
  67. 23891f1 adb: fix output of `sync -l` by Josh Gao · 8 years ago
  68. 573af9a Merge changes I1d398d19,I8f20b3cd am: 563db92a44 by Josh Gao · 8 years ago
  69. 563db92 Merge changes I1d398d19,I8f20b3cd by Treehugger Robot · 8 years ago
  70. ce7e3c2 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 8 years ago
  71. a4f9c17 adb: fix stat on Windows. by Josh Gao · 8 years ago
  72. 90b40f6 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  73. cde85bf adb: extract Windows bits out of directory_exists test. by Josh Gao · 8 years ago
  74. 9d97cea Merge \"Use arraysize() for supplementary groups.\" am: cf8000ebb5 by Jorge Lucangeli Obes · 8 years ago
  75. cf8000e Merge "Use arraysize() for supplementary groups." by Treehugger Robot · 8 years ago
  76. bd75c67 Use arraysize() for supplementary groups. by Jorge Lucangeli Obes · 8 years ago
  77. 8cb1ce0 Merge \"Remove unnecessary ARRAY_SIZE macros.\" am: c37d8ea22a by Elliott Hughes · 8 years ago
  78. a937d16 Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  79. 930c56c Merge \\"adb: refactor jdwp_service.cpp.\\" am: 6514da341d am: e3952eac4a by Josh Gao · 8 years ago
  80. e3952ea Merge \"adb: refactor jdwp_service.cpp.\" am: 6514da341d by Josh Gao · 8 years ago
  81. 6514da3 Merge "adb: refactor jdwp_service.cpp." by Treehugger Robot · 8 years ago
  82. 5e23fa6 Merge \\"adb: add test for SIGHUP behavior.\\" am: b5c9ce3175 am: a514dd2256 by Josh Gao · 8 years ago
  83. a514dd2 Merge \"adb: add test for SIGHUP behavior.\" am: b5c9ce3175 by Josh Gao · 8 years ago
  84. b5c9ce3 Merge "adb: add test for SIGHUP behavior." by Treehugger Robot · 8 years ago
  85. 2eae66e adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
  86. f3479e4 Merge changes Ia59c6dbe,I13b17bcd am: 1c80af69a4 am: c0bc66a510 by Josh Gao · 8 years ago
  87. c0bc66a Merge changes Ia59c6dbe,I13b17bcd am: 1c80af69a4 by Josh Gao · 8 years ago
  88. 1c80af6 Merge changes Ia59c6dbe,I13b17bcd by Treehugger Robot · 8 years ago
  89. 8d84a31 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 8 years ago
  90. a654514 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  91. d48cc50 adb: don\'t dup local socket fd. am: ebff9979ca -s ours by Josh Gao · 8 years ago
  92. ebff997 adb: don't dup local socket fd. by Josh Gao · 8 years ago
  93. 6f69b66 DO NOT MERGE: adb: use asocket\\\\\\\\\\\\'s close function when closing. am: db903737ef am: d7e24ec999 am: 88b3a871cf -s ours am: eef25a068f -s ours am: fd8cb9a879 am: dc6e14f219 am: a7698e353d -s ours am: 7a8b934ab5 am: 10926bc35e am: 755ab3ed16 am: 29cf388205 -s ours by Josh Gao · 8 years ago
  94. 0dcea18 DO NOT MERGE: adb: use asocket\\\\\\\\\\\'s close function when closing. am: db903737ef am: d7e24ec999 am: 88b3a871cf -s ours am: eef25a068f -s ours am: fd8cb9a879 am: dc6e14f219 am: a7698e353d -s ours am: 7a8b934ab5 am: 10926bc35e am: 755ab3ed16 by Josh Gao · 8 years ago
  95. 29cf388 DO NOT MERGE: adb: use asocket\\\\\\\\\\'s close function when closing. am: db903737ef am: d7e24ec999 am: 88b3a871cf -s ours am: eef25a068f -s ours am: fd8cb9a879 am: dc6e14f219 am: a7698e353d -s ours am: 7a8b934ab5 am: 10926bc35e by Josh Gao · 8 years ago
  96. aa632dd DO NOT MERGE: adb: use asocket\\\\\\\\\'s close function when closing. am: ddd7fd78ff -s ours am: 381daa1ab7 am: 05d5db2534 am: a9551bb5e4 -s ours am: ba783547a5 am: e80e7858d3 am: 57b4b422e3 am: 2495a60a9e -s ours by Josh Gao · 8 years ago
  97. 25b90e2 DO NOT MERGE: adb: use asocket\\\\\\\\'s close function when closing. am: ddd7fd78ff -s ours am: 381daa1ab7 am: 05d5db2534 am: a9551bb5e4 -s ours am: ba783547a5 am: e80e7858d3 am: 57b4b422e3 by Josh Gao · 8 years ago
  98. 10926bc DO NOT MERGE: adb: use asocket\\\\\\\\'s close function when closing. am: db903737ef am: d7e24ec999 am: 88b3a871cf -s ours am: eef25a068f -s ours am: fd8cb9a879 am: dc6e14f219 am: a7698e353d -s ours by Josh Gao · 8 years ago
  99. 7a8b934 DO NOT MERGE: adb: use asocket\\\\\\\'s close function when closing. am: db903737ef am: d7e24ec999 am: 88b3a871cf -s ours am: eef25a068f -s ours am: fd8cb9a879 am: dc6e14f219 by Josh Gao · 8 years ago
  100. 2495a60 DO NOT MERGE: adb: use asocket\\\\\\\'s close function when closing. am: ddd7fd78ff -s ours am: 381daa1ab7 am: 05d5db2534 am: a9551bb5e4 -s ours am: ba783547a5 am: e80e7858d3 by Josh Gao · 8 years ago