Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
810fedbcbdc6303d1327cd7e99225222a07879fe
810fedb
adb: move towards using unique_fd.
by Josh Gao
· 7 years ago
04cd75d
adb: delete FDEVENT_DONTCLOSE.
by Josh Gao
· 7 years ago
9528df2
adb: remove fdevent_install, fdevent_remove.
by Josh Gao
· 7 years ago
c838850
adb: fix uninitialized variable in AsyncServiceRef.
by Josh Gao
· 7 years ago
52328b6
Merge "adb: Avoid waiting for emulator connections"
by android-build-prod (mdb)
· 7 years ago
25bc41c
adb: Avoid waiting for emulator connections
by Luis Hector Chavez
· 7 years ago
9ede4db
Merge "Add test_suites lines."
by Elliott Hughes
· 7 years ago
ce226c9
Add test_suites lines.
by Elliott Hughes
· 7 years ago
3c7881d
adb: Make the Connection object a std::shared_ptr
by Luis Hector Chavez
· 7 years ago
da74b90
adb: Add a way to distinguish between connection failures and successes
by Luis Hector Chavez
· 7 years ago
3ab710e
Merge changes I722d2c41,Ic216ddef
by Treehugger Robot
· 7 years ago
45d3c0e
Merge "adb: don't error in handle_host_request if we can't acquire a transport."
by Treehugger Robot
· 7 years ago
491454f
adb: don't error in handle_host_request if we can't acquire a transport.
by Josh Gao
· 7 years ago
bf8a722
Improve test_adb.py
by Luis Hector Chavez
· 7 years ago
7771920
adb: Distinguish betwen already-connected and connection failure
by Luis Hector Chavez
· 7 years ago
ffe0c42
Remove out of date comment.
by Elliott Hughes
· 7 years ago
ebc1c31
adb: fix `adb reverse` when adbd has multiple transports.
by Josh Gao
· 7 years ago
caeda2c
adb: win32: cleanup winsock initialization.
by Josh Gao
· 7 years ago
de16596
adb: win32: properly set EBADF in some functions.
by Josh Gao
· 7 years ago
08229f6
adb: partially clang-format sysdeps_win32.cpp.
by Josh Gao
· 7 years ago
1bbdd25
adb: implement adb_writev.
by Josh Gao
· 7 years ago
cd2a529
adb: switch apacket payload to a type that doesn't initialize its contents.
by Josh Gao
· 7 years ago
83d33f8
Merge "adb: properly calculate packet size on Mac."
by Treehugger Robot
· 7 years ago
c7f2d19
adb: properly calculate packet size on Mac.
by Josh Gao
· 7 years ago
4cd7a04
Merge "Support /odm and /product in "adb remount" and "adb sync"."
by Elliott Hughes
· 7 years ago
e4528e1
adb: Correctly drop caps when ambient capabilities are used
by Luis Hector Chavez
· 7 years ago
f5e9010
Merge "adbd: configure jemalloc to not immediately purge."
by Treehugger Robot
· 7 years ago
358aca2
adbd: configure jemalloc to not immediately purge.
by Josh Gao
· 7 years ago
d87cca6
Merge "Revert "Revert "adb: add transport benchmark."""
by Treehugger Robot
· 7 years ago
11e41d6
Revert "Revert "adb: add transport benchmark.""
by Josh Gao
· 7 years ago
145ac02
Support /odm and /product in "adb remount" and "adb sync".
by Elliott Hughes
· 7 years ago
e9969d8
Merge "Move adb/fastboot bash completion into adb/fastboot."
by Elliott Hughes
· 7 years ago
476b36e
Move adb/fastboot bash completion into adb/fastboot.
by Elliott Hughes
· 7 years ago
a1bbd84
Merge "Revert "adb: add transport benchmark.""
by David Brazdil
· 7 years ago
a2ae7d4
Revert "adb: add transport benchmark."
by David Brazdil
· 7 years ago
a4b4026
Merge "adb: add transport benchmark."
by Josh Gao
· 7 years ago
3d3aa81
Merge "adb: don't abort when connecting to the same address twice."
by Josh Gao
· 7 years ago
8c7f0df
adb: add transport benchmark.
by Josh Gao
· 7 years ago
13781e8
adb: don't abort when connecting to the same address twice.
by Josh Gao
· 7 years ago
205a8f4
adb: try harder to fill our test sockets.
by Josh Gao
· 7 years ago
b50b92f
adb: don't set has_write_error on success.
by Josh Gao
· 7 years ago
c7bdb6d
adb: move ownership of the fdevent thread into FdeventTest.
by Josh Gao
· 7 years ago
d2c6b40
adb: guarantee that fdevent_run_on_main_thread happens last.
by Josh Gao
· 7 years ago
be2ee7b
adb: fix FdeventTest.invalid_fd on Windows.
by Josh Gao
· 7 years ago
cd60820
adb: extract the sleep in socket_test to its own function.
by Josh Gao
· 7 years ago
b3f4030
Merge "adbd: spawn login shell when run without a command."
by Josh Gao
· 7 years ago
7259aa8
Merge "adbd: increase oom_score_adj for `adb shell`"
by Josh Gao
· 7 years ago
92f937e
Merge "adb: restore adb/adb.exe in the list of artifacts."
by Josh Gao
· 7 years ago
212294f
adbd: increase oom_score_adj for `adb shell`
by Josh Gao
· 7 years ago
dd4f1ea
Merge changes Iea2a3055,I6582cfc6
by Treehugger Robot
· 7 years ago
23b1088
adb: restore adb/adb.exe in the list of artifacts.
by Josh Gao
· 7 years ago
021a85a
Merge "adb: Open FunctionFS files with more restrictive access modes"
by Treehugger Robot
· 7 years ago
ea7b95a
adb: start building windows test again.
by Josh Gao
· 7 years ago
96049b9
adb: fix windows test build.
by Josh Gao
· 7 years ago
28db729
adbd: spawn login shell when run without a command.
by Josh Gao
· 7 years ago
a076b15
adb: bump the local socket backlog to the maximum.
by Josh Gao
· 7 years ago
4f8504e
adb: fix unicode file path test.
by Josh Gao
· 7 years ago
887c850
adb: delete vestigial SHELL_EXIT_NOTIFY_FD.
by Josh Gao
· 7 years ago
4b80850
adb: don't immediately close a socket when write fails.
by Josh Gao
· 7 years ago
b3420dc
adb: make fdevent_run_on_main_thread's fd nonblocking.
by Josh Gao
· 7 years ago
90a7c10
Merge changes I6a842960,If618c26b
by Josh Gao
· 7 years ago
1b71416
Merge "adb: skip IPv6 test if IPv6 isn't available."
by Josh Gao
· 7 years ago
52d0660
adb: skip IPv6 test if IPv6 isn't available.
by Josh Gao
· 7 years ago
160bf7e
adb: add `adb shell exit 42` stress test.
by Josh Gao
· 7 years ago
d5e56ce
adb: improve socket tests.
by Josh Gao
· 7 years ago
ee65d9e
Merge changes I99b85f07,If28f6c8d
by Treehugger Robot
· 7 years ago
f2a988c
adb: implement std::make_unique, start using it.
by Josh Gao
· 7 years ago
4f0325d
base: export GetThreadId.
by Josh Gao
· 7 years ago
7596c42
adb: Remove usages of ENDPOINT_ALLOC
by Jerry Zhang
· 7 years ago
b3c0ea3
Merge "adb: add test for flushing socket data after a write failure."
by Josh Gao
· 7 years ago
8020602
adb: add test for flushing socket data after a write failure.
by Josh Gao
· 7 years ago
d8f9c73
adb: checks device state when using adb disable-verity for AVB
by Bowgo Tsai
· 7 years ago
ed94953
adb: Open FunctionFS files with more restrictive access modes
by Luis Hector Chavez
· 7 years ago
7dbe8b7
adbd: don't require authentication for userdebug/eng builds.
by Josh Gao
· 7 years ago
3e0540a
adbd: make static.
by Josh Gao
· 7 years ago
156ed93
Merge "Make libasyncio headers usable from C"
by Jerry Zhang
· 7 years ago
ae5f7ff
Merge changes from topic "adb_bp"
by Josh Gao
· 7 years ago
3cd03be
adb: remove meaningless const.
by Josh Gao
· 7 years ago
715fe60
adb: convert Connection to a nonblocking interface.
by Josh Gao
· 7 years ago
66766f8
adb: use soong version stamping.
by Josh Gao
· 7 years ago
6999d13
Make libasyncio headers usable from C
by Jerry Zhang
· 7 years ago
7b9ddc3
Merge "Add a NOLINT for the memory leak we added"
by Treehugger Robot
· 7 years ago
a54dbfd
Add a NOLINT for the memory leak we added
by George Burgess IV
· 7 years ago
361148b
adb: switch over to Android.bp.
by Josh Gao
· 7 years ago
9e3f6db
Merge "adb: add a way to make the server intentionally leak."
by Treehugger Robot
· 7 years ago
d64d2ed
adb: add a way to make the server intentionally leak.
by Josh Gao
· 7 years ago
23aea56
Merge "Change the remount command to be more container-friendly"
by Treehugger Robot
· 7 years ago
8ddb515
Merge changes I0783be05,Id8178913
by Josh Gao
· 7 years ago
ab02964
adb: allow reentrant calls to fdevent_run_on_main_thread.
by Josh Gao
· 7 years ago
50576fd
adb: stop using quick_exit.
by Josh Gao
· 7 years ago
53539f4
Change the remount command to be more container-friendly
by Luis Hector Chavez
· 7 years ago
839b932
adb: switch apacket over to a std::string payload.
by Josh Gao
· 7 years ago
bbe85f7
Merge "bpfmt."
by Treehugger Robot
· 7 years ago
ebe9970
Fix a memory leak
by George Burgess IV
· 7 years ago
307e767
bpfmt.
by Elliott Hughes
· 7 years ago
f090647
Merge "adbd: receive jdwp pids from art as raw integers."
by Treehugger Robot
· 7 years ago
050c887
Merge "adb: fix build breakage."
by Josh Gao
· 7 years ago
462b150
adb: fix build breakage.
by Josh Gao
· 7 years ago
7c453bc
Merge "adb: use delete on objects with destructors."
by Josh Gao
· 7 years ago
5cb76ce
adb: use delete on objects with destructors.
by Josh Gao
· 7 years ago
Next »