1. b800d88 adb: extract atransport's connection interface. by Josh Gao · 6 years ago
  2. de47194 adb: disable checksum on new versions by Tim Murray · 7 years ago
  3. c616a8a Merge "adbd: optionally use qemud pipe without ro.kernel.qemu" am: b3c363f32c am: 516ee2445d by Nicolas Norvez · 7 years ago
  4. 717f153 adbd: optionally use qemud pipe without ro.kernel.qemu by Nicolas Norvez · 7 years ago
  5. 8b4f5d9 Merge changes I8d0c60e5,Ib8ad0ad6 am: a6bb369cb0 am: c7d9eb8636 am: a1c2561863 by Josh Gao · 7 years ago
  6. 36dadca adb: boolify check_header and check_data. by Josh Gao · 7 years ago
  7. 1810d58 Merge "adb: fix two device offline problems." am: 2e821078e4 am: ae6a3605d2 am: 66cfd45a34 by Yabin Cui · 7 years ago
  8. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  9. 2abb5f8 adb: kill adb_thread_{create, join, detach, exit}. am: e1dacfc1b6 am: d56eebd6c2 am: ae80841ac7 by Josh Gao · 7 years ago
  10. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  11. f66a7ee Revert "Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"" by bohu · 7 years ago
  12. 63ef9ff Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by bohu · 7 years ago
  13. ff87855 Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  14. b298855 Add mDNS device discovery for adb client am: 13a269ea24 by Casey Dahlin · 7 years ago
  15. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  16. 294d44b DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  17. 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  18. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  19. 043912e Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
  20. 1197952 Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  21. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  22. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  23. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  24. e461b37 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  25. 78e1eb1 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  26. 1c01bae Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 8 years ago
  27. c7b098c [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 8 years ago
  28. 16dad48 Merge "adb: retry connecting disconnected emulators instead of always looping." am: 50e91fec0e by Yabin Cui · 8 years ago
  29. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  30. bb89e7e Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 8 years ago
  31. 0140182 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  32. 9fe7426 adb: search for a maximum of 16 emulators. by Josh Gao · 8 years ago
  33. a28918c Fix kick_transport test. by Yabin Cui · 8 years ago
  34. 7f27490 Fix kick_transport test. by Yabin Cui · 8 years ago
  35. d387acc emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  36. 251d46e emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 8 years ago
  37. 8ac1b04 Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  38. f66c593 Emulator: fix adbd qemu pipe partial write by bohu · 8 years ago
  39. d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  40. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  41. 46b0b1c Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
  42. 7e16cc1 Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
  43. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  44. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  45. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  46. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  47. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  48. 0e2c194 adb: poll for emulator connection. by Yabin Cui · 9 years ago
  49. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  50. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  51. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  52. 3abd31d adb server: don't close stale fd when TCP transport is closed by Spencer Low · 9 years ago
  53. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  54. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  55. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  56. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  57. 7b50609 Always explain why bind(2) failed. by Elliott Hughes · 9 years ago
  58. 3313426 File header cleanup. by Dan Albert · 9 years ago
  59. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed from adb/transport_local.c]
  60. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago