summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/TCPSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-121-4/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+2
* Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3Alexandre Ganea2019-06-011-1/+1
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-0/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [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
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-2/+2
* [IPv6] Fix a bug in the IPv6 listen behaviorChris Bieneman2017-08-291-3/+8
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Resurrect the standalone build of LLDBKamil Rytarowski2017-04-281-1/+1
* TCPSocket: add back support for "*" addressPavel Labath2017-04-271-0/+2
* One more try at the whole compiling thing...Chris Bieneman2017-04-271-1/+1
* One more attempt to fix the broken bots.Chris Bieneman2017-04-271-0/+2
* Fix Windows bots broken by r301492Chris Bieneman2017-04-271-1/+3
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-110/+140
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-138/+110
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-110/+138
* 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-210/+181
* Don't use SO_REUSEADDR for *client* socketsPavel Labath2016-06-071-3/+0
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-0/+288
OpenPOWER on IntegriCloud