summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* am 822ea9b3: am fd5c6b9f: Merge "Close adb_usb.ini after reading it"Elliott Hughes2013-03-081-0/+1
|\
| * 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
* | | DO NOT MERGE - Document new -obb flag for adb backupChristopher Tate2013-03-081-1/+4
* | | am 79d4381a: am 69f3ec84: Merge "Fix issues where the filename is referred to...Colin Cross2013-03-051-4/+4
|\ \ \ | |/ /
| * | Fix issues where the filename is referred to as 'sideload'Magnus Eriksson2013-03-051-4/+4
* | | am 844306bd: am cc4499b6: Merge "adb: use correct header file."Nick Kralevich2013-02-281-1/+1
|\ \ \ | |/ /
| * | adb: use correct header file.Nick Kralevich2013-02-281-1/+1
* | | Remove CAP_NET_RAW from adbNick Kralevich2013-02-271-2/+1
* | | Merge "adb: Fix secure adb when booting with usb attached"Benoit Goby2013-02-213-5/+29
|\ \ \
| * | | adb: Fix secure adb when booting with usb attachedBenoit Goby2013-02-023-5/+29
* | | | adb: drop capability bounding set on user buildsNick Kralevich2013-02-151-0/+29
* | | | am e149855a: am 523a2090: Merge "adb: Use 64 bit capabilities."Nick Kralevich2013-02-151-5/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | adb: Use 64 bit capabilities.Nick Kralevich2013-02-151-5/+8
* | | am 282caf3b: am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h f...Kenny Root2013-01-291-0/+1
|\ \ \ | |/ /
| * | 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
* | | | am 6c3d3ccf: am d033739d: am d40fd86e: Merge "Windows adb: initialize on to 1...Kenny Root2013-01-291-1/+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 "adb: Add "unauthorized" connection state"Benoit Goby2013-01-293-0/+11
|\ \ \ \ \
| * | | | | adb: Add "unauthorized" connection stateBenoit Goby2013-01-153-0/+11
* | | | | | Merge "adb: Read secure adb keys on every auth request"Benoit Goby2013-01-282-14/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | adb: Read secure adb keys on every auth requestBenoit Goby2013-01-152-14/+11
* | | | | | am 3dbcb6d6: am 98d07897: Merge "Windows adb: Make client stdout and stderr h...David Turner2013-01-211-0/+21
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | 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
| | |/
* | | resolved conflicts for merge of f62f1e3a to masterYing Wang2013-01-101-2/+2
|\ \ \ | |/ /
| * | Merge "Correct LOCAL_LDLIBS of adb"Ying Wang2013-01-081-2/+2
| |\ \
| | * | Correct LOCAL_LDLIBS of adbChih-Wei Huang2013-01-011-2/+2
* | | | adb: HACK: (linux only) allow temp mitigation for multithreaded issuesJP Abgrall2013-01-092-0/+32
* | | | am 03873ce4: am 77eccafe: Merge "Support adb client connect to remote server"jp abgrall2013-01-044-7/+73
|\ \ \ \ | |/ / /
| * | | Support adb client connect to remote serverMatt Gumbel2013-01-044-7/+73
| |/ /
* | | am abf7cc97: am 13306d95: Merge "adb: Improve ADB\'s forward redirection mana...David 'Digit' Turner2012-12-133-33/+258
|\ \ \ | |/ /
| * | adb: Improve ADB's forward redirection management.David 'Digit' Turner2012-11-263-33/+258
| |/
* | am 493d04d2: am f621d62a: am c4244565: am d1e39491: Add usb vendor id for Tel...Xavier Ducrohet2012-11-081-0/+4
|\ \ | |/
| * 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
* | | | Add TEMP_FAILURE_RETRY macro for darwinKenny Root2012-10-131-0/+15
* | | | am 1dc92bac: am 207c17ff: Merge "Make adb robust against EINTR"Kenny Root2012-10-132-9/+10
|\ \ \ \ | |/ / /
| * | | am 207c17ff: Merge "Make adb robust against EINTR"Kenny Root2012-10-122-9/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Make adb robust against EINTRKenny Root2012-10-122-9/+10
* | | Host builds: add fastboot and adbKenny Root2012-09-261-0/+1
|/ /
* | 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