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
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
1
-2
/
+2
*
Revert yesterdays IPv6 patches
Pavel Labath
2017-04-19
1
-2
/
+2
*
Update LLDB Host to support IPv6 over TCP
Chris Bieneman
2017-04-18
1
-2
/
+2
*
Change how UDP sockets are set up -- use the same one socket for
Jason Molenda
2017-04-06
1
-6
/
+4
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-2
/
+0
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-4
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-8
/
+9
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-43
/
+44
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-682
/
+634
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-80
/
+19
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-5
/
+1
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-30
/
+27
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-30
/
+19
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-19
/
+30
*
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