summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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