summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
Commit message (Expand)AuthorAgeFilesLines
* Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.Elliott Hughes2014-11-211-1/+0
* Consolidate adb trace macro defines into its own header file.leozwang2014-07-291-103/+1
* Redirect debug output to logcat.leozwang2014-07-231-1/+25
* add sideload-host mode to adbDoug Zongker2014-07-071-1/+1
* Merge "Add "exec" service: shell commands with no pty."Jeff Sharkey2014-06-021-6/+6
|\
| * Add "exec" service: shell commands with no pty.Jeff Sharkey2014-05-301-6/+6
| * am 4639ae45: am a0ce4e28: am 98fdcfa9: am 67cb61ee: Merge "adb: Check sender\...Nick Kralevich2013-12-191-1/+7
| |\
| * | adb: deprecate legacy log service interfaceMark Salyzyn2013-12-101-2/+0
* | | adb: implement "adb reverse <local> <remote>"David 'Digit' Turner2014-05-271-0/+2
* | | adb: deprecate legacy log service interfaceMark Salyzyn2014-01-271-2/+0
| |/ |/|
* | adb: Check sender's socket id when receiving packets.David 'Digit' Turner2013-12-161-1/+7
|/
* adb: Handle adb connect in a threadBenoit Goby2013-04-251-1/+1
* adb: Cleanup dead codeBenoit Goby2013-04-241-4/+1
* adb: Add "unauthorized" connection stateBenoit Goby2013-01-151-0/+1
* adb: Create private key with 0600 modeBenoit Goby2012-08-311-1/+1
* adb: Add public key authentificationBenoit Goby2012-08-231-2/+12
* Revert "adb: Add public key authentification"Benoit Goby2012-08-201-12/+2
* adb: Add public key authentificationBenoit Goby2012-08-161-2/+12
* Merge "FunctionFS: initial implementation"Benoit Goby2012-06-061-0/+11
|\
| * FunctionFS: initial implementationAndrzej Pietrasiewicz2012-05-311-0/+11
* | am 2ca3e6b3: adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-1/+1
|\ \
| * | adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-051-1/+1
* | | am e82c2db0: adb: Transmit key properties in banner of connect messageScott Anderson2012-06-051-0/+2
|\ \ \ | |/ / | | / | |/ |/|
| * adb: Transmit key properties in banner of connect messageScott Anderson2012-06-051-0/+2
* | am 9526a788: Merge "adb: Add ability to specify device path" into ics-aahScott Anderson2012-05-011-2/+3
|\ \ | |/
| * adb: Add ability to specify device pathScott Anderson2012-04-201-2/+3
* | adb: Don't synchronize with transport using sleepBenoit Goby2012-03-161-0/+5
* | Enables ADBD tracing in the emulator.Vladimir Chtchetkine2012-02-271-0/+15
* | add "adb sideload" and sideload connection stateDoug Zongker2012-01-101-0/+1
|/
* Revert "adb: kick the transport after sending the "adb root" command"Mike Lockwood2011-06-221-7/+1
* adb: Update version to 1.0.28Mike Lockwood2011-06-211-1/+1
* adb: kick the transport after sending the "adb root" commandMike Lockwood2011-06-121-0/+6
* Add 'adb restore' to parallel 'adb backup'Christopher Tate2011-05-171-1/+5
* Add 'adb backup' for pulling a full backup tarfile to the hostChristopher Tate2011-04-271-1/+2
* adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-281-14/+33
* Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-231-34/+4
* Fix adb hang when subprocess dies early.JP Abgrall2011-02-181-4/+34
* Build adb for target-as-hostJohn Michelau2010-10-051-1/+9
* adb connect and disconnect improvements:Mike Lockwood2010-06-021-1/+2
* Let "adb connect" connect to emulators tooStefan Hilzinger2010-05-241-0/+8
* Make adb's daemon-port on the host machine configurable.Stefan Hilzinger2010-04-281-4/+4
* adb: Add five second timeout for USB writes on Linux host.Mike Lockwood2010-04-281-1/+1
* Make get_my_path() saferAlexey Tarasov2009-10-221-1/+1
* adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-131-0/+6
* adb: Fix emulator support.Mike Lockwood2009-08-261-2/+2
* adb: Improved support for running adb over TCP/IPMike Lockwood2009-08-261-3/+3
* adb: On Linux, detect USB devices for which adb does not have permissions to ...Mike Lockwood2009-08-261-4/+7
* adb: add "adb reboot" command.Mike Lockwood2009-08-261-1/+1
* adb: Increment ADB_SERVER_VERSIONMike Lockwood2009-07-091-1/+1
* adb: Allow enabling of device side adbd logging with a persistent system prop...Mike Lockwood2009-05-251-5/+0