summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "adb: "support" O_CLOEXEC in adb_open on Windows."Treehugger Robot2019-02-081-0/+3
|\
| * adb: "support" O_CLOEXEC in adb_open on Windows.Josh Gao2019-02-071-0/+3
* | adb: hopefully deflake test_adb.py.Josh Gao2019-02-071-0/+3
|/
* adb: don't close sockets before hitting EOF.Josh Gao2019-01-313-4/+116
* adb: implement fdevent_set_timeout.Josh Gao2019-01-314-35/+177
* Merge changes If8747ba1,Id1943ebdJosh Gao2019-01-314-18/+32
|\
| * adb: improve network_connect error messages.Josh Gao2019-01-301-4/+7
| * adbd: fix TCP bind address.Josh Gao2019-01-303-14/+25
* | Merge "Add android::fs_mgr namespace for new Fstab code"Tom Cherry2019-01-312-2/+4
|\ \
| * | Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-302-2/+4
| |/
* | Merge changes Ief3dbf8e,Ib06e6f65Josh Gao2019-01-313-66/+117
|\ \
| * | adb: add fdevent callback that passes the fdevent.Josh Gao2019-01-303-66/+117
| |/
* | Merge changes from topic "move_bionic_to_apex3"Treehugger Robot2019-01-312-0/+105
|\ \ | |/ |/|
| * Handle adb sync with Bionic under /bionicJiyong Park2019-01-302-0/+105
* | Fix: Propagate cmd args to multi-package sessions.Dario Freni2019-01-301-0/+4
|/
* Merge "adb: turn off fastdeploy."Josh Gao2019-01-292-8/+20
|\
| * adb: turn off fastdeploy.Josh Gao2019-01-292-8/+20
* | Merge "Remove the rest of users of the old style fstab"Treehugger Robot2019-01-292-15/+17
|\ \ | |/ |/|
| * Remove the rest of users of the old style fstabTom Cherry2019-01-282-15/+17
* | adb: Fix incorrect logging statementGreg Kaiser2019-01-281-1/+2
|/
* Merge "Add native vsock support to ADB."Treehugger Robot2019-01-267-25/+208
|\
| * Add native vsock support to ADB.Cody Schuffelen2019-01-257-25/+208
* | adb: convert more stuff to unique_fd.Josh Gao2019-01-2315-176/+108
|/
* adbd: compile for host.Josh Gao2019-01-2318-308/+578
* Merge "Fix fastdeploy failure in Windows"Henry Daitx2019-01-231-4/+9
|\
| * Fix fastdeploy failure in WindowsHenry Daitx2019-01-231-4/+9
* | Merge "adb: win32: improve console output on Windows 10"Josh Gao2019-01-231-11/+67
|\ \
| * | adb: win32: improve console output on Windows 10Spencer Low2018-11-061-11/+67
* | | Merge "adb: win32: LinePrinter Unicode support"Josh Gao2019-01-231-7/+8
|\ \ \
| * | | adb: win32: LinePrinter Unicode supportSpencer Low2018-09-021-7/+8
* | | | Adding new feature to adb "abb".Alex Buynytskyy2019-01-183-1/+16
* | | | Merge "Combine tcp_connect and socket_spec_connect."Cody Schuffelen2019-01-186-83/+79
|\ \ \ \
| * | | | Combine tcp_connect and socket_spec_connect.Cody Schuffelen2019-01-176-83/+79
* | | | | Merge "Disable dexpreopt for deployagent"Treehugger Robot2019-01-171-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable dexpreopt for deployagentHenry Daitx2019-01-171-0/+3
| | |_|/ | |/| |
* | | | Multi-package support for APEX.Dario Freni2019-01-161-10/+27
* | | | Merge "adb: switch install to unique_fd."Treehugger Robot2019-01-161-75/+70
|\ \ \ \ | |/ / / |/| | |
| * | | adb: switch install to unique_fd.Josh Gao2019-01-111-75/+70
* | | | Merge "Admit that there's more `adb install` help available."Treehugger Robot2019-01-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Admit that there's more `adb install` help available.Elliott Hughes2019-01-111-1/+1
* | | | Adds atomic install support to adbPatrick Baumann2019-01-113-1/+199
|/ / /
* | | Merge "Only set mdns_registered on success"Josh Gao2019-01-091-1/+1
|\ \ \
| * | | Only set mdns_registered on successGustav Svensson2019-01-091-1/+1
* | | | Merge "adbd: Automatically disable verity in adb remount."David Anderson2019-01-092-43/+43
|\ \ \ \ | |/ / / |/| | |
| * | | adbd: Automatically disable verity in adb remount.David Anderson2018-12-172-43/+43
* | | | Adding Android Binder Bridge (abb) utility launched from adbd.Alex Buynytskyy2019-01-0711-93/+535
* | | | adbd: strip nulls from all service strings.Josh Gao2018-12-272-7/+5
* | | | adb: switch connect_to_remote to string_view.Josh Gao2018-12-263-7/+10
* | | | adb: switch skip_host_serial to string_view.Josh Gao2018-12-263-99/+193
* | | | adb: add stroll equivalent for string_view.Josh Gao2018-12-262-0/+78