summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* am 55537c34: am 2f7995ee: Merge "adb: fix typo in helptext"Mike Lockwood2011-04-261-1/+1
|\
| * adb: fix typo in helptextBernhard Reutner-Fischer2011-04-261-1/+1
* | am e4bcf830: am d37e0840: Merge "In serial, skip over port as well if numbers...Mike Lockwood2011-04-111-2/+28
|\ \ | |/
| * In serial, skip over port as well if numbers found after colon.Terence Haddock2011-04-061-2/+28
* | Try to unmount writable filesystems when rebootingKen Sumrall2011-03-101-3/+2
* | Revert "Fix adb hang when subprocess dies early."JP Abgrall2011-02-2312-314/+80
* | Fix adb hang when subprocess dies early.JP Abgrall2011-02-1812-80/+314
* | am c1fbf7c1: fix [3374821] Cannot take screenshot of HC previewMathias Agopian2011-02-091-13/+75
|\ \
| * | fix [3374821] Cannot take screenshot of HC previewMathias Agopian2011-02-091-13/+75
* | | am d4894f4b: am 034117e4: Merge changes I8df51128,Ie922b3e7,I31f78419,I7e8df4...Mike Lockwood2011-02-036-97/+140
|\ \ \ | |/ / |/| / | |/
| * Fix adb leaking file descriptors to forked processesBenoit Goby2011-02-034-1/+11
| * adb: Fix command-line parser.David 'Digit' Turner2011-02-031-2/+5
| * adb: Increase device descriptor buffer size in Linux host USB supportMike Lockwood2011-02-031-1/+1
| * adb: improve debug traces readability.David 'Digit' Turner2011-02-032-94/+124
| * adb: Don't report negative number of bytes after pushing file > 2 gigabytesMike Lockwood2011-02-031-2/+2
| * Adding Texas Instruments to the VID list.Alex Sakhartchouk2011-02-031-0/+3
| * Support an additional alias for 'adb shell.'Daniel Sandler2011-02-031-2/+18
* | adb: Increase device descriptor buffer size in Linux host USB supportMike Lockwood2011-01-071-1/+1
* | adb: Don't report negative number of bytes after pushing file > 2 gigabytesMike Lockwood2010-12-141-2/+2
* | Adding Texas Instruments to the VID list.Alex Sakhartchouk2010-12-131-0/+3
* | dist for dist_filesYing Wang2010-12-091-1/+1
* | am 34961b26: am 6713a2e0: Merge "Fix USB endianness bugs on Linux."Jean-Baptiste Queru2010-10-211-5/+4
|\ \ | |/
| * am 6713a2e0: Merge "Fix USB endianness bugs on Linux."Jean-Baptiste Queru2010-10-201-5/+4
| |\
| | * Fix USB endianness bugs on Linux.Marcus Comstedt2010-10-161-5/+4
* | | am 89463984: am 81347d27: Merge "adb: Improved detection of big endian archit...Jean-Baptiste Queru2010-10-213-6/+5
|\ \ \ | |/ /
| * | am 81347d27: Merge "adb: Improved detection of big endian architecture"Jean-Baptiste Queru2010-10-203-6/+5
| |\ \ | | |/
| | * adb: Improved detection of big endian architectureMarcus Comstedt2010-10-163-6/+5
| | * Added Toshiba's USB VID (0x0930) upon their request.Takeshi Kishimoto2010-07-211-0/+3
| | * Added NEC and PMC's USB VIDs upon their request.Takeshi Kishimoto2010-07-211-0/+6
* | | am a8b8c0e2: am d02e521d: adb: Add support for Philips\'s USB vendor IDMike Lockwood2010-10-181-0/+3
|\ \ \ | |/ /
| * | am d02e521d: adb: Add support for Philips\'s USB vendor IDMike Lockwood2010-10-151-0/+3
| |\ \
| | * | adb: Add support for Philips's USB vendor IDMike Lockwood2010-10-151-0/+3
* | | | am fa5c690d: am 89aff1d2: Add Asus USB vendor ID to adb.Xavier Ducrohet2010-10-161-0/+3
|\ \ \ \ | |/ / /
| * | | am 89aff1d2: Add Asus USB vendor ID to adb.Xavier Ducrohet2010-10-151-0/+3
| |\ \ \ | | |/ /
| | * | Add Asus USB vendor ID to adb.Xavier Ducrohet2010-10-151-0/+3
* | | | am 1693c32f: am 6c263694: Fix KT Tech\'s usb vendor ID.Xavier Ducrohet2010-10-151-1/+1
|\ \ \ \ | |/ / /
| * | | am 6c263694: Fix KT Tech\'s usb vendor ID.Xavier Ducrohet2010-10-141-1/+1
| |\ \ \ | | |/ /
| | * | Fix KT Tech's usb vendor ID.Xavier Ducrohet2010-10-141-1/+1
* | | | Don't build adb for sdk only buildsBenoit Goby2010-10-061-0/+2
* | | | Don't build adb for simulator targetBenoit Goby2010-10-061-0/+2
* | | | Build adb for target-as-hostJohn Michelau2010-10-052-1/+49
* | | | am 1e3f8f27: am f62b23f2: Add new USB vendor IDs.Xavier Ducrohet2010-09-281-0/+6
|\ \ \ \ | |/ / /
| * | | am f62b23f2: Add new USB vendor IDs.Xavier Ducrohet2010-09-281-0/+6
| |\ \ \ | | |/ /
| | * | Add new USB vendor IDs.Xavier Ducrohet2010-09-281-0/+6
* | | | update adbd to use the new screencap command for taking screenshots.Mathias Agopian2010-09-261-41/+48
* | | | am 4692599c: am 44db990d: Fix bug 2950316. Check return values.Nick Kralevich2010-08-271-4/+12
|\ \ \ \ | |/ / /
| * | | 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
* | | | Support an additional alias for 'adb shell.'Daniel Sandler2010-08-191-2/+18
|/ / /
* | | am 4309d602: Merge "Added Toshiba\'s USB VID (0x0930) upon their request." in...Xavier Ducrohet2010-07-201-0/+3
|\ \ \ | |/ /