- abdf4c5 Fix quoting of paths in auth code. by Elliott Hughes · 4 years, 6 months ago
- 77b8ff3 adb: change mdns tls service names (RFC 6763). by Joshua Duong · 4 years, 9 months ago
- 758a27d adb: improve logging of key loading slightly. by Elliott Hughes · 4 years, 10 months ago
- 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 5 years ago
- 290ccb5 [adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation. by Joshua Duong · 5 years ago
- 090c807 Move adb RSA utilities into its own library. by Joshua Duong · 5 years ago
- 3b1ff09 adb: log more detail on failure to read keys. by Elliott Hughes · 5 years ago
- 972221b adb: restore generation of public key in `adb keygen`. by Josh Gao · 6 years ago
- e2f3234 adb: Avoid extra std::string copies by Greg Kaiser · 6 years ago
- 13102c3 adb: stop using adbkey.pub. by Josh Gao · 6 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
- 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago[Renamed from adb_auth_host.cpp]
- 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
- 6aa7289 Stop writing NUL bytes in adbkey.pub. by Elliott Hughes · 8 years ago
- 6946f11 adb: check for and report inotify_init1 failure. by Josh Gao · 8 years ago
- e9e7bac adb: don't require adb keys to be named "*.adb_key". by Josh Gao · 8 years ago
- 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
- eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
- bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
- 62ff9d4 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
- 22cb70b adb: add support for vendor key directories. by Josh Gao · 8 years ago
- 801066a Clean up key handling in adb. by Elliott Hughes · 9 years ago
- ab942fd Address old review comments in adb_auth_host.cpp. by Elliott Hughes · 9 years ago
- e0a6e2a Kill load_file. by Elliott Hughes · 9 years ago
- 09ecaa5 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 9 years ago
- 70ae70a [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
- a947b49 Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 9 years ago
- c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
- 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
- 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
- 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
- 1711e01 adb: win32: call SystemErrorCodeToString() from more places by Spencer Low · 9 years ago
- 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 10 years ago
- a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
- 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
- 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
- 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
- 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
- 9ca39e3 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
- 60bca2d adb: win32: fix key files reading/writing by Spencer Low · 10 years ago
- 7dc759f adb: win32: fix adb emu command by Spencer Low · 10 years ago
- fb2ba51 Remove strtok from adb. by Elliott Hughes · 10 years ago
- db6fe64 File header cleanup. by Dan Albert · 10 years ago
- f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed (91%) from adb_auth_host.c]
- b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago