History log of /external/lldb/source/Host/common/SocketAddress.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea6d783624f0b7dcbf3773cb31d6e4fcd4f93b6c 22-Jul-2011 Peter Collingbourne <peter@pcc.me.uk> Add support for platforms without sa_len to SocketAddress, and modify
some code to use it

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/SocketAddress.cpp
e1cffb10e1bdf9083a770b4fad204d0f32121e70 19-Jul-2011 Greg Clayton <gclayton@apple.com> Avoid calling accessor function more than once when result is already in
a local.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135512 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/SocketAddress.cpp
d5b3e3c662c967feb455a01f307c3f4bc318eec9 19-Jul-2011 Greg Clayton <gclayton@apple.com> Added some more functionality to SocketAddress and modified
ConnectionFileDescriptor to use it.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135511 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/SocketAddress.cpp
ac304e4cbd1005210661720d5f2232f85b08c195 19-Jul-2011 Greg Clayton <gclayton@apple.com> Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and
"struct sockaddr_storage" into a new host class called SocketAddress. This
will allow us to control the host specific implementations (such as how to
get the length) into a single Host specific class.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135488 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Host/common/SocketAddress.cpp