summaryrefslogtreecommitdiff
path: root/include/lldb/Host/Socket.h
AgeCommit message (Expand)Author
2019-09-27refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna
2019-09-23[LLDB] Use the Windows SOCKET type on all windows targets, not only MSVCMartin Storsjo
2019-05-30Make ConnectionFileDescription work with all socketsAntonio Afonso
2019-05-14typedef enum -> enumFangrui Song
2019-04-10[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Move Predicate.h from Host to UtilityRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-27Move Connection and IOObject interfaces to Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman
2017-04-19Revert yesterdays IPv6 patchesPavel Labath
2017-04-18Update LLDB Host to support IPv6 over TCPChris Bieneman
2017-04-06Change how UDP sockets are set up -- use the same one socket forJason Molenda
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-27Add Socket::Create factory method which uses socket protocol to find an appro...Oleksiy Vyalov
2015-10-22Add support for abstract domain sockets.Oleksiy Vyalov
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov
2015-08-18Fix Clang-tidy misc-use-override warnings in include/lldb/DataFormatters and ...Pavel Labath
2015-03-31Increate backlog of lldb-platform's listener socketVince Harron
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner
2015-02-25Fix warnings found with clang-cl.Zachary Turner
2015-01-16Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron
2014-11-14Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leak...Oleksiy Vyalov
2014-08-18Added newline at end of file to avoid compiler warning.Greg Clayton
2014-08-06Creates a socket host object.Zachary Turner