Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
2ce9d5611924f64fa7dadace825d2805373aba64
2ce9d56
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
4d4961f
Merge "adb: move adb to poll."
by Yabin Cui
· 9 years ago
73427a4
Merge "adb: Kill subprocess when the client exits."
by David Pursell
· 9 years ago
2b8d4a4
adb: Kill subprocess when the client exits.
by David Pursell
· 9 years ago
5611254
adb: move adb to poll.
by Yabin Cui
· 9 years ago
e570b98
adb: Fix missing shell protocol usage.
by David Pursell
· 9 years ago
8e31ae2
Merge changes from topic 'adb_shell'
by David Pursell
· 9 years ago
6a9b166
Merge "adb: fix shell_service_protocol_test for Windows."
by David Pursell
· 9 years ago
7616ae1
adb: fix shell_service_protocol_test for Windows.
by David Pursell
· 9 years ago
5c23510
Merge "Fix (Windows) build."
by Elliott Hughes
· 9 years ago
1b34cd2
Fix (Windows) build.
by Elliott Hughes
· 9 years ago
f56cdac
Merge "fix adb_test Windows build"
by Elliott Hughes
· 9 years ago
50740f5
adb: win32: make adb_getenv() case-insensitive
by Spencer Low
· 9 years ago
639cea4
fix adb_test Windows build
by Spencer Low
· 9 years ago
8a5a5aa
adb: add client side shell protocol and enable.
by David Pursell
· 9 years ago
8da19a4
adb: implement shell protocol.
by David Pursell
· 9 years ago
f31b3b2
Merge "adb: create shell protocol class (take 2)."
by David Pursell
· 9 years ago
b3d84bd
Merge "Remove HOST_OS==windows check"
by Dan Willemsen
· 9 years ago
2993236
Merge "adb: remove unnecessary dependencies of liblog."
by Yabin Cui
· 9 years ago
9980e66
adb: remove unnecessary dependencies of liblog.
by Yabin Cui
· 9 years ago
d0df2dd
adb: create shell protocol class (take 2).
by David Pursell
· 9 years ago
e98825e
adb: refactor _is_valid_ack_reply_fd
by Spencer Low
· 9 years ago
38e289f
Merge "Revert "adb: create shell protocol class.""
by David Pursell
· 9 years ago
4ef3219
Revert "adb: create shell protocol class."
by David Pursell
· 9 years ago
0daf6e4
Merge "adb: `features` passes transport features."
by David Pursell
· 9 years ago
98d7ea3
Merge changes from topic 'adb_shell_prework'
by David Pursell
· 9 years ago
2e9f032
adb: `features` passes transport features.
by David Pursell
· 9 years ago
74e8568
Remove HOST_OS==windows check
by Dan Willemsen
· 9 years ago
5aba4b0
adb: create shell protocol class.
by David Pursell
· 9 years ago
917dcfa
adb: refactor subprocess code.
by David Pursell
· 9 years ago
4f344bb
adb: move shell service to a separate file.
by David Pursell
· 9 years ago
40602c6
combine adbd.rc with init.usb.rc
by Tom Cherry
· 9 years ago
c5d5162
Improve adb sync_send error reporting.
by Elliott Hughes
· 9 years ago
182f1ed
Merge "adb: clean up debug tracing a little."
by Yabin Cui
· 9 years ago
815ad88
adb: clean up debug tracing a little.
by Yabin Cui
· 9 years ago
8511eb4
Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules"
by Dan Willemsen
· 9 years ago
1cc079a
Remove USE_MINGW/CYGWIN; Whitelist windows modules
by Dan Willemsen
· 9 years ago
7d5e6e6
adb/base win32 tests: fix comment and open() flags
by Spencer Low
· 9 years ago
4898799
Merge "adb: add unit test for fdevent."
by Yabin Cui
· 9 years ago
b24a86d
Merge "adb: improve names for transport threads."
by Yabin Cui
· 9 years ago
32926d6
Merge "adb: remove workaround for b/6558362."
by Yabin Cui
· 9 years ago
4e22229
adb: improve names for transport threads.
by Yabin Cui
· 9 years ago
6760d01
adb: remove workaround for b/6558362.
by Yabin Cui
· 9 years ago
402331e
Merge "Distinguish transport threads."
by Elliott Hughes
· 9 years ago
f050f68
Distinguish transport threads.
by Elliott Hughes
· 9 years ago
9e32d55
Merge "adb: set thread names (linux & mac)"
by Siva Velusamy
· 9 years ago
2669cf9
adb: set thread names (linux & mac)
by Siva Velusamy
· 9 years ago
7c92f0a
adb: add unit test for fdevent.
by Yabin Cui
· 9 years ago
5fea491
Merge "fatal and fatal_errno should be noreturn."
by Elliott Hughes
· 9 years ago
5f84bc2
Merge "adb: clean up transport disconnect operations."
by Yabin Cui
· 9 years ago
dd01a37
fatal and fatal_errno should be noreturn.
by Elliott Hughes
· 9 years ago
2d4c198
adb: clean up transport disconnect operations.
by Yabin Cui
· 9 years ago
2adebd1
Merge "Improve adb tracing."
by Elliott Hughes
· 9 years ago
0ea5924
Improve adb tracing.
by Elliott Hughes
· 9 years ago
81aa502
Merge "adb: call run_transport_disconnects() only once."
by Yabin Cui
· 9 years ago
179d67a
Merge "win32: adb start-server shows stdout/stderr output from actual server"
by Elliott Hughes
· 9 years ago
09c62f4
Merge "adb unittest: get test_unicode_paths passing on win32"
by Elliott Hughes
· 9 years ago
a5868a7
Merge "adb: fix adb install and adb push exit code, error handling, unittest"
by Elliott Hughes
· 9 years ago
ca368bc
adb: call run_transport_disconnects() only once.
by Yabin Cui
· 9 years ago
c1a3133
adb: fix adb install and adb push exit code, error handling, unittest
by Spencer Low
· 9 years ago
4e639e6
adb unittest: get test_unicode_paths passing on win32
by Spencer Low
· 9 years ago
70ec57b
adb: remove adisconnect in aremotesocket.
by Yabin Cui
· 9 years ago
4d64fd8
adb: disconnect: fix write-after-free memory corruption and crash.
by Yabin Cui
· 9 years ago
d4641cc
Merge "adb: fix a fake data race on transport:kick reported by tsan."
by Yabin Cui
· 9 years ago
2bbb3a9
win32: adb start-server shows stdout/stderr output from actual server
by Spencer Low
· 9 years ago
d6662ec
adb: fix a fake data race on transport:kick reported by tsan.
by Yabin Cui
· 9 years ago
736ab39
Merge "adb: fix a data race in local_socket_event_func."
by Yabin Cui
· 9 years ago
8e503aa
adb: fix a data race in local_socket_event_func.
by Yabin Cui
· 9 years ago
10dedd8
adb: keep all asocket operations in the main thread.
by Yabin Cui
· 9 years ago
9e0f034
Don't build 32-bit host libadb.
by Elliott Hughes
· 9 years ago
46d4c27
Merge "Possible Mac build fix."
by Elliott Hughes
· 9 years ago
8dc9c86
Possible Mac build fix.
by Elliott Hughes
· 9 years ago
bfd8937
Not all filesystems support setting SELinux labels.
by Elliott Hughes
· 9 years ago
4be21af
Merge "Move adb's selinux_android_restorecon up and check for failures."
by Elliott Hughes
· 9 years ago
4f97b61
Move adb's selinux_android_restorecon up and check for failures.
by Elliott Hughes
· 9 years ago
219bc64
Merge "EINTR is handled by adb_read/unix_read and friends."
by Elliott Hughes
· 9 years ago
0b68420
Merge "Fix the fs_config call."
by Elliott Hughes
· 9 years ago
3dcb3bf
Fix the fs_config call.
by Elliott Hughes
· 9 years ago
687d6ad
Merge "Fix 32-bit build."
by Elliott Hughes
· 9 years ago
8979ed2
Fix 32-bit build.
by Elliott Hughes
· 9 years ago
0bd8587
EINTR is handled by adb_read/unix_read and friends.
by Elliott Hughes
· 9 years ago
7e9b6d6
Merge "Clean up error handling/reporting in file_sync_service.cpp."
by Elliott Hughes
· 9 years ago
d73ef20
Clean up error handling/reporting in file_sync_service.cpp.
by Elliott Hughes
· 9 years ago
59ce781
Merge "Add missing #include <memory> for std::unique_ptr on Windows."
by Elliott Hughes
· 9 years ago
4e7848d
Add missing #include <memory> for std::unique_ptr on Windows.
by Elliott Hughes
· 9 years ago
6bba79c
Merge "There are no big endian hosts, grandpa."
by Elliott Hughes
· 9 years ago
9e8e355
There are no big endian hosts, grandpa.
by Elliott Hughes
· 9 years ago
7907b53
Merge "adb sync cleanup."
by Elliott Hughes
· 9 years ago
b628cb1
adb sync cleanup.
by Elliott Hughes
· 9 years ago
c793f39
Merge "adbd: enable USB SuperSpeed (again)"
by Badhri Jagan Sridharan
· 9 years ago
ac5c766
Merge "Use glog for logging in the OSX USB layer"
by Siva Velusamy
· 9 years ago
878e36b
Use glog for logging in the OSX USB layer
by Siva Velusamy
· 9 years ago
faa5707
bundle init.rc contents with its service
by Tom Cherry
· 9 years ago
c499eeb
adb: win32: fix unittest exit code parsing
by Spencer Low
· 9 years ago
44be5ce
Merge "Add `adb features`."
by David Pursell
· 9 years ago
e5a7244
Merge "Add feature list to connection banner."
by David Pursell
· 9 years ago
996c12e
Add `adb features`.
by Dan Albert
· 10 years ago
be8e54b
Add feature list to connection banner.
by Dan Albert
· 10 years ago
6d6cb54
Start iterating USB pipe endpoints from 1.
by Elliott Hughes
· 9 years ago
1a7cd18
Merge "adb: On Mac, clear both host and device endpoints at startup"
by Siva Velusamy
· 9 years ago
Next »