1. 93a0b3c adb: report progress for small files. by Josh Gao · 8 years ago
  2. e2851ce Merge "Also archive adb.exe/fastboot.exe when building win_sdk." by Ying Wang · 8 years ago
  3. 458321a Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 8 years ago
  4. a54f6c7 Merge "adb: use TCP keepalive." by David Pursell · 8 years ago
  5. 0266b1a Merge "adb: fix directory creation logic." by Josh Gao · 8 years ago
  6. 7634e88 adb: fix directory creation logic. by Josh Gao · 8 years ago
  7. 6853fbe Merge "adb: fix mistaken use of PLOG." by Josh Gao · 8 years ago
  8. 5ca49db adb: fix mistaken use of PLOG. by Josh Gao · 8 years ago
  9. 8747de0 Merge "adb: bail out if wait_for_device fails in send_shell_command." by Josh Gao · 8 years ago
  10. 4d3ad0e Merge "adb: fix leak of framework_fd." by Josh Gao · 8 years ago
  11. 7a8c7cb adb: fix leak of framework_fd. by Josh Gao · 8 years ago
  12. ee60886 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 8 years ago
  13. 087b47e Merge "adbd: Remove explicit capability bounding set code." by Jorge Lucangeli Obes · 8 years ago
  14. 7c5e86d Remove duplicate fdevent.cpp entry by Dan Willemsen · 8 years ago
  15. 4906142 adbd: Remove explicit capability bounding set code. by Jorge Lucangeli Obes · 8 years ago
  16. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  17. 5684f93 Merge "adb: sysdeps_test: improve smoke test." by Josh Gao · 8 years ago
  18. 579fc25 adb: sysdeps_test: improve smoke test. by Josh Gao · 8 years ago
  19. ca9fe42 Merge changes I4a8aa840,I9708f2a3 by Josh Gao · 8 years ago
  20. 87e1b68 Merge changes I9757ab85,Idac80a24 by Josh Gao · 8 years ago
  21. a53abe7 adb: check for an error response from adbd between each write. by Josh Gao · 8 years ago
  22. 013a8eb adbd: restore the old error handling behavior. by Josh Gao · 8 years ago
  23. a99ad90 Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44 by Josh Gao · 8 years ago
  24. 48b4cf6 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 8 years ago
  25. c1fab36 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 8 years ago
  26. 511763b adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 8 years ago
  27. 61eda8d adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 8 years ago
  28. 4f657a7 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 8 years ago
  29. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  30. f5c7322 Merge "adb: fix clang-format for access modifier dedent." by Josh Gao · 8 years ago
  31. 195211c adb: fix clang-format for access modifier dedent. by Josh Gao · 8 years ago
  32. 53b3ac5 Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  33. 50493b2 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 8 years ago
  34. 2c5ebeb Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 8 years ago
  35. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  36. ede3071 Merge "adb: mkdirs fixes" by Josh Gao · 8 years ago
  37. c285cd4 adb: redact reference to secret internal time machine. by Josh Gao · 8 years ago
  38. 2079223 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 8 years ago
  39. 1ec9ceb adb: mkdirs fixes by Spencer Low · 8 years ago
  40. a4f5e03 adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago
  41. 7257e03 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 8 years ago
  42. c2eecbe adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 8 years ago
  43. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  44. e5a35eb Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 8 years ago
  45. fdd946b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 8 years ago
  46. 635e44d adb: fix mkdirs test. by Josh Gao · 8 years ago
  47. 1d2b497 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 8 years ago
  48. f53f4f4 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" by Elliott Hughes · 8 years ago
  49. 5821678 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  50. 2e4ed0a adb: don't append a slash to a path that already ends with one. by Josh Gao · 8 years ago
  51. 289b74c Merge "adb: report subprocess creation errors to the client." by Josh Gao · 8 years ago
  52. 9dc2e93 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  53. 90f06ec Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 8 years ago
  54. bd446be adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  55. 46f527c Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 8 years ago
  56. 0e468cc Merge "base: add SystemErrorCodeToString() function." by David Pursell · 8 years ago
  57. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  58. e4897ac Merge changes I93287b87,I30a3eb0b by Josh Gao · 8 years ago
  59. 23f6f2b adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
  60. 91d53b5 adb: add adb_get_feature_set. by Josh Gao · 9 years ago
  61. ea71e27 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
  62. 5544140 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
  63. f373c35 adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
  64. 01f6fa3 Merge "ADB security logging" by Rubin Xu · 9 years ago
  65. 182dc32 adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
  66. f3e58fe Merge "adb: fix GetFeatureSet() to indicate failure." by David Pursell · 9 years ago
  67. 9650d86 adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
  68. cf6e14e Merge "base: add network address parsing function from adb." by David Pursell · 9 years ago
  69. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  70. 29a64f9 ADB security logging by Rubin Xu · 9 years ago
  71. 128452b Merge "adbd: use pty to determine whether a session is interactive." by Josh Gao · 9 years ago
  72. 8a63116 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
  73. 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  74. 4e07470 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
  75. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  76. a566fb2 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
  77. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  78. d7bf6d1 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  79. ce50ecf Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
  80. 69684d9 Merge "Improve dumb terminal support (emacs is dumb)." by Elliott Hughes · 9 years ago
  81. 6e6e460 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
  82. 19c2871 adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
  83. 0ad69ea adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
  84. 6683132 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  85. c6aa5d6 Limit adb_test to first multilib by Dan Willemsen · 9 years ago
  86. 7b43fa5 Give adb a proper progress bar. by Elliott Hughes · 9 years ago
  87. e4c50e4 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
  88. fb7ebb4 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago
  89. c95bb3d adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  90. de264f3 Merge "Improve "adb install"'s error message slightly." by Elliott Hughes · 9 years ago
  91. f493da8 Improve "adb install"'s error message slightly. by Elliott Hughes · 9 years ago
  92. bfe7ae0 Merge "adb: Use Minijail for privilege dropping." by Jorge Lucangeli Obes · 9 years ago
  93. 83e2851 adb: Use Minijail for privilege dropping. by Jorge Lucangeli Obes · 9 years ago
  94. 24d43fc Merge "Use selinux_android_setcon() instead of setcon()" by Tom Cherry · 9 years ago
  95. 6cd9bc3 adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  96. 4684522 Use selinux_android_setcon() instead of setcon() by Tom Cherry · 9 years ago
  97. 83e329e adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  98. 99983f7 Merge "More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd." by Elliott Hughes · 9 years ago
  99. 0515524 More idiomatic cleanup of 5228e3b649570fd76b3ac6d63815a9a85650bfdd. by Elliott Hughes · 9 years ago
  100. 0c10c85 Merge "adbd: make a PR_CAPBSET_DROP error fatal." by Nick Kralevich · 9 years ago