summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge "Fix build of adb with gcc-4.9."Elliott Hughes2014-08-051-2/+5
| |\ \
| | * | Fix build of adb with gcc-4.9.Alexander Ivchenko2014-08-061-2/+5
* | | | am 46a8ffe8: Fix Windows adb build by avoiding "bool"Brian Carlstrom2014-08-061-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix Windows adb build by avoiding "bool"Brian Carlstrom2014-08-051-1/+1
* | | | am 43d65b69: Merge "Escape single quotes in arguments." into lmp-devJeff Sharkey2014-08-061-3/+8
|\ \ \ \ | |/ / /
| * | | Merge "Escape single quotes in arguments." into lmp-devJeff Sharkey2014-08-051-3/+8
| |\ \ \
| | * | | Escape single quotes in arguments.Jeff Sharkey2014-08-051-3/+8
| * | | | Move host 'get-state' service up so that it works.Simon Ye2014-08-051-5/+5
| |/ / /
* | | | am 830a8641: am a8d0c4a2: Merge "Move host \'get-state\' service up so that i...Elliott Hughes2014-08-061-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Move host 'get-state' service up so that it works."Elliott Hughes2014-08-051-5/+5
| |\ \ \
| | * | | Move host 'get-state' service up so that it works.Simon Ye2014-07-281-5/+5
| * | | | Partially revert argument escaping.Jeff Sharkey2014-08-051-13/+20
| * | | | Uniformly escape shell arguments.Jeff Sharkey2014-08-051-40/+25
| | |_|/ | |/| |
* | | | am a361503e: Merge "Consolidate adb trace macro defines into its own header f...leozwang2014-07-303-114/+146
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge "Consolidate adb trace macro defines into its own header file." into lm...leozwang2014-07-253-114/+146
| |\ \ \
| | * | | Consolidate adb trace macro defines into its own header file.leozwang2014-07-293-114/+146
| * | | | Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break.Elliott Hughes2014-07-291-3/+2
| |/ / /
* | | | am ec531e5c: am 47a12389: Merge "Fix adb "ptsname is not thread-safe; use pts...Elliott Hughes2014-07-291-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break.Elliott Hughes2014-07-291-3/+2
* | | | am 74ff4fcf: Merge "Follow refactoring of install-abandon command." into lmp-devJeff Sharkey2014-07-251-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Follow refactoring of install-abandon command.Jeff Sharkey2014-07-251-2/+2
* | | | am 5a255238: Merge "Redirect debug output to logcat." into lmp-devleozwang2014-07-252-2/+26
|\ \ \ \ | |/ / /
| * | | Merge "Redirect debug output to logcat." into lmp-devleozwang2014-07-242-2/+26
| |\ \ \
| | * | | Redirect debug output to logcat.leozwang2014-07-232-2/+26
* | | | | am edf41f98: am 8d9d362b: Merge "adb: Add USB vendor ID for SONIM TECHNOLOGIE...Colin Cross2014-07-251-0/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC.DanielMo2014-07-251-0/+3
* | | | | am 6ebaf311: am 721f189a: Merge "fix adb build on Darwin"Tim Murray2014-07-251-0/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | fix adb build on DarwinTim Murray2014-07-241-0/+1
| * | | adb: set O_CLOEXEC on lots of file descriptorsNick Kralevich2014-07-215-16/+16
| * | | adb: replace utimes() with utime()Greg Hackmann2014-07-211-2/+3
| * | | adb: use oom_score_adj instead of oom_adjRom Lemarchand2014-07-181-3/+3
| * | | Add "exec" service: shell commands with no pty.Jeff Sharkey2014-07-185-218/+171
| * | | adb: added support for adb pull -a to preserve time stamps and modeLajos Molnar2014-07-183-36/+47
| * | | Fix implicit declaration of function 'prctl' in adb.Elliott Hughes2014-07-181-1/+1
| | |/ | |/|
* | | Merge "adb: set O_CLOEXEC on lots of file descriptors" into lmp-devNick Kralevich2014-07-215-16/+16
|\ \ \ | |_|/ |/| |
| * | adb: set O_CLOEXEC on lots of file descriptorsNick Kralevich2014-07-185-16/+16
* | | Fix implicit declaration of function 'prctl' in adb.Elliott Hughes2014-07-181-1/+1
|/ /
* | Fix the build in clangChristopher Tate2014-07-141-4/+4
* | Fix 64-bit builds.Jeff Sharkey2014-07-141-1/+1
* | Add install-multiple to adb.Jeff Sharkey2014-07-144-153/+192
* | am cb7be1e8: am 87c7a0d7: am 77a2c22d: Merge "adbd: adb root should terminate...Badhri Jagan Sridharan2014-07-101-1/+12
|\ \
| * \ am 87c7a0d7: am 77a2c22d: Merge "adbd: adb root should terminate adbd only if...Badhri Jagan Sridharan2014-07-101-1/+12
| |\ \ | | |/
| | * Merge "adbd: adb root should terminate adbd only if it's debuggable"Badhri Jagan Sridharan2014-07-091-1/+12
| | |\
| | | * adbd: adb root should terminate adbd only if it's debuggablejzhuan52014-05-051-1/+12
* | | | fix windows buildDoug Zongker2014-07-071-1/+1
* | | | adb: fix 64-bit buildColin Cross2014-07-071-1/+1
* | | | Merge "add sideload-host mode to adb"Doug Zongker2014-07-073-3/+113
|\ \ \ \
| * | | | add sideload-host mode to adbDoug Zongker2014-07-073-3/+113
* | | | | Added support for vendor partition to adbDaniel Rosenberg2014-07-024-48/+87
|/ / / /
* | | | am f6d86d75: am d08b80cc: am 20bda70f: Merge "Add Smartisan usb config"Elliott Hughes2014-06-241-0/+3
|\ \ \ \ | |/ / /