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
*
adb: don't close sockets before hitting EOF.
Josh Gao
2019-01-31
1
-4
/
+55
*
adb: Fix incorrect logging statement
Greg Kaiser
2019-01-28
1
-1
/
+2
*
Merge "Add native vsock support to ADB."
Treehugger Robot
2019-01-26
1
-0
/
+8
|
\
|
*
Add native vsock support to ADB.
Cody Schuffelen
2019-01-25
1
-0
/
+8
*
|
adb: convert more stuff to unique_fd.
Josh Gao
2019-01-23
1
-4
/
+5
|
/
*
adb: switch connect_to_remote to string_view.
Josh Gao
2018-12-26
1
-5
/
+8
*
adb: switch skip_host_serial to string_view.
Josh Gao
2018-12-26
1
-65
/
+133
*
adb: finish switching service creation to string_view.
Josh Gao
2018-12-21
1
-6
/
+5
*
adbd: add source/sink services.
Josh Gao
2018-12-12
1
-5
/
+2
*
adb: rationalize fatal/error logging.
Elliott Hughes
2018-10-19
1
-5
/
+3
*
Revert "adb: don't close sockets before hitting EOF."
Josh Gao
2018-10-12
1
-151
/
+4
*
adb: don't close sockets before hitting EOF.
Josh Gao
2018-10-04
1
-4
/
+151
*
adb: clean up handle_host_request.
Josh Gao
2018-08-07
1
-7
/
+3
*
[adb] Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-13
1
-12
/
+12
*
adb: add IOVector.
Josh Gao
2018-05-23
1
-11
/
+9
*
Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a
Josh Gao
2018-05-23
1
-13
/
+13
|
\
|
*
adb: remove fdevent_install, fdevent_remove.
Josh Gao
2018-05-22
1
-13
/
+13
*
|
adb: add authorizing, connecting states to transport.
Josh Gao
2018-05-04
1
-1
/
+1
|
/
*
adb: fix `adb reverse` when adbd has multiple transports.
Josh Gao
2018-04-13
1
-1
/
+1
*
adb: switch apacket payload to a type that doesn't initialize its contents.
Josh Gao
2018-04-11
1
-8
/
+8
*
adb: don't set has_write_error on success.
Josh Gao
2018-04-02
1
-5
/
+5
*
adb: don't immediately close a socket when write fails.
Josh Gao
2018-03-21
1
-131
/
+119
*
adb: switch apacket over to a std::string payload.
Josh Gao
2018-02-21
1
-11
/
+14
*
adb: use delete on objects with destructors.
Josh Gao
2018-02-12
1
-14
/
+6
*
adb: switch asocket::enqueue to std::string.
Josh Gao
2018-02-06
1
-86
/
+62
*
adb: switch asocket's intrusive linked list to vectors.
Josh Gao
2018-02-06
1
-27
/
+10
*
adb: add lock to remove_socket.
Josh Gao
2017-09-13
1
-1
/
+1
*
adb: allow selection of a specific transport.
Josh Gao
2017-08-21
1
-5
/
+15
*
adb: increase the shell command length limit.
Josh Gao
2017-06-16
1
-1
/
+1
*
Merge "adb: fix two device offline problems."
Treehugger Robot
2017-04-20
1
-1
/
+1
|
\
|
*
adb: fix two device offline problems.
Yabin Cui
2017-04-20
1
-1
/
+1
*
|
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
[next]