summaryrefslogtreecommitdiffstats
path: root/adb/sockets.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: don't close sockets before hitting EOF.Josh Gao2019-01-311-4/+55
* adb: Fix incorrect logging statementGreg Kaiser2019-01-281-1/+2
* Merge "Add native vsock support to ADB."Treehugger Robot2019-01-261-0/+8
|\
| * Add native vsock support to ADB.Cody Schuffelen2019-01-251-0/+8
* | adb: convert more stuff to unique_fd.Josh Gao2019-01-231-4/+5
|/
* adb: switch connect_to_remote to string_view.Josh Gao2018-12-261-5/+8
* adb: switch skip_host_serial to string_view.Josh Gao2018-12-261-65/+133
* adb: finish switching service creation to string_view.Josh Gao2018-12-211-6/+5
* adbd: add source/sink services.Josh Gao2018-12-121-5/+2
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-5/+3
* Revert "adb: don't close sockets before hitting EOF."Josh Gao2018-10-121-151/+4
* adb: don't close sockets before hitting EOF.Josh Gao2018-10-041-4/+151
* adb: clean up handle_host_request.Josh Gao2018-08-071-7/+3
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-12/+12
* adb: add IOVector.Josh Gao2018-05-231-11/+9
* Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70aJosh Gao2018-05-231-13/+13
|\
| * adb: remove fdevent_install, fdevent_remove.Josh Gao2018-05-221-13/+13
* | adb: add authorizing, connecting states to transport.Josh Gao2018-05-041-1/+1
|/
* adb: fix `adb reverse` when adbd has multiple transports.Josh Gao2018-04-131-1/+1
* adb: switch apacket payload to a type that doesn't initialize its contents.Josh Gao2018-04-111-8/+8
* adb: don't set has_write_error on success.Josh Gao2018-04-021-5/+5
* adb: don't immediately close a socket when write fails.Josh Gao2018-03-211-131/+119
* adb: switch apacket over to a std::string payload.Josh Gao2018-02-211-11/+14
* adb: use delete on objects with destructors.Josh Gao2018-02-121-14/+6
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-86/+62
* adb: switch asocket's intrusive linked list to vectors.Josh Gao2018-02-061-27/+10
* adb: add lock to remove_socket.Josh Gao2017-09-131-1/+1
* adb: allow selection of a specific transport.Josh Gao2017-08-211-5/+15
* adb: increase the shell command length limit.Josh Gao2017-06-161-1/+1
* Merge "adb: fix two device offline problems."Treehugger Robot2017-04-201-1/+1
|\
| * adb: fix two device offline problems.Yabin Cui2017-04-201-1/+1
* | libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland2017-04-171-1/+1
|/
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-2/+5
* adb: use __android_log_is_debuggable()Mark Salyzyn2016-10-141-6/+2
* adb: rationalize types.Josh Gao2016-10-061-6/+6
* Merge "adb: fix host-side serial number parsing for IPv6."Treehugger Robot2016-09-281-5/+16
|\
| * adb: fix host-side serial number parsing for IPv6.David Pursell2016-09-211-5/+16
* | Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-261-4/+4
|/
* Use <condition_variable> and <mutex.h> from MinGWPirama Arumuga Nainar2016-09-061-1/+0
* Minor adb style fixes.Elliott Hughes2016-06-151-1/+1
* adb: use asocket's close function when closing.Josh Gao2016-05-181-3/+1
* adb: switch the socket list mutex to a recursive_mutex.Josh Gao2016-05-181-28/+15
* adb: clang-format sockets.cpp.Josh Gao2016-05-181-246/+230
* Address const issues in preparation for libcxx rebase.Dan Austin2016-03-291-1/+1
* adb: relax serial matching rules.David Pursell2016-03-021-29/+33
* Increase the maximum shell command length to 4096ish.Josh Gao2016-01-151-3/+3
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-0/+2
* Fix adb -d/-e error reporting.Elliott Hughes2015-10-071-10/+8
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* Add unit tests for local socket.Yabin Cui2015-09-161-2/+6