Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
ff81cd2727a8abbbad7754ffdbea5783120769e7
/
adb
0aacbbe
adb: fix GetFeatureSet() to indicate failure.
by David Pursell
· 9 years ago
706955f
base: add network address parsing function from adb.
by David Pursell
· 9 years ago
b5028e4
adbd: use pty to determine whether a session is interactive.
by Josh Gao
· 9 years ago
c65fae9
adbd: don't leave zombies when subprocess creation fails.
by Josh Gao
· 9 years ago
7db2cb6
Merge "adb: tag fatal, fatal_errno with printf attribute."
by Josh Gao
· 9 years ago
56e9bb9
adb: tag fatal, fatal_errno with printf attribute.
by Josh Gao
· 9 years ago
3472410
Merge "Increase the maximum shell command length to 4096ish."
by Josh Gao
· 9 years ago
7e6683c
Increase the maximum shell command length to 4096ish.
by Josh Gao
· 9 years ago
bac7bb5
Fix a couple sign-comparison warnings.
by Dan Albert
· 9 years ago
6fe9930
Merge "adbd: Depend only on libminijail."
by Jorge Lucangeli Obes
· 9 years ago
d68ad69
Improve dumb terminal support (emacs is dumb).
by Elliott Hughes
· 9 years ago
218eb7c
adbd: Depend only on libminijail.
by Jorge Lucangeli Obes
· 9 years ago
fd79a5d
adbd: Remove check for set_supplementary_gids.
by Jorge Lucangeli Obes
· 9 years ago
94e0776
WA: Fix adb wait-for-device command
by Leo Sartre
· 9 years ago
1e20e0a
Limit adb_test to first multilib
by Dan Willemsen
· 9 years ago
a00e6ef
Give adb a proper progress bar.
by Elliott Hughes
· 9 years ago
82509e7
Merge "adb host: add device state in "adb wait-for-*""
by Elliott Hughes
· 9 years ago
1ff7393
Merge "adb: extract USB FFS read/write limit constants."
by Josh Gao
· 9 years ago
ae72b5a
adb: extract USB FFS read/write limit constants.
by Josh Gao
· 9 years ago
d361582
Merge "Improve "adb install"'s error message slightly."
by Elliott Hughes
· 9 years ago
fe01885
Improve "adb install"'s error message slightly.
by Elliott Hughes
· 9 years ago
683dc48
adb: Use Minijail for privilege dropping.
by Jorge Lucangeli Obes
· 9 years ago
64cc082
Merge "Use selinux_android_setcon() instead of setcon()"
by Tom Cherry
· 9 years ago
1fbc9db
adb host: add device state in "adb wait-for-*"
by Leo Sartre
· 9 years ago
38cd57a
Use selinux_android_setcon() instead of setcon()
by Tom Cherry
· 9 years ago
0b19540
adb: split up reads longer than 16k.
by Josh Gao
· 9 years ago
9e7893b
More idiomatic cleanup of 9f75a035713d216469f1cabfe4a65f7864e2145a.
by Elliott Hughes
· 9 years ago
9f75a03
adbd: make a PR_CAPBSET_DROP error fatal.
by Nick Kralevich
· 9 years ago
1b708d3
Share the new adb USB diagnostic code with fastboot.
by Elliott Hughes
· 9 years ago
80f3b04
Merge "adb: handle some edge cases with process environments."
by Josh Gao
· 9 years ago
e03c988
adb: handle some edge cases with process environments.
by Josh Gao
· 9 years ago
5e15568
Merge "adb: don't use setenv after forking."
by Josh Gao
· 9 years ago
9b3fd67
adb: don't use setenv after forking.
by Josh Gao
· 9 years ago
c8e7936
Merge "adb: make pulling symlinks and devices work."
by Josh Gao
· 9 years ago
f264224
adb: make pulling symlinks and devices work.
by Josh Gao
· 9 years ago
6945e36
Merge "adbd: refactor priv dropping logic"
by Mike Frysinger
· 9 years ago
aae38d9
Merge "adb: shell: add -n flag to not read from stdin."
by Josh Gao
· 9 years ago
7d58607
adb: shell: add -n flag to not read from stdin.
by Josh Gao
· 9 years ago
ce4bbcf
Merge "Revert "adb: Make HOME=/data/local/tmp""
by Nick Kralevich
· 9 years ago
b118762
Revert "adb: Make HOME=/data/local/tmp"
by Nick Kralevich
· 9 years ago
4120ebc
adbd: refactor priv dropping logic
by Mike Frysinger
· 9 years ago
f31aba9
Merge "adb: make the test_pull_dir test actually test something."
by Josh Gao
· 9 years ago
4d0e10b
Merge "Move adb tests to system/core/adb."
by Josh Gao
· 9 years ago
77f539a
Simplify adb LinePrinter newline handling.
by Elliott Hughes
· 9 years ago
ce8f2cd
adb: make the test_pull_dir test actually test something.
by Josh Gao
· 9 years ago
191c154
Move adb tests to system/core/adb.
by Josh Gao
· 9 years ago
663e949
Merge "adb: add help text for USB permission errors."
by David Pursell
· 9 years ago
5358093
Merge "adb: Make HOME=/data/local/tmp"
by Nick Kralevich
· 9 years ago
46b0b1c
Merge "Switch from using sockaddr to sockaddr_storage."
by Erik Kline
· 9 years ago
173eb39
adb: Make HOME=/data/local/tmp
by Nick Kralevich
· 9 years ago
7e16cc1
Switch from using sockaddr to sockaddr_storage.
by Erik Kline
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
1c6cd21
Merge "adbd: split up writes longer than 16k."
by Josh Gao
· 9 years ago
6b531c4
adbd: split up writes longer than 16k.
by Josh Gao
· 9 years ago
d2acbd1
adb: add help text for USB permission errors.
by David Pursell
· 9 years ago
1702f42
Merge "adb: don't divide by zero"
by Josh Gao
· 9 years ago
d0d87f7
Merge "Fix "adb sync" (and "adb push") error reporting."
by Elliott Hughes
· 9 years ago
b0e039f
adb: don't divide by zero
by Josh Gao
· 9 years ago
7b284b2
adb: don't pull symlinks when pulling a directory
by Josh Gao
· 9 years ago
d3266e0
adb: remove extraneous newline from skip message
by Josh Gao
· 9 years ago
dd6cc4d
adb: correctly count skipped files in push/pull
by Josh Gao
· 9 years ago
cc65c3b
Fix "adb sync" (and "adb push") error reporting.
by Elliott Hughes
· 9 years ago
6aab58c
Move SendLargeFile into SyncConnection.
by Elliott Hughes
· 9 years ago
65433da
Avoid SIGPIPE in adb.
by Elliott Hughes
· 9 years ago
c2252df
Don't send $TERM unless we're talking to a new adbd.
by Elliott Hughes
· 9 years ago
44901f1
Merge "adb: don't use adb_dirname in between getting and printing errno."
by Josh Gao
· 9 years ago
f6e65e3
adb: don't use adb_dirname in between getting and printing errno.
by Josh Gao
· 9 years ago
a629e2e
adb: don't link against libcutils on Windows.
by Josh Gao
· 9 years ago
18ddf5c
Pass $TERM to the device.
by Elliott Hughes
· 9 years ago
f96dc73
adb: don't pull symlinks.
by Josh Gao
· 9 years ago
56e6813
Improve adb help text and adb backup error reporting.
by Elliott Hughes
· 9 years ago
bb29000
adb: win32: Unicode USB device names
by Spencer Low
· 9 years ago
d21dc82
adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()
by Spencer Low
· 9 years ago
26f2e1f
Merge changes Ic124ecb9,I94de55d2
by Josh Gao
· 9 years ago
8591f71
Merge "adb: properly handle path separators on Windows."
by Josh Gao
· 9 years ago
b7b1edf
adb: remove exit-time destructors.
by Josh Gao
· 9 years ago
c1fd492
Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""
by Elliott Hughes
· 9 years ago
32762f4
adb: win32: fix adb shell
by Spencer Low
· 9 years ago
bf66659
Merge changes from topic 'adb_dir'
by Josh Gao
· 9 years ago
32b24cf
adb: add 100 column limit to .clang-format.
by Josh Gao
· 9 years ago
1a02530
adb: properly handle path separators on Windows.
by Josh Gao
· 9 years ago
07db119
adb: don't explode directories when pushing/pulling.
by Josh Gao
· 9 years ago
12a2ae9
adb: improve error handling, comments.
by Josh Gao
· 9 years ago
f39c564
Fix typo, caps in error messages.
by Jorge Lucangeli Obes
· 9 years ago
fdebc26
Merge "Revert "adb/base: fix adb push of Unicode filenames on Win32""
by Elliott Hughes
· 9 years ago
cc8cd59
Revert "adb/base: fix adb push of Unicode filenames on Win32"
by Elliott Hughes
· 9 years ago
332166a
Merge "adb/base: fix adb push of Unicode filenames on Win32"
by Elliott Hughes
· 9 years ago
ac9514a
adb/base: fix adb push of Unicode filenames on Win32
by Spencer Low
· 9 years ago
3c540ae
Merge "Add -e to the adb shell documentation."
by Elliott Hughes
· 9 years ago
0e42c2a
Add -e to the adb shell documentation.
by Elliott Hughes
· 9 years ago
0bb1ce0
Merge "adb: don't try to pull character or block devices."
by Josh Gao
· 9 years ago
8d00a39
adb: don't try to pull character or block devices.
by Josh Gao
· 9 years ago
21abf5a
adb: demote skipping a file from an error to a warning.
by Josh Gao
· 9 years ago
79964cd
Merge "Fix adb shell escape handling."
by Elliott Hughes
· 9 years ago
28416d6
Fix adb shell escape handling.
by Elliott Hughes
· 9 years ago
2d8f1d4
Merge "Enable hidepid=2 on /proc"
by Nick Kralevich
· 9 years ago
363af56
adb/base: minor compiler portability improvements
by Spencer Low
· 9 years ago
c39ba5a
Enable hidepid=2 on /proc
by Nick Kralevich
· 9 years ago
79e1c7a
AOSP master doesn't have "cmd".
by Elliott Hughes
· 9 years ago
6fa848a
use new cmd command
by Todd Kennedy
· 9 years ago
Next »