Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_adb
/
fe44751e166013dbaf4ec60a73c3c4e62450e0e2
fe44751
Fix Win32 adb build.
by Elliott Hughes
· 10 years ago
455ffbd
Merge "Report getaddrinfo failures correctly."
by Elliott Hughes
· 10 years ago
43df109
Report getaddrinfo failures correctly.
by Elliott Hughes
· 10 years ago
6cde25e
Merge "Don't limit Windows USB reads."
by Elliott Hughes
· 10 years ago
2e302ec
Don't limit Windows USB reads.
by Elliott Hughes
· 10 years ago
d9b84e5
Merge "adb: win32: fix exec-in and exec-out to use binary mode"
by Elliott Hughes
· 10 years ago
06e9db9
Merge "Increase size of the the adb packets sent over the wire"
by Elliott Hughes
· 10 years ago
a1c60c0
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 10 years ago
34f6f58
Merge "Show "(reverse)" in "adb reverse --list"."
by Elliott Hughes
· 10 years ago
5259178
Show "(reverse)" in "adb reverse --list".
by Elliott Hughes
· 10 years ago
4710d8c
Merge ""adb tcpip" should require a numeric argument."
by Elliott Hughes
· 10 years ago
d94e8ba
"adb tcpip" should require a numeric argument.
by Elliott Hughes
· 10 years ago
ad7c49f
Merge "Recognize IPv6 addresses for "adb connect"."
by Elliott Hughes
· 10 years ago
09ccf1f
Recognize IPv6 addresses for "adb connect".
by Elliott Hughes
· 10 years ago
5c761bd
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 10 years ago
bba4d47
Merge "Remove subproc events when ADB_HOST."
by Elliott Hughes
· 10 years ago
3212939
Fix adbd/adb server confusion in an error message.
by Elliott Hughes
· 10 years ago
436fa6b
Remove subproc events when ADB_HOST.
by Alex Vallée
· 10 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
· 10 years ago
3d978e6
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 10 years ago
2c1ae14
Merge "Turn on -Wformat-nonliteral."
by Dan Albert
· 10 years ago
7d8fc46
Turn on -Wformat-nonliteral.
by Dan Albert
· 10 years ago
5f1d5ff
Merge "Replace HAVE_WIN32_IPC with _WIN32."
by Elliott Hughes
· 10 years ago
d0f82f1
Replace HAVE_WIN32_IPC with _WIN32.
by Elliott Hughes
· 10 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
· 10 years ago
65f76dd
Fixed a documentation error in protocol.txt
by Derrick Bonafilia
· 10 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
· 11 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
e66e677
Merge "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
fb929fd
Merge "Revert "Probably fix the Mac build.""
by Dan Albert
· 10 years ago
151f488
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
100889c
Revert "Probably fix the Mac build."
by Dan Albert
· 10 years ago
7ba9e1f
Merge "Probably fix the Mac build."
by Dan Albert
· 10 years ago
7a07e4e
Probably fix the Mac build.
by Dan Albert
· 10 years ago
81d467e
Merge "Fix "adb remount" for devices without an oem partition."
by Elliott Hughes
· 10 years ago
0a5c483
Merge "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
ad87c02
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
818aa86
Merge "Try to include the SHA in a ddmslib-compatible way."
by Elliott Hughes
· 10 years ago
dabb974
Fix "adb remount" for devices without an oem partition.
by Elliott Hughes
· 10 years ago
2bfec95
Merge "Add some missing 'const's."
by Elliott Hughes
· 10 years ago
918dcdc
Try to include the SHA in a ddmslib-compatible way.
by Elliott Hughes
· 10 years ago
9d07fee
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
60bca2d
adb: win32: fix key files reading/writing
by Spencer Low
· 10 years ago
7dc759f
adb: win32: fix adb emu command
by Spencer Low
· 10 years ago
a8c3414
Be tolerant of devices that don't report serials.
by Dan Albert
· 10 years ago
ab93a04
Merge "Add some missing 'static's."
by Elliott Hughes
· 10 years ago
712416a
Add some missing 'static's.
by Elliott Hughes
· 10 years ago
06815c9
Merge "Include the git sha in the adb version."
by Dan Albert
· 10 years ago
a8285fb
Include the git sha in the adb version.
by Dan Albert
· 10 years ago
9e4cc2d
Merge "Disable adb tests for Windows."
by Dan Albert
· 10 years ago
fd793e8
Merge "_beginthread returns uintptr_t."
by Elliott Hughes
· 10 years ago
1fa736d
Disable adb tests for Windows.
by Dan Albert
· 10 years ago
30f2e2b
_beginthread returns uintptr_t.
by Elliott Hughes
· 10 years ago
f251714
Simplify adb_thread_create.
by Elliott Hughes
· 10 years ago
3aec2ba
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
32ce0f8
Merge "Remove non-functional "adb persist"."
by Elliott Hughes
· 10 years ago
Next »