summaryrefslogtreecommitdiffstats
path: root/adb/adb_auth_host.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: check for and report inotify_init1 failure.Josh Gao2017-01-201-0/+6
* adb: don't require adb keys to be named "*.adb_key".Josh Gao2016-12-141-6/+6
* adb: rationalize types.Josh Gao2016-10-061-3/+4
* adb: split up adb_auth.cpp.Josh Gao2016-10-061-0/+50
* Use <condition_variable> and <mutex.h> from MinGWPirama Arumuga Nainar2016-09-061-1/+0
* adb: add helper to get the ~/.android directory.Josh Gao2016-09-011-15/+1
* adb: add support for vendor key directories.Josh Gao2016-08-191-26/+181
* Clean up key handling in adb.Elliott Hughes2016-08-111-119/+87
* Address old review comments in adb_auth_host.cpp.Elliott Hughes2016-06-221-88/+29
* Kill load_file.Elliott Hughes2016-05-271-24/+7
* [adb] Followup CL to clean up adb_auth_host.cppYurii Zubrytskyi2016-05-271-18/+11
* [adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi2016-05-271-34/+8
* Switch fs_mgr and adb to libcrypto_utils.Mattias Nissler2016-04-121-78/+27
* base: add SystemErrorCodeToString() function.David Pursell2016-02-011-2/+2
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-121-1/+3
* Use const auto&/auto&& in adb.Elliott Hughes2015-10-071-1/+1
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-2/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-29/+29
* adb: win32: call SystemErrorCodeToString() from more placesSpencer Low2015-08-021-1/+4
* adb: win32: Unicode path names, env vars, some console supportSpencer Low2015-07-311-3/+7
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-1/+1
* adb: logging: newlines, thread ids, error code overwritingSpencer Low2015-07-211-6/+6
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-36/+40
* Turn on -Wformat-nonliteral.Dan Albert2015-07-091-40/+36
* adb: fix adb_close() vs. unix_close() usageSpencer Low2015-05-221-0/+3
* adb / libbase: clean up NOGDI and evil ERROR macroSpencer Low2015-05-201-5/+0
* adb: win32: fix key files reading/writingSpencer Low2015-05-071-3/+3
* adb: win32: fix adb emu commandSpencer Low2015-05-061-0/+5
* Remove strtok from adb.Elliott Hughes2015-04-271-41/+21
* File header cleanup.Dan Albert2015-03-191-6/+6
* Move adb to C++.Dan Albert2015-03-091-0/+484