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
/
Socket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-346
/
+314
*
Fix an off-by-one in SocketTest::DecodeHostAndPort
Pavel Labath
2016-02-03
1
-1
/
+1
*
Use accept4 workaround for MIPS Android build.
Chaoren Lin
2015-10-27
1
-3
/
+3
*
Add Socket::Create factory method which uses socket protocol to find an appro...
Oleksiy Vyalov
2015-10-27
1
-21
/
+41
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-0
/
+42
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-469
/
+100
*
NetBSD ships with paccept(2), a superset of accept4(2)
Stephane Sezer
2015-09-03
1
-2
/
+4
*
Log socket communications to LIBLLDB_LOG_COMMUNICATION instead of
Jason Molenda
2015-07-24
1
-3
/
+3
*
Bind to the loopback when we are expecting a connection from 127.0.0.1 so we ...
Greg Clayton
2015-07-24
1
-9
/
+18
*
Add missing include for android-arm build
Tamas Berghammer
2015-07-16
1
-0
/
+1
*
Use accept instead of accept4 for Android.
Chaoren Lin
2015-07-15
1
-2
/
+19
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
Wrap socket error handling with SetLastError and IsInterrupted internal funct...
Oleksiy Vyalov
2015-04-10
1
-32
/
+38
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-4
/
+4
*
Increate backlog of lldb-platform's listener socket
Vince Harron
2015-03-31
1
-2
/
+7
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-3
/
+3
*
Fix warnings found with clang-cl.
Zachary Turner
2015-02-25
1
-3
/
+3
*
Added Connection::GetURI()
Vince Harron
2015-01-17
1
-1
/
+1
*
Add Socket::Get[Remote/Local]IpAddress and unit tests
Vince Harron
2015-01-16
1
-9
/
+57
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-3
/
+3
*
Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leak...
Oleksiy Vyalov
2014-11-14
1
-16
/
+47
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-0
/
+8
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-0
/
+7
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-1
/
+2
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-0
/
+661