summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | |
| * | | am d08b80cc: am 20bda70f: Merge "Add Smartisan usb config"Elliott Hughes2014-06-241-0/+3
| |\| |
| | * | Merge "Add Smartisan usb config"Elliott Hughes2014-06-231-0/+3
| | |\ \
| | | * | Add Smartisan usb configBao Haojun2014-04-111-0/+3
* | | | | adb: use oom_score_adj instead of oom_adjRom Lemarchand2014-06-201-3/+3
* | | | | am d7d9b6fc: am f02fd9f0: am 5e504a4e: Merge "adb: Add USB vendor ID for Hone...Colin Cross2014-06-191-0/+3
|\| | | |
| * | | | am f02fd9f0: am 5e504a4e: Merge "adb: Add USB vendor ID for Honeywell"Colin Cross2014-06-191-0/+3
| |\| | |
| | * | | adb: Add USB vendor ID for HoneywellDanielMo2014-06-191-0/+3
* | | | | am 4224edf5: am 89e4fad0: am 4e6aa6a2: Merge "adbd: unconditionally call setg...Nick Kralevich2014-06-181-18/+18
|\| | | |
| * | | | am 89e4fad0: am 4e6aa6a2: Merge "adbd: unconditionally call setgroups"Nick Kralevich2014-06-181-18/+18
| |\| | |
| | * | | adbd: unconditionally call setgroupsNick Kralevich2014-06-181-18/+18
* | | | | am cd0d5935: am 6c65cd5d: am 60218f19: Merge "Add gionee USB vendor id."Elliott Hughes2014-06-161-0/+3
|\| | | |
| * | | | am 6c65cd5d: am 60218f19: Merge "Add gionee USB vendor id."Elliott Hughes2014-06-161-0/+3
| |\| | |
| | * | | Add gionee USB vendor id.xuefeng cai2014-06-161-0/+3
* | | | | Partially revert argument escaping.Jeff Sharkey2014-06-111-13/+20
* | | | | Uniformly escape shell arguments.Jeff Sharkey2014-06-101-40/+25
* | | | | am f3af14e6: am ef47eb19: am 30136150: Merge "adb: avoid leaking file descrip...Nick Kralevich2014-06-071-1/+1
|\| | | |
| * | | | am ef47eb19: am 30136150: Merge "adb: avoid leaking file descriptors"Nick Kralevich2014-06-071-1/+1
| |\| | |