summaryrefslogtreecommitdiff
path: root/source/Host/common/SocketAddress.cpp
AgeCommit message (Expand)Author
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-07-13Fix debugserver accepting remote connectionsChris Bieneman
2017-07-05Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath
2017-04-27NFC. Add comment about debugserver usageChris Bieneman
2017-04-26Re-landing IPv6 support for LLDB HostChris Bieneman
2017-04-24Add more arguments to SocketAddress::GetAddressInfoPavel Labath
2017-04-12[NFC] Adding a new wrapper for getaddrinfoChris Bieneman
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2015-07-17freeaddrinfo(NULL) segfaults on Android.Chaoren Lin
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K
2015-02-11Fix Mingw build.Hafiz Abid Qadeer
2015-01-16Compile fix for WIN32Vince Harron
2015-01-16Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron
2014-11-27Refactor SocketAddress::getaddrinfo - avoid calling IsValid if ::getaddrinfo ...Oleksiy Vyalov
2014-05-28Fix Windows warnings.Todd Fiala
2014-03-12Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer
2013-12-09FreeBSD and NetBSD have sa_len in struct sockaddrEd Maste
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton
2013-12-05Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton
2013-10-22Fixes to get LLDB building on Windows again.Deepak Panickal
2013-09-25arpa/inet.h is the canonical source of htons and friends.Joerg Sonnenberger
2011-07-22Add support for platforms without sa_len to SocketAddress, and modifyPeter Collingbourne
2011-07-19Avoid calling accessor function more than once when result is already inGreg Clayton
2011-07-19Added some more functionality to SocketAddress and modified Greg Clayton
2011-07-19Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" andGreg Clayton