1. b644703 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 8 years ago
  2. 011493b Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 8 years ago
  3. b5a060d Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into nyc-dev by Prathmesh Prabhu · 8 years ago
  4. efa4979 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  5. c3808c6 adbd: fix spurious close of uninitialized fd. by Josh Gao · 8 years ago
  6. 95230e8 adb: wait for restore to complete before returning. by Josh Gao · 8 years ago
  7. d1d0339 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 8 years ago
  8. c0f6798 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  9. e1e2127 adb: clean up quotes in test_device.py. by Josh Gao · 8 years ago
  10. 177253f adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  11. d13def2 adb: cleanup file skipping logic. by Josh Gao · 8 years ago
  12. c446744 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  13. 9c05961 adb: relax serial matching rules. by David Pursell · 8 years ago
  14. 37e8ab4 adb: report progress for small files. by Josh Gao · 8 years ago
  15. 7143b05 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 8 years ago
  16. 5c0d55a adb: fix directory creation logic. by Josh Gao · 8 years ago
  17. b8548d1 adb: fix mistaken use of PLOG. by Josh Gao · 8 years ago
  18. bf1e246 adb: use TCP keepalive. by David Pursell · 8 years ago
  19. f4ae8fa Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  20. 79f7792 Merge "Only debuggable packages can be downgraded." into nyc-dev by Alex Klyubin · 8 years ago
  21. 96a1c5c adb: fix leak of framework_fd. by Josh Gao · 8 years ago
  22. 6a7e573 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 8 years ago
  23. 2ad376b Only debuggable packages can be downgraded. by Alex Klyubin · 8 years ago
  24. e776945 Remove duplicate fdevent.cpp entry by Dan Willemsen · 8 years ago
  25. c9b4b90 adb: sysdeps_test: improve smoke test. by Josh Gao · 8 years ago
  26. 2db75ce adb: check for an error response from adbd between each write. by Josh Gao · 8 years ago
  27. 3986731 adbd: restore the old error handling behavior. by Josh Gao · 8 years ago
  28. c1ad2a1 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 8 years ago
  29. c7bd1cb adb: detect when the client disconnects in wait-for-device. by Josh Gao · 8 years ago
  30. 80d93fc adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 8 years ago
  31. 34a0dff adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 8 years ago
  32. d0c0c90 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 8 years ago
  33. f2b8123 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  34. e9f72f1 adb: fix clang-format for access modifier dedent. by Josh Gao · 8 years ago
  35. f8e766f Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  36. b93292a adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 8 years ago
  37. 382ea6e adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  38. 0f80e09 adb: redact reference to secret internal time machine. by Josh Gao · 8 years ago
  39. 9a9827f adb: mkdirs fixes by Spencer Low · 8 years ago
  40. 9efe321 adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago
  41. d94e173 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 8 years ago
  42. 35ee609 adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  43. 3ee6307 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 8 years ago
  44. eaa9df7 adb: fix mkdirs test. by Josh Gao · 8 years ago
  45. 7606033 Merge "adb: don\'t append a slash to a path that already ends with one." am: 1d2b4970e7 by Josh Gao · 8 years ago
  46. 726c71a Merge "adb: win32: fix start-server to properly display UTF-8 on the console" am: f53f4f42b1 by Elliott Hughes · 8 years ago
  47. f14bb3a Merge "adb: report subprocess creation errors to the client." am: 289b74c5c7 by Josh Gao · 8 years ago
  48. f7f71ee Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." am: 90f06ec575 by Josh Gao · 8 years ago
  49. 4ba9c27 Merge "adb: don\'t append a slash to a path that already ends with one." by Josh Gao · 8 years ago
  50. 1d2b497 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 8 years ago
  51. 9624607 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" by Elliott Hughes · 8 years ago
  52. f53f4f4 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" by Elliott Hughes · 8 years ago
  53. 5821678 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  54. 2e4ed0a adb: don't append a slash to a path that already ends with one. by Josh Gao · 8 years ago
  55. eeb424b Merge "adb: report subprocess creation errors to the client." am: 289b74c5c7 by Josh Gao · 8 years ago
  56. b60c01a Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 8 years ago
  57. 289b74c Merge "adb: report subprocess creation errors to the client." by Josh Gao · 8 years ago
  58. 9dc2e93 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  59. 90f06ec Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 8 years ago
  60. bd446be adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  61. 20d82e3 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" am: 46f527c2db by David Pursell · 8 years ago
  62. 6803ee7 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  63. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  64. 3c241b0 Merge "base: add SystemErrorCodeToString() function." am: 0e468cca2d by David Pursell · 8 years ago
  65. c30a0f5 Merge "base: add SystemErrorCodeToString() function." am: 0e468cca2d by David Pursell · 8 years ago
  66. 0e468cc Merge "base: add SystemErrorCodeToString() function." by David Pursell · 8 years ago
  67. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  68. a1b64da Merge changes I93287b87,I30a3eb0b am: e4897aca1c am: 3055e41ecf by Josh Gao · 8 years ago
  69. 3055e41 Merge changes I93287b87,I30a3eb0b am: e4897aca1c by Josh Gao · 8 years ago
  70. e4897ac Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  71. 23f6f2b adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  72. 91d53b5 adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  73. b120dd1 Merge "adb: fix subprocess termination for legacy shell." am: ea71e279bd by David Pursell · 9 years ago
  74. e555aa4 Merge "adb: fix subprocess termination for legacy shell." am: ea71e279bd by David Pursell · 9 years ago
  75. ea71e27 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  76. c33c957 Merge "adb: SIGWINCH support for Windows" am: c1eb5ba0fb am: af19882582 by Josh Gao · 9 years ago
  77. af19882 Merge "adb: SIGWINCH support for Windows" am: c1eb5ba0fb by Josh Gao · 9 years ago
  78. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  79. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  80. bcc9728 Merge "ADB security logging" am: 01f6fa3483 am: d66d2ae37d by Rubin Xu · 9 years ago
  81. d66d2ae Merge "ADB security logging" am: 01f6fa3483 by Rubin Xu · 9 years ago
  82. 01f6fa3 Merge "ADB security logging" by Rubin Xu · 9 years ago
  83. 182dc32 adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  84. 72e2026 Merge "adb: fix GetFeatureSet() to indicate failure." am: f3e58febe8 by David Pursell · 9 years ago
  85. 197feb8 Merge "base: add network address parsing function from adb." am: cf6e14ed12 by David Pursell · 9 years ago
  86. cd6ead1 Merge "adb: fix GetFeatureSet() to indicate failure." am: f3e58febe8 by David Pursell · 9 years ago
  87. f3e58fe Merge "adb: fix GetFeatureSet() to indicate failure." by David Pursell · 9 years ago
  88. 9650d86 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  89. 70bd4c0 Merge "base: add network address parsing function from adb." am: cf6e14ed12 by David Pursell · 9 years ago
  90. cf6e14e Merge "base: add network address parsing function from adb." by David Pursell · 9 years ago
  91. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  92. 29a64f9 ADB security logging by Rubin Xu · 9 years ago
  93. 5d56708 Merge "adbd: use pty to determine whether a session is interactive." am: 128452bdd7 by Josh Gao · 9 years ago
  94. afb2f95 Merge "adbd: use pty to determine whether a session is interactive." by Josh Gao · 9 years ago
  95. 128452b Merge "adbd: use pty to determine whether a session is interactive." by Josh Gao · 9 years ago
  96. 8a63116 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  97. 0b51794 Merge "adbd: don\'t leave zombies when subprocess creation fails." am: fb494eb40d by Josh Gao · 9 years ago
  98. a563d13 Merge "adbd: don\'t leave zombies when subprocess creation fails." by Josh Gao · 9 years ago
  99. 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  100. c9dc755 Merge "adb: tag fatal, fatal_errno with printf attribute." am: 4e07470d60 by Josh Gao · 9 years ago