index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "adb: fix host-side serial number parsing for IPv6."
Treehugger Robot
2016-09-28
2
-5
/
+27
|
\
|
*
adb: fix host-side serial number parsing for IPv6.
David Pursell
2016-09-21
2
-5
/
+27
*
|
Merge "adb: fix IOKit handle leaks on OS X."
Josh Gao
2016-09-27
1
-0
/
+5
|
\
\
|
*
|
adb: fix IOKit handle leaks on OS X.
Josh Gao
2016-09-27
1
-0
/
+5
*
|
|
Switch adb to <android-base/properties.h>.
Elliott Hughes
2016-09-26
9
-131
/
+81
*
|
|
Merge "Ignore setsid error in some cases."
Treehugger Robot
2016-09-22
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ignore setsid error in some cases.
Tao Wu
2016-09-20
1
-1
/
+3
|
|
/
*
|
Merge "adb: kill adb_mutex_t, adb_cond_t."
Treehugger Robot
2016-09-22
11
-277
/
+142
|
\
\
|
*
|
adb: kill adb_mutex_t, adb_cond_t.
Josh Gao
2016-09-21
11
-277
/
+142
*
|
|
Merge "adb: parse tcp socket specs with base::ParseNetAddress."
Josh Gao
2016-09-21
4
-38
/
+91
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
adb: parse tcp socket specs with base::ParseNetAddress.
Josh Gao
2016-09-20
4
-38
/
+91
|
|
/
*
|
Merge "base: rename unique_fd::clear() to unique_fd::reset()."
Josh Gao
2016-09-21
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
base: rename unique_fd::clear() to unique_fd::reset().
Josh Gao
2016-09-19
1
-3
/
+3
*
|
Merge "Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT"
Treehugger Robot
2016-09-19
1
-5
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT
Tao Wu
2016-09-16
1
-5
/
+15
*
|
Merge "Use <condition_variable> and <mutex.h> from MinGW"
Pirama Arumuga Nainar
2016-09-16
6
-187
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use <condition_variable> and <mutex.h> from MinGW
Pirama Arumuga Nainar
2016-09-06
6
-187
/
+2
*
|
adb: let `adb push` follow symlinks.
Josh Gao
2016-09-14
2
-1
/
+31
|
/
*
Merge "Precise command constants on adb/protoxol.txt"
Treehugger Robot
2016-09-06
1
-10
/
+23
|
\
|
*
Precise command constants on adb/protoxol.txt
Eyal Lezmy
2016-08-30
1
-10
/
+23
*
|
Fix adb.
Elliott Hughes
2016-09-01
1
-2
/
+2
*
|
Merge changes from topic 'adb_cmd_socket'
Treehugger Robot
2016-09-02
15
-119
/
+159
|
\
\
|
*
|
adb: allow use of arbitrary socket specs for command socket.
Josh Gao
2016-09-01
8
-82
/
+92
|
*
|
adb: extract the adb-specific unique_fd out into its own header.
Josh Gao
2016-09-01
6
-10
/
+34
|
*
|
adb: add helper to get the ~/.android directory.
Josh Gao
2016-09-01
4
-27
/
+33
*
|
|
libcutils: try all addresses in socket_network_client_timeout.
Josh Gao
2016-09-01
1
-0
/
+22
|
/
/
*
|
Add android::base::GetExecutablePath, switch adb and fastboot over.
Elliott Hughes
2016-09-01
5
-76
/
+7
*
|
DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages.
Felipe Leme
2016-08-30
2
-13
/
+13
*
|
DO NOT MERGE: Ignore bugreportz output when it's not supported.
Felipe Leme
2016-08-30
2
-27
/
+48
*
|
DO NOT MERGE: Deprecated 'adb bugreport' with flat files.
Felipe Leme
2016-08-30
3
-58
/
+224
*
|
DO NOT MERGE: Minor improvements on bugreport generation.
Felipe Leme
2016-08-30
2
-33
/
+57
*
|
DO NOT MERGE: Removed extra 'pulling file' message.
Felipe Leme
2016-08-30
3
-24
/
+25
*
|
DO NOT MERGE: Show bugreport progress.
Felipe Leme
2016-08-30
4
-57
/
+229
*
|
DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to u...
Felipe Leme
2016-08-30
5
-83
/
+232
*
|
DO NOT MERGE: Split bugreport() into its own file and added unit tests.
Felipe Leme
2016-08-30
9
-54
/
+324
*
|
DO NOT MERGE: use 'cmd' command for install-multiple
Todd Kennedy
2016-08-30
1
-26
/
+28
*
|
DO NOT MERGE: Ensure the target sees a proper EOD marker during restore
Christopher Tate
2016-08-30
1
-29
/
+61
|
/
*
adb: factor out socket specification.
Josh Gao
2016-08-25
6
-79
/
+279
*
Merge changes I0ee130db,I33d356fd
Josh Gao
2016-08-25
6
-25
/
+36
|
\
|
*
adb: remove unnecessary addr arguments to accept.
Josh Gao
2016-08-24
4
-23
/
+5
|
*
adb: check our socketpair ends in our win32 emulation.
Josh Gao
2016-08-24
2
-2
/
+31
*
|
Merge "Most accept/accept4 calls in system/core don't actually want the remot...
Elliott Hughes
2016-08-23
1
-4
/
+1
|
\
\
|
*
|
Most accept/accept4 calls in system/core don't actually want the remote address.
Elliott Hughes
2016-08-23
1
-4
/
+1
*
|
|
Merge "adb: increase the authentication throttling limit."
Josh Gao
2016-08-23
1
-1
/
+1
|
\
|
|
|
*
|
adb: increase the authentication throttling limit.
Josh Gao
2016-08-22
1
-1
/
+1
*
|
|
Merge changes I9761298a,I8d3312b2
Josh Gao
2016-08-22
5
-40
/
+194
|
\
|
|
|
*
|
adb: fix public key authorization.
Josh Gao
2016-08-22
1
-1
/
+3
|
*
|
adb: add support for vendor key directories.
Josh Gao
2016-08-19
5
-39
/
+191
|
|
/
*
|
Merge "Clean up key handling in adb."
Josh Gao
2016-08-12
9
-343
/
+240
|
\
|
|
*
Clean up key handling in adb.
Elliott Hughes
2016-08-11
9
-343
/
+240
[next]