summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
Commit message (Expand)AuthorAgeFilesLines
* adb: Look for bu in /sbin when in recovery modeTom Marshall2015-10-171-0/+2
* adb: Add a few more wait-for commandsSteve Kondik2015-10-171-0/+3
* More adb buffer fixes.Elliott Hughes2015-05-011-1/+2
* More fixed-length buffer removal.Elliott Hughes2015-04-301-2/+0
* Remove extern "C" barriers to using C++.Elliott Hughes2015-04-171-20/+6
* Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-161-3/+0
* Move adb to C++.Dan Albert2015-03-091-3/+3
* Move transport declarations into transport.h.Dan Albert2015-02-241-46/+8
* Move adb_main to its own file.Dan Albert2015-02-181-0/+1
* Move the adb auth code into its own file.Dan Albert2015-02-181-0/+5
* Add extern "C" to all the adb headers.Dan Albert2015-02-181-0/+8
* Begin moving code from adb to libadb.Dan Albert2015-01-261-0/+1
* Fix disable-verity when the underlying block device is ROSami Tolvanen2015-01-051-1/+1
* Add adb enable-verityPaul Lawrence2014-12-091-1/+3
* Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""Paul Lawrence2014-12-091-0/+1
* Add more debug information.leozwang2014-12-091-0/+3
* 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