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
/
jdwp_service.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: switch the jdwp control socket to SOCK_SEQPACKET.
Josh Gao
2017-03-20
1
-22
/
+7
*
adb: detect closed jdwp socket.
Josh Gao
2017-03-20
1
-5
/
+1
*
adb: properly erase destroyed jdwp_trackers.
Josh Gao
2017-03-10
1
-1
/
+2
*
adb: extract the adb-specific unique_fd out into its own header.
Josh Gao
2016-09-01
1
-0
/
+1
*
adb: remove unnecessary addr arguments to accept.
Josh Gao
2016-08-24
1
-4
/
+1
*
adb: refactor jdwp_service.cpp.
Josh Gao
2016-06-02
1
-406
/
+287
*
Switch from using sockaddr to sockaddr_storage.
Erik Kline
2015-12-07
1
-11
/
+12
*
adb: keep file flags in fdevent_install.
Yabin Cui
2015-10-06
1
-16
/
+5
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-2
/
+3
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-28
/
+28
*
Report getaddrinfo failures correctly.
Elliott Hughes
2015-07-23
1
-0
/
+1
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-2
/
+2
*
adb: logging: newlines, thread ids, error code overwriting
Spencer Low
2015-07-21
1
-1
/
+1
*
Remove extern "C" barriers to using C++.
Elliott Hughes
2015-04-17
1
-9
/
+4
*
File header cleanup.
Dan Albert
2015-03-19
1
-2
/
+22
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+737