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
/
posix
/
DomainSocket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problem with r362192
Richard Trieu
2019-05-31
1
-5
/
+8
*
Fix off-by-one error.
Richard Trieu
2019-05-31
1
-1
/
+1
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-0
/
+25
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-14
/
+21
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-21
/
+14
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-14
/
+21
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-2
/
+2
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-2
/
+2
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-77
/
+64
*
Fix null pointer "dereference" in DomainSocket
Pavel Labath
2016-03-16
1
-1
/
+1
*
Calculate size of sockaddr_un manually for abstract sockets:
Oleksiy Vyalov
2015-11-02
1
-8
/
+31
*
Remove unused SUN_LEN macro for Android.
Oleksiy Vyalov
2015-10-28
1
-7
/
+0
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-8
/
+32
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-0
/
+93