summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/DomainSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with r362192Richard Trieu2019-05-311-5/+8
* Fix off-by-one error.Richard Trieu2019-05-311-1/+1
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-0/+25
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-14/+21
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-21/+14
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-14/+21
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-2/+2
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-2/+2
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-77/+64
* Fix null pointer "dereference" in DomainSocketPavel Labath2016-03-161-1/+1
* Calculate size of sockaddr_un manually for abstract sockets:Oleksiy Vyalov2015-11-021-8/+31
* Remove unused SUN_LEN macro for Android.Oleksiy Vyalov2015-10-281-7/+0
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-8/+32
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-0/+93
OpenPOWER on IntegriCloud