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
/
sockets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcutils: compile with BOARD_VNDK_VERSION current
Steven Moreland
2017-04-17
1
-1
/
+1
*
adb: add `adb reconnect offline` to reconnect offline devices.
Josh Gao
2016-10-27
1
-2
/
+5
*
adb: use __android_log_is_debuggable()
Mark Salyzyn
2016-10-14
1
-6
/
+2
*
adb: rationalize types.
Josh Gao
2016-10-06
1
-6
/
+6
*
Merge "adb: fix host-side serial number parsing for IPv6."
Treehugger Robot
2016-09-28
1
-5
/
+16
|
\
|
*
adb: fix host-side serial number parsing for IPv6.
David Pursell
2016-09-21
1
-5
/
+16
*
|
Switch adb to <android-base/properties.h>.
Elliott Hughes
2016-09-26
1
-4
/
+4
|
/
*
Use <condition_variable> and <mutex.h> from MinGW
Pirama Arumuga Nainar
2016-09-06
1
-1
/
+0
*
Minor adb style fixes.
Elliott Hughes
2016-06-15
1
-1
/
+1
*
adb: use asocket's close function when closing.
Josh Gao
2016-05-18
1
-3
/
+1
*
adb: switch the socket list mutex to a recursive_mutex.
Josh Gao
2016-05-18
1
-28
/
+15
*
adb: clang-format sockets.cpp.
Josh Gao
2016-05-18
1
-246
/
+230
*
Address const issues in preparation for libcxx rebase.
Dan Austin
2016-03-29
1
-1
/
+1
*
adb: relax serial matching rules.
David Pursell
2016-03-02
1
-29
/
+33
*
Increase the maximum shell command length to 4096ish.
Josh Gao
2016-01-15
1
-3
/
+3
*
adb/base: minor compiler portability improvements
Spencer Low
2015-11-09
1
-0
/
+2
*
Fix adb -d/-e error reporting.
Elliott Hughes
2015-10-07
1
-10
/
+8
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
Add unit tests for local socket.
Yabin Cui
2015-09-16
1
-2
/
+6
*
adb: implement shell protocol.
David Pursell
2015-09-11
1
-2
/
+3
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-46
/
+46
*
adb: remove adisconnect in aremotesocket.
Yabin Cui
2015-08-27
1
-32
/
+5
*
adb: fix a data race in local_socket_event_func.
Yabin Cui
2015-08-26
1
-2
/
+5
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-7
/
+19
*
Make connection states a proper type.
Dan Albert
2015-05-18
1
-2
/
+3
*
Give enum types CamelCase names for clarity.
Elliott Hughes
2015-05-05
1
-5
/
+5
*
More adb buffer fixes.
Elliott Hughes
2015-05-01
1
-25
/
+12
*
Merge "Remove extern "C" barriers to using C++."
Elliott Hughes
2015-04-17
1
-2
/
+2
|
\
|
*
Remove extern "C" barriers to using C++.
Elliott Hughes
2015-04-17
1
-2
/
+2
*
|
Show $ADB_VENDOR_KEYS if authentication fails.
Elliott Hughes
2015-04-16
1
-4
/
+3
|
/
*
File header cleanup.
Dan Albert
2015-03-19
1
-5
/
+7
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+914