1. 5c341b4 adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc by Spencer Low · 10 years ago
  2. ad432d8 Merge "adb: poll for emulator connection." by Yabin Cui · 10 years ago
  3. a008e8b Merge "adb: win32: Unicode path names, env vars, some console support" by Elliott Hughes · 10 years ago
  4. 23cf7f8 adb: poll for emulator connection. by Yabin Cui · 10 years ago
  5. 91ded98 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  6. f1181a3 Clean up -p handling slightly. by Elliott Hughes · 10 years ago
  7. 18d461f Merge "adb: win32: initial IPv6 support and improved Winsock error reporting" by Elliott Hughes · 10 years ago
  8. 53ea89e adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  9. 6abc0c0 Make clear of the data length sent by write_packet. by Yabin Cui · 10 years ago
  10. 776956b More adb cleanup. by Elliott Hughes · 10 years ago
  11. f428021 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  12. 42fdde6 Merge "Add top level sanitize options for ADB." by Dan Albert · 10 years ago
  13. 2927c91 Add top level sanitize options for ADB. by Dan Albert · 10 years ago
  14. 0e6819e Merge "adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL" by Dan Albert · 10 years ago
  15. d68c6e2 Merge "Use _WIN32 rather than HAVE_WINSOCK." by Elliott Hughes · 10 years ago
  16. d0956f4 adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL by Spencer Low · 10 years ago
  17. f56e9ec Merge "Add a script to record Android boot time." by Yasuhiro Matsuda · 10 years ago
  18. f0992eb Add a script to record Android boot time. by Yasuhiro Matsuda · 10 years ago
  19. 4e4af61 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 10 years ago
  20. d6ad920 fix adb {forward,reverse} --no-rebind by Spencer Low · 10 years ago
  21. 8e6eb0c Merge "Fix AndroidDevice.get_prop, add tests." by Dan Albert · 10 years ago
  22. f148d26 Fix AndroidDevice.get_prop, add tests. by Dan Albert · 10 years ago
  23. 93eadbe Fix const-ness of strrchr callers. by Elliott Hughes · 10 years ago
  24. c7a7d68 Create adb Python package. by Dan Albert · 10 years ago
  25. cee2b75 Merge "Add a simple test for using non-ASCII paths with adb." by Elliott Hughes · 10 years ago
  26. 2594290 Add a simple test for using non-ASCII paths with adb. by Elliott Hughes · 10 years ago
  27. 956aa22 Fix Win32 adb build (for the second time today). by Elliott Hughes · 10 years ago
  28. 23176f7 Merge "Clean up the locking in usb_linux.cpp." by Elliott Hughes · 10 years ago
  29. 9a335ef Clean up the locking in usb_linux.cpp. by Elliott Hughes · 10 years ago
  30. b0d6d79 Fix Win32 adb build. by Elliott Hughes · 10 years ago
  31. c9c0b7c Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  32. 4fc2320 Don't limit Windows USB reads. by Elliott Hughes · 10 years ago
  33. cc27fb1 Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 10 years ago
  34. 5f790ec Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  35. 8c60e9d Merge "Show "(reverse)" in "adb reverse --list"." by Elliott Hughes · 10 years ago
  36. e739779 Show "(reverse)" in "adb reverse --list". by Elliott Hughes · 10 years ago
  37. 7c20a43 "adb tcpip" should require a numeric argument. by Elliott Hughes · 10 years ago
  38. ed67eff Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 10 years ago
  39. 1e03521 Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 10 years ago
  40. c02b854 adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
  41. 7e30aa8 Merge "Remove subproc events when ADB_HOST." by Elliott Hughes · 10 years ago
  42. 6f3ef35 Fix adbd/adb server confusion in an error message. by Elliott Hughes · 10 years ago
  43. 6b6e410 Remove subproc events when ADB_HOST. by Alex Vallée · 10 years ago
  44. b7d4777 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  45. 44dddf7 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  46. f1f9fae Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  47. ca701ec Merge "Replace HAVE_WIN32_IPC with _WIN32." by Elliott Hughes · 10 years ago
  48. 0bea0d8 Replace HAVE_WIN32_IPC with _WIN32. by Elliott Hughes · 10 years ago
  49. 625d851 Fix "adb remount" for when the root directory is in system.img by Daniel Rosenberg · 10 years ago
  50. 986c15a Fixed a documentation error in protocol.txt by Derrick Bonafilia · 10 years ago
  51. 2749dc2 Merge "adb server: don't close stale fd when TCP transport is closed" by Elliott Hughes · 10 years ago
  52. 5b35f59 Improve the "device '(null)' not found" error. by Elliott Hughes · 10 years ago
  53. 70363562 Ignore ro.adb.secure in user builds. by Elliott Hughes · 10 years ago
  54. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  55. 180f5b2 Minor "adb help" fixes. by Elliott Hughes · 10 years ago
  56. 75b2471 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 10 years ago
  57. b87988f adb: win32: fix exec-in and exec-out to use binary mode by Spencer Low · 10 years ago
  58. 700e875 Merge "adb: win32: fix logging to adb.log" by Elliott Hughes · 10 years ago
  59. cd33d51 Merge "Fix test_adb.py against production builds." by Elliott Hughes · 10 years ago
  60. 2e79721 adb shouldn't trace unless told to by Paul Lawrence · 10 years ago
  61. c12e3d4 Fix test_adb.py against production builds. by Elliott Hughes · 10 years ago
  62. 862d7b7 Merge "adb: win32: get test_adb.py running and passing 100%" by Elliott Hughes · 10 years ago
  63. 20fba19 Merge "adb: fix adb_close() vs. unix_close() usage" by Elliott Hughes · 10 years ago
  64. 16133f0 adb: win32: fix logging to adb.log by Spencer Low · 10 years ago
  65. 549c258 Fix error handling/reporting for "adb forward" and "adb reverse". by Elliott Hughes · 10 years ago
  66. d1590a4 adb: win32: get test_adb.py running and passing 100% by Spencer Low · 10 years ago
  67. 41d90e4 adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  68. a10a175 Improve logging. by Dan Albert · 10 years ago
  69. aabf558 Merge "Clean up adb_trace_init." by Dan Albert · 10 years ago
  70. 889c68f Merge "Make atransport be a real class." by Dan Albert · 10 years ago
  71. ae6174d Make atransport be a real class. by Dan Albert · 10 years ago
  72. ff75e1d Turn on -Wextra. by Dan Albert · 10 years ago
  73. 637920e Clean up adb_trace_init. by Dan Albert · 10 years ago
  74. 68fdb7a adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
  75. 0edd4c5 Merge "Make connection states a proper type." by Dan Albert · 10 years ago
  76. 7dedc65 Make connection states a proper type. by Dan Albert · 10 years ago
  77. 80aea5c Ignore whitespace/indent issues from cpplint. by Dan Albert · 10 years ago
  78. 9f8d1dd Merge "adb: win32: fix key files reading/writing" by Dan Albert · 10 years ago
  79. 384afa6 Make pty raw in adb shell when non-interactive. by Dan Albert · 10 years ago
  80. 1f728e8 Merge "adb: win32: fix StringPrintf format string checking of %zd and PRIu64" by Dan Albert · 10 years ago
  81. a505bcc Merge "adb: win32: fix daemon acknowledgement" by Dan Albert · 10 years ago
  82. 6083fb7 Fix ' escaping in adb. by Elliott Hughes · 10 years ago
  83. 7eb05ea adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 10 years ago
  84. ea98962 adb: Do not share memory between multiple thread by Alan Jeon · 10 years ago
  85. e19e5ff adb: win32: fix daemon acknowledgement by Spencer Low · 10 years ago
  86. cc84fbb Failure to find an oem partition should not be a remount failure. by Elliott Hughes · 10 years ago
  87. 0cd66e0 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago
  88. b7a4a6f Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 10 years ago
  89. 4e0b847 Revert "Probably fix the Mac build." by Dan Albert · 10 years ago
  90. 65c1971 Probably fix the Mac build. by Dan Albert · 10 years ago
  91. 7697efd Merge "Fix "adb remount" for devices without an oem partition." by Elliott Hughes · 10 years ago
  92. 3afd82c Split adb_main.cpp into client and daemon. by Dan Albert · 10 years ago
  93. 0f5bec0 Merge "Try to include the SHA in a ddmslib-compatible way." by Elliott Hughes · 10 years ago
  94. d9957bb Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 10 years ago
  95. 5e83e14 Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 10 years ago
  96. 7c9f059 Add some missing 'const's. by Elliott Hughes · 10 years ago
  97. e8a56f0 adb: win32: fix key files reading/writing by Spencer Low · 10 years ago
  98. f8efb47 adb: win32: fix adb emu command by Spencer Low · 10 years ago
  99. fbc1d6a Be tolerant of devices that don't report serials. by Dan Albert · 10 years ago
  100. dbe6d3e Add some missing 'static's. by Elliott Hughes · 10 years ago