summaryrefslogtreecommitdiffstats
path: root/adb/adb.c
Commit message (Expand)AuthorAgeFilesLines
* Allow adb to listen both on usb and tcp.Mike J. Chen2012-08-091-11/+15
* Merge "FunctionFS: initial implementation"Benoit Goby2012-06-061-1/+2
|\
| * FunctionFS: initial implementationAndrzej Pietrasiewicz2012-05-311-1/+2
* | am 1b7a7e81: adb: Use bionic\'s strtok_r() for WindowsScott Anderson2012-06-051-2/+2
|\ \
| * | adb: Use bionic's strtok_r() for WindowsScott Anderson2012-06-051-2/+2
* | | am 2ca3e6b3: adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-4/+3
|\ \ \ | |/ /
| * | adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-4/+3
* | | am e82c2db0: adb: Transmit key properties in banner of connect messageScott Anderson2012-06-051-21/+82
|\ \ \ | |/ /
| * | adb: Transmit key properties in banner of connect messageScott Anderson2012-06-051-21/+82
* | | am c7993af6: adb: Fix compiler warningScott Anderson2012-06-011-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * adb: Fix compiler warningScott Anderson2012-05-311-1/+2
* | am 9526a788: Merge "adb: Add ability to specify device path" into ics-aahScott Anderson2012-05-011-9/+22
|\ \ | |/
| * adb: Add ability to specify device pathScott Anderson2012-04-201-9/+22
| * Allow adb to listen both on usb and tcp.Joe Onorato2011-12-071-10/+15
* | adb: set umask to 000Nick Kralevich2012-04-021-0/+2
* | Add AID_SDCARD_R.Dianne Hackborn2012-03-081-2/+3
* | Enables ADBD tracing in the emulator.Vladimir Chtchetkine2012-02-271-0/+55
* | Don't allow adb to run as root in user builds.Nick Kralevich2012-01-191-0/+4
* | Move permission checking code to it's own function.Nick Kralevich2012-01-191-23/+31
* | add "adb sideload" and sideload connection stateDoug Zongker2012-01-101-0/+7
|/
* adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/statsJP Abgrall2011-11-091-1/+3
* Merge "Default to secure mode"Kenny Root2011-08-051-1/+1
|\
| * Default to secure modeKenny Root2011-07-311-1/+1
* | am 189de0c1: am adabe566: am 810cf41b: Merge "Fixed memory leak when using tr...Nick Kralevich2011-07-291-1/+1
|\ \ | |/ |/|
| * Fixed memory leak when using transport:serial.Tom Marlin2011-07-291-1/+1
| * Fix adb leaking file descriptors to forked processesBenoit Goby2011-02-031-0/+2
| * adb: improve debug traces readability.David 'Digit' Turner2011-02-031-2/+2
* | adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-11/+15
* | Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-231-13/+9
* | Fix adb hang when subprocess dies early.JP Abgrall2011-02-181-9/+13
* | Fix adb leaking file descriptors to forked processesBenoit Goby2011-02-021-0/+2
* | adb: improve debug traces readability.David 'Digit' Turner2011-01-061-2/+2
|/
* am 44db990d: Fix bug 2950316. Check return values.Nick Kralevich2010-08-271-4/+12
|\
| * Fix bug 2950316. Check return values.Nick Kralevich2010-08-271-4/+12
* | print msg.command in human-readable formatViral Mehta2010-07-191-2/+4
|/
* merge from open-source masterThe Android Open Source Project2010-06-031-21/+38
|\
| * adb connect and disconnect improvements:Mike Lockwood2010-06-021-21/+38
* | merge from open-source masterThe Android Open Source Project2010-06-021-33/+99
|\ \ | |/
| * Let "adb connect" connect to emulators tooStefan Hilzinger2010-05-241-33/+99
* | merge from open-source masterThe Android Open Source Project2010-04-281-15/+23
|\ \ | |/
| * Make adb's daemon-port on the host machine configurable.Stefan Hilzinger2010-04-281-9/+23
| * adb: remove obsolete adb.connected system property.Mike Lockwood2010-04-281-6/+0
* | merge from open-source masterThe Android Open Source Project2010-04-211-3/+6
|\ \ | |/
| * adb: Add persistent system property for running adb in TCPIP modeMike Lockwood2010-04-201-3/+6
* | adb: Attempt to unmount the SD card before rebooting.Mike Lockwood2010-02-241-1/+2
|/
* Make get_my_path() saferAlexey Tarasov2009-10-221-1/+1
* adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-131-5/+28
* adb: Fix emulator support.Mike Lockwood2009-08-261-6/+8
* adb: Improved support for running adb over TCP/IPMike Lockwood2009-08-261-5/+46
* adb: add "adb reboot" command.Mike Lockwood2009-08-261-0/+14