summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-2/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-2/+2
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-2/+2
* Change how UDP sockets are set up -- use the same one socket forJason Molenda2017-04-061-6/+4
* Delete some more dead includes.Zachary Turner2017-03-221-2/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Add a format_provider for the Timeout classPavel Labath2017-02-101-4/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-8/+9
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-43/+44
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-682/+634
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-80/+19
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-5/+1
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-30/+27
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-30/+19
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-19/+30
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-031-23/+48
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-0/+22
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-16/+5
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-4/+8
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-201-4/+14
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-0/+3
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-0/+8
* ConnectionFileDescriptor::BytesAvailable reading too many command bytesVince Harron2015-04-201-4/+7
* Fix bug where an additional O packet is sent after inferior exits.Chaoren Lin2015-04-071-2/+6
* Allow multiple simultaneous connections to platform.Robert Flack2015-03-251-9/+22
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Added Connection::GetURI()Vince Harron2015-01-171-7/+43
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Enhance the Pipe interface for better portability.Zachary Turner2014-12-171-8/+11
* Extend PipePosix with child_processes_inherit support - to control whether pi...Oleksiy Vyalov2014-11-211-1/+1
* Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leak...Oleksiy Vyalov2014-11-141-7/+21
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-0/+780
OpenPOWER on IntegriCloud