summaryrefslogtreecommitdiffstats
path: root/adb/adb_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: switch adb_io.h to string_view.Josh Gao2019-02-251-2/+2
* adb: switch to base::{Send,Receive}FileDescriptors.Josh Gao2019-02-131-76/+0
* Adding Android Binder Bridge (abb) utility launched from adbd.Alex Buynytskyy2019-01-071-0/+81
* Minor refactor to support strings with embedded zeros.Alex Buynytskyy2018-12-201-1/+2
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-1/+1
* adb: increase the shell command length limit.Josh Gao2017-06-161-1/+1
* adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao2016-11-161-1/+0
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-1/+4
* Increase the maximum shell command length to 4096ish.Josh Gao2016-01-151-3/+5
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* adb: fix adb client running out of sockets on WindowsSpencer Low2015-10-301-0/+40
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-9/+5
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-6/+6
* adb sync cleanup.Elliott Hughes2015-08-241-1/+21
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-6/+13
* More adb buffer fixes.Elliott Hughes2015-05-011-7/+28
* Merge "The generic failure case disappeared..."Dan Albert2015-03-201-0/+2
|\
| * The generic failure case disappeared...Dan Albert2015-03-191-0/+2
* | File header cleanup.Dan Albert2015-03-191-1/+1
|/
* Move adb to C++.Dan Albert2015-03-091-2/+2
* Test readx/writex (now renamed).Dan Albert2015-02-251-0/+93