summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/UDPSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Fix UDP Socket connectionsChris Bieneman2017-05-051-48/+34
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-35/+49
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-49/+35
* Fixing error on Android build (-Werror)Chris Bieneman2017-04-181-2/+2
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-35/+49
* Change how UDP sockets are set up -- use the same one socket forJason Molenda2017-04-061-28/+28
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-109/+84
* We try to avoid static objects. These are on the error path for unsupported ...Jim Ingham2016-02-021-4/+4
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-0/+158
OpenPOWER on IntegriCloud