index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
common
/
SocketAddress.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix debugserver accepting remote connections
Chris Bieneman
2017-07-13
1
-0
/
+7
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
1
-1
/
+1
*
NFC. Add comment about debugserver usage
Chris Bieneman
2017-04-27
1
-0
/
+6
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-1
/
+2
*
Add more arguments to SocketAddress::GetAddressInfo
Pavel Labath
2017-04-24
1
-19
/
+13
*
[NFC] Adding a new wrapper for getaddrinfo
Chris Bieneman
2017-04-12
1
-0
/
+48
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-261
/
+179
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-2
/
+2
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-4
/
+2
*
freeaddrinfo(NULL) segfaults on Android.
Chaoren Lin
2015-07-17
1
-2
/
+4
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-4
/
+2
*
Fix Mingw build.
Hafiz Abid Qadeer
2015-02-11
1
-1
/
+4
*
Compile fix for WIN32
Vince Harron
2015-01-16
1
-7
/
+9
*
Add Socket::Get[Remote/Local]IpAddress and unit tests
Vince Harron
2015-01-16
1
-0
/
+70
*
Refactor SocketAddress::getaddrinfo - avoid calling IsValid if ::getaddrinfo ...
Oleksiy Vyalov
2014-11-27
1
-3
/
+7
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-0
/
+1
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
1
-1
/
+1
*
FreeBSD and NetBSD have sa_len in struct sockaddr
Ed Maste
2013-12-09
1
-2
/
+2
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
1
-4
/
+4
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-21
/
+47
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-0
/
+2
*
arpa/inet.h is the canonical source of htons and friends.
Joerg Sonnenberger
2013-09-25
1
-0
/
+1
*
Add support for platforms without sa_len to SocketAddress, and modify
Peter Collingbourne
2011-07-22
1
-8
/
+19
*
Avoid calling accessor function more than once when result is already in
Greg Clayton
2011-07-19
1
-1
/
+1
*
Added some more functionality to SocketAddress and modified
Greg Clayton
2011-07-19
1
-1
/
+124
*
Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and
Greg Clayton
2011-07-19
1
-0
/
+126