summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* adb: fix windows test build.Josh Gao2018-03-284-19/+16
* adb: bump the local socket backlog to the maximum.Josh Gao2018-03-282-5/+2
* adb: delete vestigial SHELL_EXIT_NOTIFY_FD.Josh Gao2018-03-285-121/+0
* adb: don't immediately close a socket when write fails.Josh Gao2018-03-282-133/+119
* adb: make fdevent_run_on_main_thread's fd nonblocking.Josh Gao2018-03-282-4/+19
* adb: skip IPv6 test if IPv6 isn't available.Josh Gao2018-03-281-2/+6
* adb: add `adb shell exit 42` stress test.Josh Gao2018-03-281-0/+24
* adb: improve socket tests.Josh Gao2018-03-281-17/+14
* adb: implement std::make_unique, start using it.Josh Gao2018-03-285-6/+44
* adb: add test for flushing socket data after a write failure.Josh Gao2018-03-281-0/+40
* adb: Retry io in case of interruptJerry Zhang2018-03-231-14/+20
* adb: checks device state when using adb disable-verity for AVBBowgo Tsai2018-03-161-2/+11
* adb: Remove usages of ENDPOINT_ALLOCJerry Zhang2018-03-142-33/+2
* Merge "Add a NOLINT for the memory leak we added" am: 10f62351eb am: 4e3ae2cbfaGeorge Burgess IV2018-03-011-0/+1
|\
| * Add a NOLINT for the memory leak we addedGeorge Burgess IV2018-03-011-0/+1
* | Merge "adb: add a way to make the server intentionally leak." am: 1ac7150590 ...Josh Gao2018-02-281-0/+10
|\|
| * adb: add a way to make the server intentionally leak.Josh Gao2018-02-281-0/+10
* | Merge "Change the remount command to be more container-friendly" am: d24c8484...Luis Hector Chavez2018-02-281-7/+19
|\|
| * Merge "Change the remount command to be more container-friendly"Treehugger Robot2018-02-281-7/+19
| |\
| | * Change the remount command to be more container-friendlyLuis Hector Chavez2018-02-271-7/+19
* | | Merge changes I0783be05,Id8178913 am: 09d5e258ef am: 2c1b3e9761Josh Gao2018-02-286-24/+61
|\| |
| * | adb: allow reentrant calls to fdevent_run_on_main_thread.Josh Gao2018-02-272-16/+56
| * | adb: stop using quick_exit.Josh Gao2018-02-274-8/+5
* | | Merge "adb: switch apacket over to a std::string payload." am: 581a4ceb00 am:...Josh Gao2018-02-248-73/+96
|\| |
| * | adb: switch apacket over to a std::string payload.Josh Gao2018-02-218-73/+96
| |/
* | Merge "bpfmt." am: 0609e8d231 am: b57755c429Elliott Hughes2018-02-201-30/+30
|\|
| * Merge "bpfmt."Treehugger Robot2018-02-201-30/+30
| |\
| | * bpfmt.Elliott Hughes2018-02-161-30/+30
* | | Merge "Fix a memory leak" am: cb1b68f9b3 am: 894337ee0bGeorge Burgess IV2018-02-191-0/+1
|\| |
| * | Fix a memory leakGeorge Burgess IV2018-02-191-0/+1
| |/
* | Merge "adbd: receive jdwp pids from art as raw integers." am: d31df3a1be am: ...Josh Gao2018-02-141-15/+4
|\|
| * Merge "adbd: receive jdwp pids from art as raw integers."Treehugger Robot2018-02-131-15/+4
| |\
| | * adbd: receive jdwp pids from art as raw integers.Josh Gao2018-02-121-15/+4
* | | Merge "adb: fix build breakage." am: 14d7cdce51 am: a4c4ef463bJosh Gao2018-02-131-1/+1
|\| |
| * | adb: fix build breakage.Josh Gao2018-02-121-1/+1
* | | Merge "adb: use delete on objects with destructors." am: e504360f3d am: 85487...Josh Gao2018-02-134-34/+26
|\| |
| * | adb: use delete on objects with destructors.Josh Gao2018-02-124-34/+26
| |/
* | Merge "adb: switch asocket::enqueue to std::string." am: 9bf624cd3a am: e523a...Josh Gao2018-02-088-126/+166
|\|
| * Merge "adb: switch asocket::enqueue to std::string."Josh Gao2018-02-088-126/+166
| |\
| | * adb: switch asocket::enqueue to std::string.Josh Gao2018-02-068-126/+166
* | | Merge changes I86bcfaaa,I24d7f5d0 am: f99711fe87 am: 157c2fa504Josh Gao2018-02-084-33/+24
|\| |
| * | Merge changes I86bcfaaa,I24d7f5d0Josh Gao2018-02-084-33/+24
| |\|
| | * adb: restore packet data length checks.Josh Gao2018-02-062-0/+14
| | * adb: switch asocket's intrusive linked list to vectors.Josh Gao2018-02-062-33/+10
* | | Merge "adb: don't spew to logcat when tracing is enabled." am: 28c44863f6 am:...Josh Gao2018-02-072-6/+14
|\| |
| * | adb: don't spew to logcat when tracing is enabled.Josh Gao2018-02-062-6/+14
| |/
* | Merge changes I877b8027,I469bd931 am: 8848052c9f am: 99500f1e3bJosh Gao2018-01-318-233/+174
|\|
| * adb: extract atransport's connection interface.Josh Gao2018-01-308-233/+173
| * adb: fix a leak.Josh Gao2018-01-301-0/+1
* | Accept DexMetadata files (.dm) for install-multipleCalin Juravle2018-01-171-4/+4
|/