1. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  2. e29499c Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  3. 511763b adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 8 years ago
  4. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  5. 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
  6. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  7. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  8. 84d97df Fix adb GCC build (for google3). by Joon :ee · 9 years ago
  9. df85263 adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
  10. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  11. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  12. 6346e5a adb: fdevent fixes by Spencer Low · 9 years ago
  13. ec2e7d8 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  14. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  15. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  16. 5611254 adb: move adb to poll. by Yabin Cui · 9 years ago
  17. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  18. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  19. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  20. 2b01414 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  21. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  22. 436fa6b Remove subproc events when ADB_HOST. by Alex Vallée · 9 years ago
  23. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  24. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  25. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  26. b777b3b Fix memory leak on jdwp_process_free() by SungHyun Kwon · 9 years ago
  27. 66a91b0 Test readx/writex (now renamed). by Dan Albert · 9 years ago
  28. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago[Renamed (97%) from fdevent.c]
  29. 1be5462 Add more debug information. by leozwang · 10 years ago
  30. 44bb2c0 am 8e1e5415: am 7744c091: Merge "Revert "Switch adb to epoll(2)."" by Dan Albert · 10 years ago
  31. 08c1d2e Revert "Switch adb to epoll(2)." by Dan Albert · 10 years ago
  32. e7a501a am 790e7c0a: am 3772545c: Merge "Switch adb to epoll(2)." by Elliott Hughes · 10 years ago
  33. 33e8c5a Switch adb to epoll(2). by Elliott Hughes · 10 years ago
  34. f25a6a4 Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  35. 6809eaf adb: keep mac build happy by JP Abgrall · 13 years ago
  36. 2e5dd6e adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago
  37. 1f501f3 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 13 years ago
  38. 5066a9b Fix adb hang when subprocess dies early. by JP Abgrall · 13 years ago
  39. 1f1efb5 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 15 years ago
  40. b1c2c95 Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago