summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Remove the simulator target from all makefiles.Jeff Brown2011-07-121-15/+3
* Reimplement the "adb root" command to more closely match its previous behaviorMike Lockwood2011-06-221-4/+2
* Revert "adb: kick the transport after sending the "adb root" command"Mike Lockwood2011-06-222-23/+1
* Merge "Fix hang after end of backup"Mike Lockwood2011-06-211-4/+17
|\
| * Fix hang after end of backupChristopher Tate2011-06-211-4/+17
* | adb: Update version to 1.0.28Mike Lockwood2011-06-211-1/+1
|/
* Tidy up the end-of-data handling in backupChristopher Tate2011-06-203-10/+54
* Use adb_sleep_ms for Cygwin compatKenny Root2011-06-151-1/+1
* adb: kick the transport after sending the "adb root" commandMike Lockwood2011-06-122-0/+22
* am 4ba5a8ac: am eafcbe10: am 072a0fac: Merge "Fixed adb crash due to accessin...Nick Kralevich2011-06-091-2/+5
|\
| * am eafcbe10: am 072a0fac: Merge "Fixed adb crash due to accessing freed memory"Nick Kralevich2011-06-071-2/+5
| |\
| | * Fixed adb crash due to accessing freed memoryTom Marlin2011-06-031-2/+5
* | | Make 'adb backup' -f handling more bulletproof and more flexibleChristopher Tate2011-06-011-7/+23
* | | am 0efe2f2f: am b27c682e: am f5144d34: Add Gigabyte\'s USB vendor ID to adb.Joe Bass2011-05-211-0/+3
|\| |
| * | am b27c682e: am f5144d34: Add Gigabyte\'s USB vendor ID to adb.Joe Bass2011-05-201-0/+3
| |\ \
| | * | Add Gigabyte's USB vendor ID to adb.Joe Bass2011-05-191-0/+3
* | | | Merge "Add 'adb restore' to parallel 'adb backup'"Christopher Tate2011-05-205-19/+68
|\ \ \ \
| * | | | Add 'adb restore' to parallel 'adb backup'Christopher Tate2011-05-175-19/+68
* | | | | am 44c336bf: am 830fc9af: am 30d916c3: Add Funai\'s USB vendor ID to adb.Xavier Ducrohet2011-05-191-0/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 830fc9af: am 30d916c3: Add Funai\'s USB vendor ID to adb.Xavier Ducrohet2011-05-181-0/+3
| |\| |
| | * | Add Funai's USB vendor ID to adb.Xavier Ducrohet2011-05-181-0/+3
* | | | Use the new 'bu' syntax for backup vs restore operationChristopher Tate2011-05-161-2/+3
* | | | Merge "Add a 1000msec timeout for adb's USB control packets"Omari Stephens2011-05-161-0/+2
|\ \ \ \
| * | | | Add a 1000msec timeout for adb's USB control packetsOmari Stephens2011-05-092-1/+3
* | | | | Merge "Add 'adb backup' for pulling a full backup tarfile to the host"Christopher Tate2011-05-115-1/+178
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add 'adb backup' for pulling a full backup tarfile to the hostChristopher Tate2011-04-275-1/+178
* | | | | am 81ce51da: am 55537c34: am 2f7995ee: Merge "adb: fix typo in helptext"Mike Lockwood2011-04-261-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
* | | adb: Don't allow a forced exit if data is still in the socketJP Abgrall2011-04-131-2/+2
* | | adb: keep mac build happyJP Abgrall2011-03-291-1/+1
* | | adb: fix subprocess exit handling, oom adjust fixes, extra debugging.JP Abgrall2011-03-2818-124/+488
* | | In serial, skip over port as well if numbers found after colon.Terence Haddock2011-03-161-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-151-2/+2