aboutsummaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Allow adb to listen both on usb and tcp.Mike J. Chen2012-08-091-11/+15
* am 7accfc2f: am f889f0db: Merge "Trivial signed/unsigned warning fix for adbd"Stephen Hines2012-08-081-1/+1
|\
| * Trivial signed/unsigned warning fix for adbdEdwin Vane2012-08-021-1/+1
| * Fix signed/unsigned comparison warningEdwin Vane2012-08-011-1/+1
* | am d4725517: am ec7d9dc7: Merge "Avoid zombies on androidscreencast"Colin Cross2012-07-231-0/+5
|\|
| * Avoid zombies on androidscreencastYuriy Zabroda2012-07-231-0/+5
* | Add Kobo's USB vendor ID to adbDan Zhang2012-07-091-0/+3
* | am 504dccec: am aeceb517: adb: Fix adb tcpip commandBenoit Goby2012-06-121-3/+3
|\|
| * am aeceb517: adb: Fix adb tcpip commandBenoit Goby2012-06-121-3/+3
| |\
| | * adb: Fix adb tcpip commandBenoit Goby2012-06-121-3/+3
* | | Merge "FunctionFS: initial implementation"Benoit Goby2012-06-063-17/+364
|\ \ \
| * | | FunctionFS: initial implementationAndrzej Pietrasiewicz2012-05-313-17/+364
* | | | am 1b7a7e81: adb: Use bionic\'s strtok_r() for WindowsScott Anderson2012-06-053-2/+89
|\ \ \ \
| * | | | adb: Use bionic's strtok_r() for WindowsScott Anderson2012-06-053-2/+89
* | | | | am 2ca3e6b3: adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-055-27/+126
|\| | | |
| * | | | adb: Generalizing -s to take qualifiers.Scott Anderson2012-06-055-27/+126
* | | | | am e82c2db0: adb: Transmit key properties in banner of connect messageScott Anderson2012-06-054-22/+89
|\| | | |
| * | | | adb: Transmit key properties in banner of connect messageScott Anderson2012-06-054-22/+89
* | | | | am 3608d832: adb: Fix two problems with device path implementation.Scott Anderson2012-06-012-3/+4
|\| | | |
| * | | | adb: Fix two problems with device path implementation.Scott Anderson2012-05-312-3/+4
* | | | | am c7993af6: adb: Fix compiler warningScott Anderson2012-06-011-1/+2
|\| | | | | |/ / / |/| | |
| * | | adb: Fix compiler warningScott Anderson2012-05-311-1/+2
* | | | am c7a67d0f: resolved conflicts for merge of 246808be to jb-dev-plus-aospXavier Ducrohet2012-05-151-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | resolved conflicts for merge of 246808be to jb-dev-plus-aospXavier Ducrohet2012-05-151-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Add USB Vendor ID for Yulong Coolpad.Xavier Ducrohet2012-05-141-0/+3
* | | | am 9dbcbe08: am 9bdedb59: am a36e1aa3: Merge "adb: usb_windows: fix adb conne...Jean-Baptiste Queru2012-05-141-3/+3
|\| | |
| * | | am 9bdedb59: am a36e1aa3: Merge "adb: usb_windows: fix adb connection lost is...Jean-Baptiste Queru2012-05-111-3/+3
| |\ \ \
| | * | | adb: usb_windows: fix adb connection lost issueJack Ren2012-05-091-3/+3
* | | | | am 007b7002: am 2ae9878c: am c5d5a5e8: Merge "Kindle Fire USB ID"Jean-Baptiste Queru2012-05-021-0/+3
|\| | | |
| * | | | am 2ae9878c: am c5d5a5e8: Merge "Kindle Fire USB ID"Jean-Baptiste Queru2012-05-021-0/+3
| |\| | | | | |/ / | |/| |
| | * | Kindle Fire USB IDJon Sawyer2012-04-151-0/+3
* | | | am 9526a788: Merge "adb: Add ability to specify device path" into ics-aahScott Anderson2012-05-0110-30/+112
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | adb: Add ability to specify device pathScott Anderson2012-04-2010-30/+112
| * | am 746f3243: Add USB vendor IDs for Quanta, INQ and Sony.Xavier Ducrohet2012-01-241-0/+9
| |\ \
| * \ \ am 4779e934: Add Intel\'s vendor ID to adbAndrew Hsieh2012-01-191-1/+3
| |\ \ \
| * \ \ \ am 07ad9f2a: Add USB Vendor ID for Fujitsu and Lumigon.Xavier Ducrohet2012-01-111-0/+6
| |\ \ \ \
| * \ \ \ \ am ae429828: Cherry-picked from c4f37eed7 in master. Do not merge.Vladimir Chtchetkine2012-01-101-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ am 74159657: Cherry-picked from c13daef7b on master. Do not merge.Vladimir Chtchetkine2012-01-101-1/+119
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am b1dfffe6: Fix \'adb backup\' on WindowsChristopher Tate2011-12-091-2/+24
| |\ \ \ \ \ \ \
| * | | | | | | | Allow adb to listen both on usb and tcp.Joe Onorato2011-12-071-10/+15
* | | | | | | | | Add encryption parameters to adb installAnonymous Coward2012-04-271-2/+14
* | | | | | | | | adb: set umask to 000Nick Kralevich2012-04-021-0/+2
* | | | | | | | | adb: fix non-linux builds. tcpip:, root:, usb: are not for ADB_HOSTJP Abgrall2012-03-301-0/+2
* | | | | | | | | adb: fix exit of "adb root" when it is a no-op.JP Abgrall2012-03-301-2/+3
* | | | | | | | | Merge "Revert "add IP checking for adb over TCP""Kenny Root2012-03-281-36/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "add IP checking for adb over TCP"Kenny Root2012-03-281-36/+2
* | | | | | | | | | Merge "add IP checking for adb over TCP"Kenny Root2012-03-281-2/+36
|\| | | | | | | | |
| * | | | | | | | | add IP checking for adb over TCPWei Zhong2012-03-151-2/+36
* | | | | | | | | | Make sure "adb install" work is cleaned after errorKenny Root2012-03-261-2/+2
* | | | | | | | | | Merge "adb: Don't synchronize with transport using sleep"Benoit Goby2012-03-263-13/+19
|\ \ \ \ \ \ \ \ \ \