summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/SocketAddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix debugserver accepting remote connectionsChris Bieneman2017-07-131-0/+7
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-051-1/+1
* NFC. Add comment about debugserver usageChris Bieneman2017-04-271-0/+6
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-1/+2
* Add more arguments to SocketAddress::GetAddressInfoPavel Labath2017-04-241-19/+13
* [NFC] Adding a new wrapper for getaddrinfoChris Bieneman2017-04-121-0/+48
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-261/+179
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-4/+2
* freeaddrinfo(NULL) segfaults on Android.Chaoren Lin2015-07-171-2/+4
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-4/+2
* Fix Mingw build.Hafiz Abid Qadeer2015-02-111-1/+4
* Compile fix for WIN32Vince Harron2015-01-161-7/+9
* Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron2015-01-161-0/+70
* Refactor SocketAddress::getaddrinfo - avoid calling IsValid if ::getaddrinfo ...Oleksiy Vyalov2014-11-271-3/+7
* Fix Windows warnings.Todd Fiala2014-05-281-0/+1
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-1/+1
* FreeBSD and NetBSD have sa_len in struct sockaddrEd Maste2013-12-091-2/+2
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-061-4/+4
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-21/+47
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-0/+2
* arpa/inet.h is the canonical source of htons and friends.Joerg Sonnenberger2013-09-251-0/+1
* Add support for platforms without sa_len to SocketAddress, and modifyPeter Collingbourne2011-07-221-8/+19
* Avoid calling accessor function more than once when result is already inGreg Clayton2011-07-191-1/+1
* Added some more functionality to SocketAddress and modified Greg Clayton2011-07-191-1/+124
* Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" andGreg Clayton2011-07-191-0/+126
OpenPOWER on IntegriCloud