summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-346/+314
* Fix an off-by-one in SocketTest::DecodeHostAndPortPavel Labath2016-02-031-1/+1
* Use accept4 workaround for MIPS Android build.Chaoren Lin2015-10-271-3/+3
* Add Socket::Create factory method which uses socket protocol to find an appro...Oleksiy Vyalov2015-10-271-21/+41
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-0/+42
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-469/+100
* NetBSD ships with paccept(2), a superset of accept4(2)Stephane Sezer2015-09-031-2/+4
* Log socket communications to LIBLLDB_LOG_COMMUNICATION instead ofJason Molenda2015-07-241-3/+3
* Bind to the loopback when we are expecting a connection from 127.0.0.1 so we ...Greg Clayton2015-07-241-9/+18
* Add missing include for android-arm buildTamas Berghammer2015-07-161-0/+1
* Use accept instead of accept4 for Android.Chaoren Lin2015-07-151-2/+19
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* Wrap socket error handling with SetLastError and IsInterrupted internal funct...Oleksiy Vyalov2015-04-101-32/+38
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-4/+4
* Increate backlog of lldb-platform's listener socketVince Harron2015-03-311-2/+7
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-3/+3
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-3/+3
* Added Connection::GetURI()Vince Harron2015-01-171-1/+1
* Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron2015-01-161-9/+57
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+3
* Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leak...Oleksiy Vyalov2014-11-141-16/+47
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+8
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+7
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-1/+2
* Creates a socket host object.Zachary Turner2014-08-061-0/+661
OpenPOWER on IntegriCloud