1. c5dc270 Merge "adb: win32: initial IPv6 support and improved Winsock error reporting" by Elliott Hughes · 9 years ago
  2. 1f9f5bf Merge "Make clear of the data length sent by write_packet." by Yabin Cui · 9 years ago
  3. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  4. a96dabf Make clear of the data length sent by write_packet. by Yabin Cui · 9 years ago
  5. 9897771 Merge "More adb cleanup." by Elliott Hughes · 9 years ago
  6. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  7. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  8. 881c433 Merge "Add top level sanitize options for ADB." by Dan Albert · 9 years ago
  9. fd0be89 Add top level sanitize options for ADB. by Dan Albert · 9 years ago
  10. 120adbd Merge "adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL" by Dan Albert · 9 years ago
  11. 4d2e4fd Merge "Use _WIN32 rather than HAVE_WINSOCK." by Elliott Hughes · 9 years ago
  12. bf85d52 adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL by Spencer Low · 9 years ago
  13. 62e61b6 Merge "Add a script to record Android boot time." by Yasuhiro Matsuda · 9 years ago
  14. 360f881 Add a script to record Android boot time. by Yasuhiro Matsuda · 10 years ago
  15. 2b01414 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  16. a090079 Merge "fix adb {forward,reverse} --no-rebind" by Elliott Hughes · 9 years ago
  17. 9536513 fix adb {forward,reverse} --no-rebind by Spencer Low · 9 years ago
  18. 94c05fb Merge "Fix AndroidDevice.get_prop, add tests." by Dan Albert · 9 years ago
  19. 38094c1 Fix AndroidDevice.get_prop, add tests. by Dan Albert · 9 years ago
  20. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  21. a4169f9 Create adb Python package. by Dan Albert · 9 years ago
  22. 083126e Merge "Add a simple test for using non-ASCII paths with adb." by Elliott Hughes · 9 years ago
  23. 19ccd89 Add a simple test for using non-ASCII paths with adb. by Elliott Hughes · 9 years ago
  24. 1c73461 Merge "Fix Win32 adb build (for the second time today)." by Elliott Hughes · 9 years ago
  25. bb4fe4a Fix Win32 adb build (for the second time today). by Elliott Hughes · 9 years ago
  26. bc50d67 Merge "Clean up the locking in usb_linux.cpp." by Elliott Hughes · 9 years ago
  27. 3af421c Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  28. 50755e1 Merge "Fix Win32 adb build." by Elliott Hughes · 9 years ago
  29. fe44751 Fix Win32 adb build. by Elliott Hughes · 9 years ago
  30. 455ffbd Merge "Report getaddrinfo failures correctly." by Elliott Hughes · 9 years ago
  31. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  32. 6cde25e Merge "Don't limit Windows USB reads." by Elliott Hughes · 9 years ago
  33. 2e302ec Don't limit Windows USB reads. by Elliott Hughes · 9 years ago
  34. d9b84e5 Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 9 years ago
  35. 06e9db9 Merge "Increase size of the the adb packets sent over the wire" by Elliott Hughes · 9 years ago
  36. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  37. 34f6f58 Merge "Show "(reverse)" in "adb reverse --list"." by Elliott Hughes · 9 years ago
  38. 5259178 Show "(reverse)" in "adb reverse --list". by Elliott Hughes · 9 years ago
  39. 4710d8c Merge ""adb tcpip" should require a numeric argument." by Elliott Hughes · 9 years ago
  40. d94e8ba "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  41. ad7c49f Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  42. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  43. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  44. bba4d47 Merge "Remove subproc events when ADB_HOST." by Elliott Hughes · 9 years ago
  45. 3212939 Fix adbd/adb server confusion in an error message. by Elliott Hughes · 9 years ago
  46. 436fa6b Remove subproc events when ADB_HOST. by Alex Vallée · 9 years ago
  47. e916315 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  48. a53c848 Merge "Revert "Turn on -Wformat-nonliteral."" by Dan Albert · 9 years ago
  49. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  50. 2c1ae14 Merge "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  51. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  52. 5f1d5ff Merge "Replace HAVE_WIN32_IPC with _WIN32." by Elliott Hughes · 9 years ago
  53. d0f82f1 Replace HAVE_WIN32_IPC with _WIN32. by Elliott Hughes · 9 years ago
  54. 0de6891 Fix "adb remount" for when the root directory is in system.img by Daniel Rosenberg · 10 years ago
  55. f46cc57 Merge "Fixed a documentation error in protocol.txt" by Elliott Hughes · 9 years ago
  56. 65f76dd Fixed a documentation error in protocol.txt by Derrick Bonafilia · 9 years ago
  57. e458d72 Merge "adb server: don't close stale fd when TCP transport is closed" by Elliott Hughes · 10 years ago
  58. 24f5276 Improve the "device '(null)' not found" error. by Elliott Hughes · 10 years ago
  59. d7eb854 Ignore ro.adb.secure in user builds. by Elliott Hughes · 10 years ago
  60. 11f73a1 Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  61. 52746b0 Minor "adb help" fixes. by Elliott Hughes · 10 years ago
  62. 6f38e23 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 10 years ago
  63. e7af2d3 adb: win32: fix exec-in and exec-out to use binary mode by Spencer Low · 10 years ago
  64. 675f1bd Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 10 years ago
  65. 2b113d6 Merge "Fix test_adb.py against production builds." by Elliott Hughes · 10 years ago
  66. d5e9f91 Merge "adb shouldn't trace unless told to" by Paul Lawrence · 10 years ago
  67. f4ca27d adb shouldn't trace unless told to by Paul Lawrence · 10 years ago
  68. 3256b49 Fix test_adb.py against production builds. by Elliott Hughes · 10 years ago
  69. 7f0dba1 Merge "adb: win32: get test_adb.py running and passing 100%" by Elliott Hughes · 10 years ago
  70. 45ca894 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 10 years ago
  71. 4911f4b adb: win32: fix logging to adb.log by Spencer Low · 10 years ago
  72. d98ca8a Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 10 years ago
  73. ab21e71 adb: win32: get test_adb.py running and passing 100% by Spencer Low · 10 years ago
  74. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  75. b1d05de Merge "Improve logging." by Dan Albert · 10 years ago
  76. 08d552b Improve logging. by Dan Albert · 10 years ago
  77. 4f246ad Merge "Clean up adb_trace_init." by Dan Albert · 10 years ago
  78. 73af9e6 Merge "Make atransport be a real class." by Dan Albert · 10 years ago
  79. ecce503 Make atransport be a real class. by Dan Albert · 10 years ago
  80. c6d3a24 Turn on -Wextra. by Dan Albert · 10 years ago
  81. 27929b0 Clean up adb_trace_init. by Dan Albert · 10 years ago
  82. 9ca39e3 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
  83. 211b490 Merge "Make connection states a proper type." by Dan Albert · 10 years ago
  84. 9a50f4c Make connection states a proper type. by Dan Albert · 10 years ago
  85. ea67bc9 Merge "Ignore whitespace/indent issues from cpplint." by Dan Albert · 10 years ago
  86. 78c126d Ignore whitespace/indent issues from cpplint. by Dan Albert · 10 years ago
  87. 5bf0f16 Merge "adb: win32: fix key files reading/writing" by Dan Albert · 10 years ago
  88. 9c028f9 Make pty raw in adb shell when non-interactive. by Dan Albert · 10 years ago
  89. fb05b37 Merge "adb: win32: fix StringPrintf format string checking of %zd and PRIu64" by Dan Albert · 10 years ago
  90. 90a8976 Merge "adb: win32: fix daemon acknowledgement" by Dan Albert · 10 years ago
  91. c8dbd47 Merge "Fix ' escaping in adb." by Elliott Hughes · 10 years ago
  92. de52ce2 Fix ' escaping in adb. by Elliott Hughes · 10 years ago
  93. 803451e adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 10 years ago
  94. 9529b3e Merge "adb: Do not share memory between multiple thread" by Elliott Hughes · 10 years ago
  95. e6959b7 adb: Do not share memory between multiple thread by Alan Jeon · 10 years ago
  96. 91ae28e adb: win32: fix daemon acknowledgement by Spencer Low · 10 years ago
  97. 9a0602f Merge "Failure to find an oem partition should not be a remount failure." by Elliott Hughes · 10 years ago
  98. 689011f Failure to find an oem partition should not be a remount failure. by Elliott Hughes · 10 years ago
  99. 9616c0b Merge "Revert "Revert "Split adb_main.cpp into client and daemon.""" by Dan Albert · 10 years ago
  100. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago