aboutsummaryrefslogtreecommitdiff
path: root/adb_listeners.cpp
AgeCommit message (Expand)Author
2024-01-22Refactor listener subsystem (smartsocket)Fabien Sanglard
2024-01-22Merge "Don't include enable_server_sockets in adbd" into mainFabien Sanglard
2024-01-19Gracefully close smartsocket upon exitFabien Sanglard
2024-01-19Don't include enable_server_sockets in adbdFabien Sanglard
2020-04-27adbd: avoid compiling more code in the daemon.Josh Gao
2020-03-27Revert "Revert "Delay initial accept() until server initialized""Daniel Colascione
2019-11-12Revert "Delay initial accept() until server initialized"Raman Tenneti
2019-11-07Delay initial accept() until server initializedDaniel Colascione
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2018-12-26adb: switch connect_to_remote to string_view.Josh Gao
2018-09-21Adapt to switch to libc++ for WindowsPirama Arumuga Nainar
2018-07-19adb: Remove most C-style allocationsLuis Hector Chavez
2018-05-22adb: remove fdevent_install, fdevent_remove.Josh Gao
2018-03-16adb: implement std::make_unique, start using it.Josh Gao
2017-10-20adb: fix erase-remove_if idiom.Josh Gao
2017-05-09adb: move all cleanup to a function with defined ordering.Josh Gao
2016-08-25adb: factor out socket specification.Josh Gao
2016-08-24adb: remove unnecessary addr arguments to accept.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2015-12-08Merge "Switch from using sockaddr to sockaddr_storage."Erik Kline
2015-12-07Switch from using sockaddr to sockaddr_storage.Erik Kline
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-20Fix "adb sync" (and "adb push") error reporting.Elliott Hughes
2015-08-28adb: clean up transport disconnect operations.Yabin Cui
2015-08-11adb: improve network error infoSpencer Low
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-21Show "(reverse)" in "adb reverse --list".Elliott Hughes
2015-07-09Replace HAVE_WIN32_IPC with _WIN32.Elliott Hughes
2015-05-29Fix error handling/reporting for "adb forward" and "adb reverse".Elliott Hughes
2015-05-05Give enum types CamelCase names for clarity.Elliott Hughes
2015-05-01Add WriteFdFmt and clean up more code.Elliott Hughes
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-20Always explain why bind(2) failed.Elliott Hughes
2015-03-09Move adb to C++.Dan Albert