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
/
ConnectionFileDescriptorPosix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
1
-23
/
+48
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-0
/
+22
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
1
-16
/
+5
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-4
/
+8
*
Make UriParser to support [$HOSTNAME] notation.
Oleksiy Vyalov
2015-08-20
1
-4
/
+14
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-0
/
+3
*
Support remote-android with multiple connected devices.
Chaoren Lin
2015-05-01
1
-0
/
+8
*
ConnectionFileDescriptor::BytesAvailable reading too many command bytes
Vince Harron
2015-04-20
1
-4
/
+7
*
Fix bug where an additional O packet is sent after inferior exits.
Chaoren Lin
2015-04-07
1
-2
/
+6
*
Allow multiple simultaneous connections to platform.
Robert Flack
2015-03-25
1
-9
/
+22
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Added Connection::GetURI()
Vince Harron
2015-01-17
1
-7
/
+43
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-1
/
+2
*
Enhance the Pipe interface for better portability.
Zachary Turner
2014-12-17
1
-8
/
+11
*
Extend PipePosix with child_processes_inherit support - to control whether pi...
Oleksiy Vyalov
2014-11-21
1
-1
/
+1
*
Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leak...
Oleksiy Vyalov
2014-11-14
1
-7
/
+21
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-0
/
+780