summaryrefslogtreecommitdiffstats
path: root/adb/services.c
Commit message (Expand)AuthorAgeFilesLines
* kill HAVE_FORKEXECYabin Cui2014-11-121-6/+6
* 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
| * adb: set O_CLOEXEC on lots of file descriptorsNick Kralevich2014-07-211-5/+4
| * 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-181-44/+108
* | adb: set O_CLOEXEC on lots of file descriptorsNick Kralevich2014-07-181-5/+4
* | Add install-multiple to adb.Jeff Sharkey2014-07-141-1/+2
* | adb: use oom_score_adj instead of oom_adjRom Lemarchand2014-06-201-3/+3
* | Merge "Add "exec" service: shell commands with no pty."Jeff Sharkey2014-06-021-44/+108
|\ \ | |/ |/|
| * Add "exec" service: shell commands with no pty.Jeff Sharkey2014-05-301-44/+108
* | am 6e7343b8: Merge "adb: implement "adb reverse <local> <remote>""David 'Digit' Turner2014-05-271-0/+21
|\ \ | |/ |/|
| * adb: implement "adb reverse <local> <remote>"David 'Digit' Turner2014-05-271-0/+21
* | am 9cae50b3: Merge "Bound the ADB connect time with a non-blocking connect"Elliott Hughes2014-05-191-1/+1
|\ \ | |/
| * Bound the ADB connect time with a non-blocking connectKen Lierman2014-05-191-1/+1
* | am 02916aa2: Remove obsolete vdc call.Nick Kralevich2014-03-041-14/+1
|\ \ | |/ |/|
| * Remove obsolete vdc call.Nick Kralevich2014-03-041-14/+1
* | adb: deprecate legacy log service interfaceMark Salyzyn2014-01-271-2/+0
* | system/core 64-bit cleanup.Elliott Hughes2014-01-161-4/+4
|/
* Don't return immediately from reboot commands.Nick Kralevich2013-10-241-0/+4
* adb: Only use properties on device buildsNick Kralevich2013-05-231-0/+1
* adb: Handle adb connect in a threadBenoit Goby2013-04-251-0/+123
* adb: Cleanup dead codeBenoit Goby2013-04-241-101/+2
* Make init handle rebootsNick Kralevich2013-04-231-2/+11
* Make adb robust against EINTRKenny Root2012-10-121-1/+1
* adb: Don't synchronize with transport using sleepBenoit Goby2012-03-161-13/+0
* Revert "Reimplement the "adb root" command to more closely match its previous...Benoit Goby2012-03-161-2/+4
* Reimplement the "adb root" command to more closely match its previous behaviorMike Lockwood2011-06-221-4/+2
* Add 'adb restore' to parallel 'adb backup'Christopher Tate2011-05-171-1/+3
* Add 'adb backup' for pulling a full backup tarfile to the hostChristopher Tate2011-04-271-0/+4
* adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-22/+94
* Try to unmount writable filesystems when rebootingKen Sumrall2011-03-101-3/+2
* Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-231-87/+19
* Fix adb hang when subprocess dies early.JP Abgrall2011-02-181-19/+87
* Fix adb leaking file descriptors to forked processesBenoit Goby2011-02-021-0/+1
* adb: Attempt to unmount the SD card before rebooting.Mike Lockwood2010-02-241-1/+15
* adb: Clean up argument passing for create_service_thread()Mike Lockwood2009-09-191-4/+5
* Revert "adb: Another attempted workaround for the adb disconnect problem."Joe Onorato2009-09-031-81/+12
* Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing ...Mike Lockwood2009-09-031-39/+0
* adb: "adb bugreport" now runs dumpstate via init rather than execing it in th...Mike Lockwood2009-09-031-0/+39
* adb: Improved support for running adb over TCP/IPMike Lockwood2009-08-241-4/+52
* adb: add "adb reboot" command.Mike Lockwood2009-08-051-0/+20
* adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood2009-07-301-11/+81
* Revert "adb: Workaround for adb disconnect problem."Mike Lockwood2009-06-111-55/+3
* adb: Workaround for adb disconnect problem.Mike Lockwood2009-06-021-3/+55
* adb: adbd no longer disables OOM and now sets children's OOM adjustment to zeroMike Lockwood2009-05-201-0/+12
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+30
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+367
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-367/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-4/+1