summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna2019-09-271-2/+3
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-211-4/+4
* [lldb] Fix log statement in Socket::WriteRaphael Isemann2019-09-041-1/+2
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-19/+17
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-23/+21
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-2/+2
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-0/+27
* Fix a stack buffer overflow found by ASAN.Adrian Prantl2019-04-081-5/+6
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+5
* Fix invalid use of StringRef::data in Socket::DecodeHostAndPortPavel Labath2019-03-111-5/+3
* 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-13/+11
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-161-1/+1
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Rename Error -> Status.Zachary Turner2017-05-121-36/+37
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-13/+25
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-22/+13
* Fixing bot failure caused by r300579Chris Bieneman2017-04-181-1/+1
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-13/+22
* Change how UDP sockets are set up -- use the same one socket forJason Molenda2017-04-061-4/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch NetBSD from paccept(2) to accept4(2)Kamil Rytarowski2017-02-241-4/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Address post-commit review remarksPavel Labath2017-01-271-1/+1
* Refactor the android accept hackPavel Labath2017-01-271-5/+7
* Remove superfluous android includePavel Labath2016-12-051-1/+0
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-2/+2
* Remove TimeValue usage from lldb/HostPavel Labath2016-11-091-1/+0
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+2
* *** 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
OpenPOWER on IntegriCloud