summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Host builds: add fastboot and adbKenny Root2013-05-021-0/+1
* Merge "adb : add missing connection states"Colin Cross2013-04-171-0/+4
|\
| * adb : add missing connection statestrevd2013-04-171-0/+4
* | Add OUYA VID to known VID listAl Sutton2013-04-171-0/+3
|/
* adb: Remove execute permission on usb_vendor.cBenoit Goby2013-03-291-0/+0
* Add BYD's USB Vendor IDsunxiaoqi2013-03-291-0/+3
* Add USB Vendor ID for XiaomiGary Hua2013-03-291-0/+3
* Add vendor IDs to adbSam Lin2013-03-291-0/+9
* Merge "Close adb_usb.ini after reading it"Elliott Hughes2013-03-091-0/+1
|\
| * Close adb_usb.ini after reading itChris Dearman2012-11-161-0/+1
* | Fix issues where the filename is referred to as 'sideload'Magnus Eriksson2013-03-051-4/+4
* | adb: use correct header file.Nick Kralevich2013-02-281-1/+1
* | adb: Use 64 bit capabilities.Nick Kralevich2013-02-151-5/+8
* | Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"Kenny Root2013-01-301-0/+1
|\ \
| * | Windows adb: include stdint.h for uint8_t on MinGW-w64Ray Donnelly2013-01-081-0/+1
* | | Merge "Windows adb: initialize on to 1 in disable_tcp_nagle"Kenny Root2013-01-301-1/+1
|\ \ \
| * | | Windows adb: initialize on to 1 in disable_tcp_nagleRay Donnelly2013-01-111-1/+1
* | | | Merge "Windows adb: Make client stdout and stderr handles uninheritable"David Turner2013-01-211-0/+21
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Windows adb: Make client stdout and stderr handles uninheritableRay Donnelly2013-01-081-0/+21
| |/
* | Merge "Correct LOCAL_LDLIBS of adb"Ying Wang2013-01-081-2/+2
|\ \
| * | Correct LOCAL_LDLIBS of adbChih-Wei Huang2013-01-011-2/+2
* | | Support adb client connect to remote serverMatt Gumbel2013-01-044-7/+73
|/ /
* | adb: Improve ADB's forward redirection management.David 'Digit' Turner2012-11-263-33/+258
|/
* am f621d62a: am c4244565: am d1e39491: Add usb vendor id for Teleepoch.Xavier Ducrohet2012-11-081-0/+4
|\
| * Add usb vendor id for Teleepoch.Xavier Ducrohet2012-11-061-0/+4
* | am 51ccef27: Merge "Add TEMP_FAILURE_RETRY macro for darwin"Kenny Root2012-10-131-0/+15
|\ \
| * | Add TEMP_FAILURE_RETRY macro for darwinKenny Root2012-10-131-0/+15
* | | am 207c17ff: Merge "Make adb robust against EINTR"Kenny Root2012-10-122-9/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Make adb robust against EINTRKenny Root2012-10-122-9/+10
* | Merge "Bring back ADB_EXTERNAL_STORAGE." into jb-mr1-devJeff Sharkey2012-09-061-0/+10
|\ \
| * | Bring back ADB_EXTERNAL_STORAGE.Jeff Sharkey2012-09-061-0/+10
* | | Dist fastboot and adb for the sdk build.Ying Wang2012-09-051-1/+1
|/ /
* | adb: Link statically with libcryptoBenoit Goby2012-08-311-5/+3
* | adb: Create private key with 0600 modeBenoit Goby2012-08-312-2/+8
* | adb: Add public key authentificationBenoit Goby2012-08-238-22/+882
* | Iteration on multi-user external storage.Jeff Sharkey2012-08-221-10/+0
* | Revert "adb: Add public key authentification"Benoit Goby2012-08-207-875/+18
* | Merge "adb: Add public key authentification" into jb-mr1-devBenoit Goby2012-08-207-18/+875
|\ \
| * | adb: Add public key authentificationBenoit Goby2012-08-167-18/+875
* | | Merge "Replace a segfault with a warning." into jb-mr1-devJohn Grossman2012-08-201-1/+7
|\ \ \
| * | | Replace a segfault with a warning.John Grossman2012-08-201-1/+7
* | | | am 42900c30: am 0874aa0e: Merge "adb: Pick desired product value from command...Jean-Baptiste Queru2012-08-201-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge "adb: Pick desired product value from command line it follows -p"Jean-Baptiste Queru2012-08-201-1/+1
| |\ \
| | * | adb: Pick desired product value from command line it follows -pVairavan Srinivasan2012-08-041-1/+1
* | | | Migrate sdcard0 to shell-accessible location.Jeff Sharkey2012-08-201-21/+3
| |_|/ |/| |
* | | Multi-user external storage support.Jeff Sharkey2012-08-151-1/+23
* | | 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