- e994f18 In serial, skip over port as well if numbers found after colon. by Terence Haddock · 14 years ago
- 3b4a0c8 Fix adb leaking file descriptors to forked processes by Benoit Goby · 14 years ago
- eb5df47 adb: Fix command-line parser. by David 'Digit' Turner · 14 years ago
- a5d4694 adb: Increase device descriptor buffer size in Linux host USB support by Mike Lockwood · 14 years ago
- 3e42db2 adb: improve debug traces readability. by David 'Digit' Turner · 14 years ago
- 487009e adb: Don't report negative number of bytes after pushing file > 2 gigabytes by Mike Lockwood · 14 years ago
- 1d3fbed Adding Texas Instruments to the VID list. by Alex Sakhartchouk · 14 years ago
- 9c73d17 Support an additional alias for 'adb shell.' by Daniel Sandler · 15 years ago
- 34961b2 am 6713a2e0: Merge "Fix USB endianness bugs on Linux." by Jean-Baptiste Queru · 14 years ago
- 8946398 am 81347d27: Merge "adb: Improved detection of big endian architecture" by Jean-Baptiste Queru · 14 years ago
- 6f703a2 Fix USB endianness bugs on Linux. by Marcus Comstedt · 15 years ago
- d340d2f adb: Improved detection of big endian architecture by Marcus Comstedt · 15 years ago
- a8b8c0e am d02e521d: adb: Add support for Philips\'s USB vendor ID by Mike Lockwood · 14 years ago
- d02e521 adb: Add support for Philips's USB vendor ID by Mike Lockwood · 14 years ago
- fa5c690 am 89aff1d2: Add Asus USB vendor ID to adb. by Xavier Ducrohet · 14 years ago
- 89aff1d Add Asus USB vendor ID to adb. by Xavier Ducrohet · 14 years ago
- 1693c32 am 6c263694: Fix KT Tech\'s usb vendor ID. by Xavier Ducrohet · 14 years ago
- 6c26369 Fix KT Tech's usb vendor ID. by Xavier Ducrohet · 14 years ago
- 1e3f8f2 am f62b23f2: Add new USB vendor IDs. by Xavier Ducrohet · 15 years ago
- f62b23f Add new USB vendor IDs. by Xavier Ducrohet · 15 years ago
- 4692599 am 44db990d: Fix bug 2950316. Check return values. by Nick Kralevich · 15 years ago
- 44db990 Fix bug 2950316. Check return values. by Nick Kralevich · 15 years ago
- 91c3853 Added Toshiba's USB VID (0x0930) upon their request. by Takeshi Kishimoto · 15 years ago
- 81fbbc2 Added NEC and PMC's USB VIDs upon their request. by Takeshi Kishimoto · 15 years ago
- deafd15 am 4309d602: Merge "Added Toshiba\'s USB VID (0x0930) upon their request." into gingerbread by Xavier Ducrohet · 15 years ago
- 3c5581d merge from open-source master by The Android Open Source Project · 15 years ago
- 02565fe merge from open-source master by The Android Open Source Project · 15 years ago
- 29837f9 Added Toshiba's USB VID (0x0930) upon their request. by Takeshi Kishimoto · 15 years ago
- 899913f print msg.command in human-readable format by Viral Mehta · 15 years ago
- fdb13f7 Merge "Fix ADB daemon file descriptor leak" by Jean-Baptiste Queru · 15 years ago
- 67e6fcd merge from froyo-plus-aosp by The Android Open Source Project · 15 years ago
- 8f5daad Fix ADB daemon file descriptor leak by Teddie Stenvi · 15 years ago
- 2124afe Added NEC and PMC's USB VIDs upon their request. by Takeshi Kishimoto · 15 years ago
- 2ef5694 merge from open-source master by The Android Open Source Project · 15 years ago
- ee0306b merge from open-source master by The Android Open Source Project · 15 years ago
- d9a1904 merge from open-source master by The Android Open Source Project · 15 years ago
- 6f29e5a merge from open-source master by The Android Open Source Project · 15 years ago
- 07a804b merge from open-source master by The Android Open Source Project · 15 years ago
- 83cb93b added vendor ID for http://www.onthegovideo.com/ by Michael Richardson · 15 years ago
- feff3a8 Merge "eliminate a compiler warning: signed/unsigned length" by Jean-Baptiste Queru · 15 years ago
- eb558b9 eliminate a compiler warning: signed/unsigned length by Michael Richardson · 15 years ago
- 8182829 adb: optimize socket-list-walking code by André Goddard Rosa · 15 years ago
- 8e78dc6 adb: remove unneeded assignment of id to zero by André Goddard Rosa · 15 years ago
- c419e2a adb: clean up 0 --> NULL for pointers by André Goddard Rosa · 15 years ago
- f7e148c merge from open-source master by The Android Open Source Project · 15 years ago
- cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 15 years ago
- 456688b merge from open-source master by The Android Open Source Project · 15 years ago
- 5dc0f5d merge from open-source master by The Android Open Source Project · 15 years ago
- c57a22c merge from open-source master by The Android Open Source Project · 15 years ago
- 705b37b merge from open-source master by The Android Open Source Project · 15 years ago
- c0b3ad1 merge from open-source master by The Android Open Source Project · 15 years ago
- 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 15 years ago
- 7fe202f Use linenoise to add simple editing and history to the Android shell. by Jack Palevich · 15 years ago
- d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 15 years ago
- 5762ec2 Fix adb remount on non-MTD devices by Colin Cross · 15 years ago
- f1c03de adb: Add Qualcomm USB id by Dima Zavin · 15 years ago
- e57d891 merge from open-source master by The Android Open Source Project · 15 years ago
- cd64315 Add documentation for some adb environmental variables. by Tim · 15 years ago
- 9a22c68 merge from open-source master by The Android Open Source Project · 15 years ago
- 26bb6e9 Fixing spelling errors in adb docs by Brian Carlstrom · 15 years ago
- a84a42e Make adb's daemon-port on the host machine configurable. by Stefan Hilzinger · 15 years ago
- 23e6416 adb: remove obsolete adb.connected system property. by Mike Lockwood · 15 years ago
- 4f66069 Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 15 years ago
- c22b9bf Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 15 years ago
- 505bd6e adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
- 805c4a7 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
- c519c00 adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 16 years ago
- 16f1550 Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 15 years ago
- 1727309 Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 15 years ago
- a00a69e am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
- b419c35 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 15 years ago
- 775a8df merge from open-source master by The Android Open Source Project · 15 years ago
- 05f202a Merge "adb: Add persistent system property for running adb in TCPIP mode" by Mike Lockwood · 15 years ago
- 8e2ceae adb: Add persistent system property for running adb in TCPIP mode by Mike Lockwood · 15 years ago
- 3523412 merge from open-source master by The Android Open Source Project · 15 years ago
- 705c944 Add -l option to `adb sync` by Anthony Newnam · 15 years ago
- 8ac5010 merge from open-source master by The Android Open Source Project · 15 years ago
- 457d81c Allow 'adb pull' to pull symlinked files by Matt Fischer · 15 years ago
- 7c19bbe Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 15 years ago
- 8d2f91d Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 15 years ago
- fe582b5 adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 15 years ago
- 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 15 years ago
- bfb0477 Merge "adb: do not mix printf() with write() when writing to stdout." by Mike Lockwood · 15 years ago
- 1d01c29 Merge "Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request." by Satoshi Kataoka · 15 years ago
- dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 16 years ago
- d969faa adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 15 years ago
- d6391c6 merge from open-source master by The Android Open Source Project · 15 years ago
- 01512aa Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 15 years ago
- 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 15 years ago
- 5a912bf ADB: Garmin-Asus's USB Vendor ID by Raphael · 15 years ago
- 2f6c2b0 adb: add Nvidia's vendor id to adb by Erik Gilling · 15 years ago
- 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 15 years ago
- 429c5ae adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 15 years ago
- 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
- 123331a Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 15 years ago
- 3332d6e resolved conflicts for merge of 190cabb3 to master by Raphael · 15 years ago
- 190cabb am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID by Raphael · 15 years ago
- 1873adc ADB: Garmin-Asus's USB Vendor ID by Raphael · 15 years ago
- f71f068 Add DELL's USB Vendor ID to adb - DO NOT MERGE by Xavier Ducrohet · 15 years ago
- 288c7cf Merge "make "adb bugreport" run "bugreport" (which invokes "dumpstate" indirectly via system service) rather than "dumpstate", that way even when adb is not running as root, dumpstate does run as root, and can do things like collect VM traces." by Dan Egnor · 15 years ago