Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
c5dc27027a99fb09503d96a875a23c03eb4ac885
c5dc270
Merge "adb: win32: initial IPv6 support and improved Winsock error reporting"
by Elliott Hughes
· 9 years ago
1f9f5bf
Merge "Make clear of the data length sent by write_packet."
by Yabin Cui
· 9 years ago
753d485
adb: win32: initial IPv6 support and improved Winsock error reporting
by Spencer Low
· 9 years ago
a96dabf
Make clear of the data length sent by write_packet.
by Yabin Cui
· 9 years ago
9897771
Merge "More adb cleanup."
by Elliott Hughes
· 9 years ago
d189cfb
More adb cleanup.
by Elliott Hughes
· 9 years ago
28d1f8d
Write mkdirs in more idiomatic C++ style.
by Alex Vallée
· 10 years ago
881c433
Merge "Add top level sanitize options for ADB."
by Dan Albert
· 9 years ago
fd0be89
Add top level sanitize options for ADB.
by Dan Albert
· 9 years ago
120adbd
Merge "adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL"
by Dan Albert
· 9 years ago
4d2e4fd
Merge "Use _WIN32 rather than HAVE_WINSOCK."
by Elliott Hughes
· 9 years ago
bf85d52
adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL
by Spencer Low
· 9 years ago
62e61b6
Merge "Add a script to record Android boot time."
by Yasuhiro Matsuda
· 9 years ago
360f881
Add a script to record Android boot time.
by Yasuhiro Matsuda
· 10 years ago
2b01414
Use _WIN32 rather than HAVE_WINSOCK.
by Elliott Hughes
· 9 years ago
a090079
Merge "fix adb {forward,reverse} --no-rebind"
by Elliott Hughes
· 9 years ago
9536513
fix adb {forward,reverse} --no-rebind
by Spencer Low
· 9 years ago
94c05fb
Merge "Fix AndroidDevice.get_prop, add tests."
by Dan Albert
· 9 years ago
38094c1
Fix AndroidDevice.get_prop, add tests.
by Dan Albert
· 9 years ago
24f9b08
Fix const-ness of strrchr callers.
by Elliott Hughes
· 9 years ago
a4169f9
Create adb Python package.
by Dan Albert
· 9 years ago
083126e
Merge "Add a simple test for using non-ASCII paths with adb."
by Elliott Hughes
· 9 years ago
19ccd89
Add a simple test for using non-ASCII paths with adb.
by Elliott Hughes
· 9 years ago
1c73461
Merge "Fix Win32 adb build (for the second time today)."
by Elliott Hughes
· 9 years ago
bb4fe4a
Fix Win32 adb build (for the second time today).
by Elliott Hughes
· 9 years ago
bc50d67
Merge "Clean up the locking in usb_linux.cpp."
by Elliott Hughes
· 9 years ago
3af421c
Clean up the locking in usb_linux.cpp.
by Elliott Hughes
· 9 years ago
50755e1
Merge "Fix Win32 adb build."
by Elliott Hughes
· 9 years ago
fe44751
Fix Win32 adb build.
by Elliott Hughes
· 9 years ago
455ffbd
Merge "Report getaddrinfo failures correctly."
by Elliott Hughes
· 9 years ago
43df109
Report getaddrinfo failures correctly.
by Elliott Hughes
· 9 years ago
6cde25e
Merge "Don't limit Windows USB reads."
by Elliott Hughes
· 9 years ago
2e302ec
Don't limit Windows USB reads.
by Elliott Hughes
· 9 years ago
d9b84e5
Merge "adb: win32: fix exec-in and exec-out to use binary mode"
by Elliott Hughes
· 9 years ago
06e9db9
Merge "Increase size of the the adb packets sent over the wire"
by Elliott Hughes
· 9 years ago
a1c60c0
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 9 years ago
34f6f58
Merge "Show "(reverse)" in "adb reverse --list"."
by Elliott Hughes
· 9 years ago
5259178
Show "(reverse)" in "adb reverse --list".
by Elliott Hughes
· 9 years ago
4710d8c
Merge ""adb tcpip" should require a numeric argument."
by Elliott Hughes
· 9 years ago
d94e8ba
"adb tcpip" should require a numeric argument.
by Elliott Hughes
· 9 years ago
ad7c49f
Merge "Recognize IPv6 addresses for "adb connect"."
by Elliott Hughes
· 9 years ago
09ccf1f
Recognize IPv6 addresses for "adb connect".
by Elliott Hughes
· 9 years ago
5c761bd
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 9 years ago
bba4d47
Merge "Remove subproc events when ADB_HOST."
by Elliott Hughes
· 9 years ago
3212939
Fix adbd/adb server confusion in an error message.
by Elliott Hughes
· 9 years ago
436fa6b
Remove subproc events when ADB_HOST.
by Alex Vallée
· 9 years ago
e916315
Move mkdirs to adb_utils.
by Alex Vallée
· 10 years ago
a53c848
Merge "Revert "Turn on -Wformat-nonliteral.""
by Dan Albert
· 9 years ago
3d978e6
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
2c1ae14
Merge "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
7d8fc46
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
5f1d5ff
Merge "Replace HAVE_WIN32_IPC with _WIN32."
by Elliott Hughes
· 9 years ago
d0f82f1
Replace HAVE_WIN32_IPC with _WIN32.
by Elliott Hughes
· 9 years ago
0de6891
Fix "adb remount" for when the root directory is in system.img
by Daniel Rosenberg
· 10 years ago
f46cc57
Merge "Fixed a documentation error in protocol.txt"
by Elliott Hughes
· 9 years ago
65f76dd
Fixed a documentation error in protocol.txt
by Derrick Bonafilia
· 9 years ago
e458d72
Merge "adb server: don't close stale fd when TCP transport is closed"
by Elliott Hughes
· 10 years ago
24f5276
Improve the "device '(null)' not found" error.
by Elliott Hughes
· 10 years ago
d7eb854
Ignore ro.adb.secure in user builds.
by Elliott Hughes
· 10 years ago
11f73a1
Remove calls to is_selinux_enabled()
by Nick Kralevich
· 10 years ago
52746b0
Minor "adb help" fixes.
by Elliott Hughes
· 10 years ago
6f38e23
adb server: don't close stale fd when TCP transport is closed
by Spencer Low
· 10 years ago
e7af2d3
adb: win32: fix exec-in and exec-out to use binary mode
by Spencer Low
· 10 years ago
675f1bd
Merge "adb: win32: fix logging to adb.log"
by Elliott Hughes
· 10 years ago
2b113d6
Merge "Fix test_adb.py against production builds."
by Elliott Hughes
· 10 years ago
d5e9f91
Merge "adb shouldn't trace unless told to"
by Paul Lawrence
· 10 years ago
f4ca27d
adb shouldn't trace unless told to
by Paul Lawrence
· 10 years ago
3256b49
Fix test_adb.py against production builds.
by Elliott Hughes
· 10 years ago
7f0dba1
Merge "adb: win32: get test_adb.py running and passing 100%"
by Elliott Hughes
· 10 years ago
45ca894
Merge "adb: fix adb_close() vs. unix_close() usage"
by Elliott Hughes
· 10 years ago
4911f4b
adb: win32: fix logging to adb.log
by Spencer Low
· 10 years ago
d98ca8a
Fix error handling/reporting for "adb forward" and "adb reverse".
by Elliott Hughes
· 10 years ago
ab21e71
adb: win32: get test_adb.py running and passing 100%
by Spencer Low
· 10 years ago
3a2421b
adb: fix adb_close() vs. unix_close() usage
by Spencer Low
· 10 years ago
b1d05de
Merge "Improve logging."
by Dan Albert
· 10 years ago
08d552b
Improve logging.
by Dan Albert
· 10 years ago
4f246ad
Merge "Clean up adb_trace_init."
by Dan Albert
· 10 years ago
73af9e6
Merge "Make atransport be a real class."
by Dan Albert
· 10 years ago
ecce503
Make atransport be a real class.
by Dan Albert
· 10 years ago
c6d3a24
Turn on -Wextra.
by Dan Albert
· 10 years ago
27929b0
Clean up adb_trace_init.
by Dan Albert
· 10 years ago
9ca39e3
adb / libbase: clean up NOGDI and evil ERROR macro
by Spencer Low
· 10 years ago
211b490
Merge "Make connection states a proper type."
by Dan Albert
· 10 years ago
9a50f4c
Make connection states a proper type.
by Dan Albert
· 10 years ago
ea67bc9
Merge "Ignore whitespace/indent issues from cpplint."
by Dan Albert
· 10 years ago
78c126d
Ignore whitespace/indent issues from cpplint.
by Dan Albert
· 10 years ago
5bf0f16
Merge "adb: win32: fix key files reading/writing"
by Dan Albert
· 10 years ago
9c028f9
Make pty raw in adb shell when non-interactive.
by Dan Albert
· 10 years ago
fb05b37
Merge "adb: win32: fix StringPrintf format string checking of %zd and PRIu64"
by Dan Albert
· 10 years ago
90a8976
Merge "adb: win32: fix daemon acknowledgement"
by Dan Albert
· 10 years ago
c8dbd47
Merge "Fix ' escaping in adb."
by Elliott Hughes
· 10 years ago
de52ce2
Fix ' escaping in adb.
by Elliott Hughes
· 10 years ago
803451e
adb: win32: fix StringPrintf format string checking of %zd and PRIu64
by Spencer Low
· 10 years ago
9529b3e
Merge "adb: Do not share memory between multiple thread"
by Elliott Hughes
· 10 years ago
e6959b7
adb: Do not share memory between multiple thread
by Alan Jeon
· 10 years ago
91ae28e
adb: win32: fix daemon acknowledgement
by Spencer Low
· 10 years ago
9a0602f
Merge "Failure to find an oem partition should not be a remount failure."
by Elliott Hughes
· 10 years ago
689011f
Failure to find an oem partition should not be a remount failure.
by Elliott Hughes
· 10 years ago
9616c0b
Merge "Revert "Revert "Split adb_main.cpp into client and daemon."""
by Dan Albert
· 10 years ago
53a3744
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
Next »