1. e2125fd adb: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  2. 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  3. 362e696 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
  4. aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  5. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  6. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  7. 2776845 adb: switch over to Android.bp. by Josh Gao · 8 years ago[Renamed from adb/adb_auth_host.cpp]
  8. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  9. 0b771b3 Stop writing NUL bytes in adbkey.pub. by Elliott Hughes · 8 years ago
  10. fb9a7e5 adb: check for and report inotify_init1 failure. by Josh Gao · 9 years ago
  11. a27666b adb: don't require adb keys to be named "*.adb_key". by Josh Gao · 9 years ago
  12. 06d61d4 adb: rationalize types. by Josh Gao · 9 years ago
  13. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 9 years ago
  14. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 9 years ago
  15. e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  16. 2e67120 adb: add support for vendor key directories. by Josh Gao · 9 years ago
  17. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 9 years ago
  18. 625faf0 Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 9 years ago
  19. e8b663f Kill load_file. by Elliott Hughes · 9 years ago
  20. dace015 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 9 years ago
  21. 376b275 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
  22. 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
  23. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 10 years ago
  24. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  25. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 10 years ago
  26. 65fe251 Use const auto&/auto&& in adb. by Elliott Hughes · 10 years ago
  27. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  28. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  29. 8df9032 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 10 years ago
  30. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
  31. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  32. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
  33. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  34. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  35. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
  36. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
  37. 9b96031 adb: win32: fix key files reading/writing by Spencer Low · 10 years ago
  38. 142ec75 adb: win32: fix adb emu command by Spencer Low · 10 years ago
  39. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 10 years ago
  40. 3313426 File header cleanup. by Dan Albert · 10 years ago
  41. bac3474 Move adb to C++. by Dan Albert · 11 years ago[Renamed (91%) from adb/adb_auth_host.c]
  42. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago