summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* adb: fix IOKit handle leaks on OS X.Josh Gao2017-01-031-0/+5
* Fix adb flakiness on rebootLingfeng Yang2016-10-122-2/+16
* Merge "use 'cmd' command for install-multiple" into nyc-mr1-devTodd Kennedy2016-08-221-26/+28
|\
| * use 'cmd' command for install-multipleTodd Kennedy2016-08-221-26/+28
* | Split 'generating' and 'pulling' in 2 messages.Felipe Leme2016-08-152-13/+13
* | Ignore bugreportz output when it's not supported.Felipe Leme2016-08-042-27/+48
* | Merge changes from topic 'bug_30451114' into nyc-mr1-devTreeHugger Robot2016-08-043-86/+276
|\ \
| * | Deprecated 'adb bugreport' with flat files.Felipe Leme2016-08-013-58/+224
| * | Minor improvements on bugreport generation.Felipe Leme2016-08-012-33/+57
* | | adb: fix stat on Windows.Josh Gao2016-08-037-51/+191
* | | adb: extract Windows bits out of directory_exists test.Josh Gao2016-08-031-9/+19
|/ /
* | Removed extra 'pulling file' message.Felipe Leme2016-07-283-24/+25
* | Show bugreport progress.Felipe Leme2016-07-264-57/+229
* | Refactored functions that copy sdout and stderr to strings to use a callback.Felipe Leme2016-07-265-83/+232
* | Split bugreport() into its own file and added unit tests.Felipe Leme2016-07-269-54/+324
|/
* Ensure the target sees a proper EOD marker during restoreChristopher Tate2016-07-131-29/+61
* adb: don't dup local socket fd.Josh Gao2016-06-221-6/+5
* adb: fix fd double close, Subprocess lifetime issue.Josh Gao2016-06-203-10/+37
* Merge "Redirect bugreport stderr to host's stderr." into nyc-devTreeHugger Robot2016-06-081-11/+18
|\
| * Redirect bugreport stderr to host's stderr.Felipe Leme2016-06-081-11/+18
* | Allow multiple (sequential) adb users on Linux.Elliott Hughes2016-06-081-18/+15
|/
* adbd: properly close subprocess pipes on Ctrl+C.David Pursell2016-06-061-0/+6
* Revert "adb: close ep0 on disconnection."Siqi Lin2016-06-021-24/+25
* [adb] Followup CL to clean up adb_auth_host.cppYurii Zubrytskyi2016-05-261-18/+11
* [adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi2016-05-264-36/+77
* Merge "adb: close ep0 on disconnection." into nyc-devYabin Cui2016-05-231-25/+24
|\
| * adb: close ep0 on disconnection.Yabin Cui2016-04-281-25/+24
* | adb: use asocket's close function when closing.Josh Gao2016-05-181-3/+1
* | adb: switch the socket list mutex to a recursive_mutex.Josh Gao2016-05-182-29/+15
* | adb: clang-format sockets.cpp.Josh Gao2016-05-181-246/+230
* | adb: add implementations of mutex, recursive_mutex.Josh Gao2016-05-182-0/+164
* | Merge "adb: search for a maximum of 16 emulators." into nyc-devJosh Gao2016-05-061-4/+9
|\ \
| * | adb: search for a maximum of 16 emulators.Josh Gao2016-05-061-4/+9
* | | Display warning about bugreport delay.Felipe Leme2016-05-041-0/+2
|/ /
* / Automatically add a .zip to adb bugreport file when missing.Felipe Leme2016-05-031-3/+7
|/
* adb: fix adb usb operations on device.Yabin Cui2016-04-261-20/+62
* adb: use a custom thread to poll for usb devices on mac.Yabin Cui2016-04-262-135/+134
* Fix kick_transport test.Yabin Cui2016-04-255-88/+36
* Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-devTreeHugger Robot2016-04-188-7/+70
|\
| * adb: increase the FD table size on Win32.Josh Gao2016-04-182-1/+30
| * adb: bump the server version to 36.Josh Gao2016-04-181-1/+1
| * adb: add reconnect command.Yabin Cui2016-04-185-5/+39
* | adb: after `adb root`, wait for the device in any state.Josh Gao2016-04-131-1/+1
* | adb: add support for 'wait-for-any'.Josh Gao2016-04-132-4/+6
* | adb: make 'wait-for-{recovery,sideload,bootloader} work.Josh Gao2016-04-131-29/+19
* | Implements 'adb bugreport <ZIP_FILE>'.Felipe Leme2016-04-133-17/+57
* | Fix buffer overrun in adb wait-for-device.Elliott Hughes2016-03-111-2/+2
* | Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into...Prathmesh Prabhu2016-03-101-1/+2
|\ \
| * | emulator: Use distinct serial names for simultaneous qemu pipes.Prathmesh Prabhu2016-03-091-1/+2
* | | adbd: fix spurious close of uninitialized fd.Josh Gao2016-03-041-1/+3