| Commit message (Expand) | Author | Age | Files | Lines |
* | adb: optimize socket-list-walking code | André Goddard Rosa | 2010-06-14 | 1 | -2/+5 |
* | adb: remove unneeded assignment of id to zero | André Goddard Rosa | 2010-06-14 | 1 | -1/+0 |
* | adb: clean up 0 --> NULL for pointers | André Goddard Rosa | 2010-06-14 | 1 | -3/+3 |
* | adb connect and disconnect improvements: | Mike Lockwood | 2010-06-02 | 4 | -38/+108 |
* | adb: remove obsolete shell history support. | Mike Lockwood | 2010-05-25 | 5 | -336/+19 |
* | Use linenoise to add simple editing and history to the Android shell. | Jack Palevich | 2010-05-25 | 1 | -1/+1 |
* | Let "adb connect" connect to emulators too | Stefan Hilzinger | 2010-05-24 | 3 | -54/+179 |
* | Fix adb remount on non-MTD devices | Colin Cross | 2010-05-24 | 1 | -19/+27 |
* | adb: Add Qualcomm USB id | Dima Zavin | 2010-05-24 | 1 | -0/+3 |
* | Add documentation for some adb environmental variables. | Tim | 2010-04-29 | 1 | -0/+6 |
* | Fixing spelling errors in adb docs | Brian Carlstrom | 2010-04-28 | 2 | -7/+7 |
* | Make adb's daemon-port on the host machine configurable. | Stefan Hilzinger | 2010-04-28 | 6 | -26/+65 |
* | adb: remove obsolete adb.connected system property. | Mike Lockwood | 2010-04-28 | 1 | -6/+0 |
* | Add Pantech's USB vendor ID to adb. | Xavier Ducrohet | 2010-04-28 | 1 | -0/+4 |
* | Added Kyocera's VID (0x0482), upon their request. | Takeshi Kishimoto | 2010-04-28 | 1 | -0/+3 |
* | adb: Add five second timeout for USB writes on Linux host. | Mike Lockwood | 2010-04-28 | 2 | -3/+10 |
* | Add missing newlines to adb usage message | Brian Carlstrom | 2010-04-28 | 1 | -2/+2 |
* | adb: do not mix printf() with write() when writing to stdout. | Mike Lockwood | 2010-04-28 | 1 | -2/+2 |
* | Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. | Takeshi Kishimoto | 2010-04-28 | 1 | -0/+3 |
* | Added USB vendor id of Sharp, based on Sharp's request. | Takeshi Kishimoto | 2010-04-28 | 1 | -1/+3 |
* | Merge "adb: Add persistent system property for running adb in TCPIP mode" | Mike Lockwood | 2010-04-20 | 1 | -3/+6 |
|\ |
|
| * | adb: Add persistent system property for running adb in TCPIP mode | Mike Lockwood | 2010-04-20 | 1 | -3/+6 |
* | | Add -l option to `adb sync` | Anthony Newnam | 2010-04-19 | 3 | -9/+20 |
|/ |
|
* | Allow 'adb pull' to pull symlinked files | Matt Fischer | 2010-04-15 | 1 | -1/+1 |
* | merge from open-source master | The Android Open Source Project | 2010-02-23 | 3 | -71/+76 |
|\ |
|
| * | ADB: Garmin-Asus's USB Vendor ID | Raphael | 2010-02-15 | 1 | -1/+3 |
| * | adb: add Nvidia's vendor id to adb | Erik Gilling | 2010-02-15 | 1 | -0/+3 |
| * | make "adb bugreport" run "bugreport" (which invokes "dumpstate" | Dan Egnor | 2010-02-15 | 1 | -4/+2 |
| * | adb: Fix problems detecting adb in more complicated USB configurations. | Mike Lockwood | 2010-02-15 | 1 | -64/+63 |
| * | Make adb pull use . as the target file directory if you don't supply one. | Joe Onorato | 2010-02-15 | 1 | -3/+8 |
* | | am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID | Raphael | 2010-02-01 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | ADB: Garmin-Asus's USB Vendor ID | Raphael | 2010-02-01 | 1 | -0/+3 |
| * | Add DELL's USB Vendor ID to adb - DO NOT MERGE | Xavier Ducrohet | 2010-01-21 | 1 | -0/+3 |
| * | Add Sony-Ericsson to adb. | Xavier Ducrohet | 2009-10-30 | 1 | -0/+3 |
| * | adb: Add "adb disconnect" command for disconnecting TCP/IP devices. | Mike Lockwood | 2009-10-11 | 8 | -8/+93 |
| * | Merge change 26093 into eclair | Android (Google) Code Review | 2009-09-24 | 2 | -0/+191 |
| |\ |
|
| | * | Add NOTICE file and license tag for adb | Jean-Baptiste Queru | 2009-09-20 | 2 | -0/+191 |
| * | | Add support for Acer devices | Robert CH Chou | 2009-09-22 | 1 | -0/+3 |
| * | | adb: Add USB Vendor IDs for LG and Huawei | Mike Lockwood | 2009-09-21 | 1 | -0/+6 |
| |/ |
|
| * | adb: Clean up argument passing for create_service_thread() | Mike Lockwood | 2009-09-19 | 1 | -4/+5 |
| * | Add bitfields to header for screen shots. This will allow ddms to distinguish | Rebecca Schultz Zavin | 2009-09-15 | 1 | -9/+36 |
| * | Merge change 24493 into eclair | Android (Google) Code Review | 2009-09-10 | 1 | -14/+23 |
| |\ |
|
| | * | Fix several issues in framebuffer_service | Rebecca Schultz Zavin | 2009-09-10 | 1 | -14/+23 |
| * | | Revert "adb: Another attempted workaround for the adb disconnect problem." | Joe Onorato | 2009-09-03 | 1 | -81/+12 |
| * | | Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing ... | Mike Lockwood | 2009-09-03 | 2 | -40/+9 |
| |/ |
|
| * | adb: "adb bugreport" now runs dumpstate via init rather than execing it in th... | Mike Lockwood | 2009-09-03 | 2 | -9/+40 |
| * | adb: Fix emulator support. | Mike Lockwood | 2009-08-26 | 2 | -8/+10 |
| * | Fix broken 'adb root' command. | Xavier Ducrohet | 2009-08-25 | 1 | -1/+1 |
| * | adb: Improved support for running adb over TCP/IP | Mike Lockwood | 2009-08-24 | 6 | -51/+140 |
| * | am e3baafd8: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK | Raphael | 2009-08-12 | 1 | -3/+5 |
| |\ |
|