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