summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Rely on the platform -std default.Elliott Hughes2016-10-101-2/+0
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-302-7/+7
* Improve "adb help" output.Elliott Hughes2016-09-281-163/+131
* Merge "adb: fix host-side serial number parsing for IPv6."Treehugger Robot2016-09-282-5/+27
|\
| * adb: fix host-side serial number parsing for IPv6.David Pursell2016-09-212-5/+27
* | Merge "adb: fix IOKit handle leaks on OS X."Josh Gao2016-09-271-0/+5
|\ \
| * | adb: fix IOKit handle leaks on OS X.Josh Gao2016-09-271-0/+5
* | | Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-269-131/+81
* | | Merge "Ignore setsid error in some cases."Treehugger Robot2016-09-221-1/+3
|\ \ \ | |/ / |/| |
| * | Ignore setsid error in some cases.Tao Wu2016-09-201-1/+3
| |/
* | Merge "adb: kill adb_mutex_t, adb_cond_t."Treehugger Robot2016-09-2111-277/+142
|\ \
| * | adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-2111-277/+142
* | | Merge "adb: parse tcp socket specs with base::ParseNetAddress."Josh Gao2016-09-214-38/+91
|\ \ \ | |/ / |/| |
| * | adb: parse tcp socket specs with base::ParseNetAddress.Josh Gao2016-09-204-38/+91
| |/
* | Merge "base: rename unique_fd::clear() to unique_fd::reset()."Josh Gao2016-09-201-3/+3
|\ \ | |/ |/|
| * base: rename unique_fd::clear() to unique_fd::reset().Josh Gao2016-09-191-3/+3
* | Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT"Treehugger Robot2016-09-191-5/+15
|\ \ | |/ |/|
| * Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORTTao Wu2016-09-161-5/+15
* | Merge "Use <condition_variable> and <mutex.h> from MinGW"Pirama Arumuga Nainar2016-09-166-187/+2
|\ \ | |/ |/|
| * Use <condition_variable> and <mutex.h> from MinGWPirama Arumuga Nainar2016-09-066-187/+2
* | adb: let `adb push` follow symlinks.Josh Gao2016-09-142-1/+31
|/
* Merge "Precise command constants on adb/protoxol.txt"Treehugger Robot2016-09-061-10/+23
|\
| * Precise command constants on adb/protoxol.txtEyal Lezmy2016-08-291-10/+23
* | Fix adb.Elliott Hughes2016-09-011-2/+2
* | Merge changes from topic 'adb_cmd_socket'Treehugger Robot2016-09-0115-119/+159
|\ \
| * | adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-018-82/+92
| * | adb: extract the adb-specific unique_fd out into its own header.Josh Gao2016-09-016-10/+34
| * | adb: add helper to get the ~/.android directory.Josh Gao2016-09-014-27/+33
* | | libcutils: try all addresses in socket_network_client_timeout.Josh Gao2016-09-011-0/+22
|/ /
* | Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-015-76/+7
* | DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages.Felipe Leme2016-08-302-13/+13
* | DO NOT MERGE: Ignore bugreportz output when it's not supported.Felipe Leme2016-08-302-27/+48
* | DO NOT MERGE: Deprecated 'adb bugreport' with flat files.Felipe Leme2016-08-303-58/+224
* | DO NOT MERGE: Minor improvements on bugreport generation.Felipe Leme2016-08-302-33/+57
* | DO NOT MERGE: Removed extra 'pulling file' message.Felipe Leme2016-08-303-24/+25
* | DO NOT MERGE: Show bugreport progress.Felipe Leme2016-08-304-57/+229
* | DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to u...Felipe Leme2016-08-305-83/+232
* | DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-309-54/+324
* | DO NOT MERGE: use 'cmd' command for install-multipleTodd Kennedy2016-08-301-26/+28
* | DO NOT MERGE: Ensure the target sees a proper EOD marker during restoreChristopher Tate2016-08-301-29/+61
|/
* adb: factor out socket specification.Josh Gao2016-08-256-79/+279
* Merge changes I0ee130db,I33d356fdJosh Gao2016-08-246-25/+36
|\
| * adb: remove unnecessary addr arguments to accept.Josh Gao2016-08-244-23/+5
| * adb: check our socketpair ends in our win32 emulation.Josh Gao2016-08-242-2/+31
* | Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-4/+1
|\ \
| * | Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-4/+1
* | | Merge "adb: increase the authentication throttling limit."Josh Gao2016-08-221-1/+1
|\| |
| * | adb: increase the authentication throttling limit.Josh Gao2016-08-221-1/+1
* | | Merge changes I9761298a,I8d3312b2Josh Gao2016-08-225-40/+194
|\| |
| * | adb: fix public key authorization.Josh Gao2016-08-221-1/+3