summaryrefslogtreecommitdiffstats
path: root/adb/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+3
* adb: add -Tt options to `adb shell`.David Pursell2015-09-221-37/+60
* adb: Fix missing shell protocol usage.David Pursell2015-09-141-19/+22
* adb: add client side shell protocol and enable.David Pursell2015-09-111-49/+142
* adb: refactor _is_valid_ack_reply_fdSpencer Low2015-09-071-8/+13
* adb: `features` passes transport features.David Pursell2015-09-041-1/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-14/+14
* adb: set thread names (linux & mac)Siva Velusamy2015-08-311-0/+2
* EINTR is handled by adb_read/unix_read and friends.Elliott Hughes2015-08-251-15/+4
* adb sync cleanup.Elliott Hughes2015-08-241-39/+27
* Add `adb features`.Dan Albert2015-08-141-0/+3
* adb: start-server and kill-server error outputSpencer Low2015-08-121-4/+19
* Always include the adb version in the log.Elliott Hughes2015-08-121-9/+2
* adb: win32: write ACK to separate pipe instead of stdoutSpencer Low2015-08-081-8/+8
* adb start-server: Use a separate fd for sending initial OKSiva Velusamy2015-08-071-2/+24
* Clean up -p handling slightly.Elliott Hughes2015-07-311-2/+2
* More adb cleanup.Elliott Hughes2015-07-301-24/+12
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-7/+7
* Fix const-ness of strrchr callers.Elliott Hughes2015-07-281-4/+4
* Merge "adb: win32: fix exec-in and exec-out to use binary mode"Elliott Hughes2015-07-221-0/+32
|\
| * adb: win32: fix exec-in and exec-out to use binary modeSpencer Low2015-06-081-0/+32
* | "adb tcpip" should require a numeric argument.Elliott Hughes2015-07-211-1/+3
* | Move mkdirs to adb_utils.Alex Vallée2015-07-151-19/+0
* | Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-10/+8
* | Turn on -Wformat-nonliteral.Dan Albert2015-07-091-8/+10
* | Minor "adb help" fixes.Elliott Hughes2015-06-121-3/+3
|/
* Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes2015-05-291-75/+28
* adb: win32: fix StringPrintf format string checking of %zd and PRIu64Spencer Low2015-05-131-10/+0
* Merge "Fix "adb remount" for devices without an oem partition."Elliott Hughes2015-05-081-22/+15
|\
| * Fix "adb remount" for devices without an oem partition.Elliott Hughes2015-05-081-22/+15
* | Try to include the SHA in a ddmslib-compatible way.Elliott Hughes2015-05-071-2/+2
|/
* adb: win32: fix adb emu commandSpencer Low2015-05-061-1/+1
* Include the git sha in the adb version.Dan Albert2015-05-051-2/+2
* Simplify adb_thread_create.Elliott Hughes2015-05-051-2/+2
* Give enum types CamelCase names for clarity.Elliott Hughes2015-05-051-36/+27
* Remove non-functional "adb persist".Elliott Hughes2015-05-051-14/+5
* Implement the ssh(1) escaping rules.Elliott Hughes2015-05-051-70/+39
* Add WriteFdFmt and clean up more code.Elliott Hughes2015-05-011-17/+12
* More adb buffer fixes.Elliott Hughes2015-05-011-11/+2
* More fixed-length buffer removal.Elliott Hughes2015-04-301-148/+64
* Move __adb_error to std::string, and improve various errors.Elliott Hughes2015-04-291-76/+90
* Merge "Add missing null checks after allocations."Elliott Hughes2015-04-221-0/+6
|\
| * Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+6
* | Plumb more of the error reporting through.Elliott Hughes2015-04-211-7/+4
|/
* Fix "adb sync" for devices without vendor and oem.Elliott Hughes2015-04-211-22/+16
* Fix the Windows adb build.Elliott Hughes2015-04-191-0/+10
* Use escape_arg in "adb backup".Elliott Hughes2015-04-171-26/+18
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-84/+12
* Merge "Fix more buffer overruns."Elliott Hughes2015-04-171-217/+107
|\
| * Fix more buffer overruns.Elliott Hughes2015-04-171-217/+107