1. 684d543 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 9 years ago
  2. dab7d9d Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 9 years ago
  3. 67867db Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 9 years ago
  4. 53eb31d adb: use asocket's close function when closing. by Josh Gao · 9 years ago
  5. 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 9 years ago
  6. 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 9 years ago
  7. 903b749 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 9 years ago
  8. 4abdeee adb: replace failing exits in adbd with abort(). by Josh Gao · 9 years ago
  9. b463baf adb: add track-jdwp and track-devices commands. by Josh Gao · 9 years ago
  10. 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 9 years ago
  11. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  12. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  13. 858f133 adb: decrease the number of fds used in fd_count test. by Josh Gao · 9 years ago
  14. cf46741 adb: fix test_device.py shell protocol checks. by David Pursell · 9 years ago
  15. 2407d7c adb: fix socket tests. by Yabin Cui · 9 years ago
  16. ad2021a Merge "adb: fix adb usb operations on device." by Yabin Cui · 9 years ago
  17. ccafc79 Fix NULL deref on exec-in with insufficient arguments by Zach Riggle · 9 years ago
  18. 48d4c0c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
  19. a960864 Merge "Fix kick_transport test." by Yabin Cui · 9 years ago
  20. c4f3546 Merge changes Iaf0efc0c,Ia4a2ff77 by Josh Gao · 9 years ago
  21. 68c63d7 adb: disable tests that are expected to fail on Win32. by Josh Gao · 9 years ago
  22. b31e171 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
  23. 3009b7c Merge "adb: bump the server version to 36." by Josh Gao · 9 years ago
  24. 7f27490 Fix kick_transport test. by Yabin Cui · 9 years ago
  25. 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 9 years ago
  26. 005bf1e adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
  27. 057095d adb: bump the server version to 36. by Josh Gao · 9 years ago
  28. 3e0eaa4 Merge changes Ibc8038b1,I1876ecd7,I57d70f8b by Treehugger Robot · 9 years ago
  29. 48a3481 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
  30. 86441c3 adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
  31. 08881e7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
  32. 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
  33. 1f4ec19 adb: add reconnect command. by Yabin Cui · 9 years ago
  34. b2cb35e Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
  35. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  36. 80fd454 Address const issue in preparation for libcxx rebase. by Dan Austin · 9 years ago
  37. 1f13c1a Merge "Fix buffer overrun in adb wait-for-device." by Elliott Hughes · 9 years ago
  38. 34e560b Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
  39. d387acc emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
  40. 1cd680c Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
  41. fcb063c adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
  42. d26abed adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
  43. d262122 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
  44. f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
  45. afa76a3 Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 9 years ago
  46. 255c5c8 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
  47. 89ec3a8 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  48. a31ea55 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  49. b4709c2 Merge "adb: relax serial matching rules." by David Pursell · 9 years ago
  50. 543093c Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 9 years ago
  51. 1e611a3 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  52. 3f902aa adb: relax serial matching rules. by David Pursell · 9 years ago
  53. ae607e1 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 9 years ago
  54. f66c593 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
  55. 9fd2f77 adb: report progress for small files. by Josh Gao · 9 years ago
  56. 71edfc8 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
  57. e663c16 Merge "adb: use TCP keepalive." by David Pursell · 9 years ago
  58. a887c4f Merge "adb: fix directory creation logic." by Josh Gao · 9 years ago
  59. 71728ca adb: fix directory creation logic. by Josh Gao · 9 years ago
  60. 443a52c adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
  61. 4e5b292 Merge "adb: bail out if wait_for_device fails in send_shell_command." by Josh Gao · 9 years ago
  62. 77dc40f Merge "adb: fix leak of framework_fd." by Josh Gao · 9 years ago
  63. 9f48611 adb: fix leak of framework_fd. by Josh Gao · 9 years ago
  64. f56c391 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
  65. d458730 Merge "adbd: Remove explicit capability bounding set code." by Jorge Lucangeli Obes · 9 years ago
  66. 582c8fe Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
  67. 4d186ad adbd: Remove explicit capability bounding set code. by Jorge Lucangeli Obes · 9 years ago
  68. bfd9503 adb: use TCP keepalive. by David Pursell · 9 years ago
  69. 2275f7d adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
  70. 44b08c7 Merge changes I4a8aa840,I9708f2a3 by Josh Gao · 9 years ago
  71. 2e70b2d Merge changes I9757ab85,Idac80a24 by Josh Gao · 9 years ago
  72. afcdcd7 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
  73. 20a96c7 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
  74. 4a90842 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 9 years ago
  75. 69469c4 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
  76. 0985547 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
  77. 022d447 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
  78. 6487e74 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
  79. b6232b9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
  80. 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  81. d5126dd Merge "adb: fix clang-format for access modifier dedent." by Josh Gao · 9 years ago
  82. 5da522e adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
  83. 01f21da Add missing liblog dependency by Dimitry Ivanov · 9 years ago
  84. d7b3749 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
  85. 69c81c7 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
  86. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  87. 7fea044 Merge "adb: mkdirs fixes" by Josh Gao · 9 years ago
  88. 6b42a2b adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
  89. dda68c0 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
  90. 85c45bd adb: mkdirs fixes by Spencer Low · 9 years ago
  91. 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
  92. 76d3308 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
  93. 22554c9 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
  94. 6bf323b adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  95. b2803b5 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
  96. b72b3f8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
  97. 1172b2e adb: fix mkdirs test. by Josh Gao · 9 years ago
  98. aae1eb2 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
  99. 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  100. 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago