summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/PipeWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-16/+63
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+11
* Rename Error -> Status.Zachary Turner2017-05-121-38/+40
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-4/+4
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-260/+217
* Unicode support on Win32.Zachary Turner2016-03-221-4/+6
* Revert "Add Pipe::WriteWithTimeout method"Pavel Labath2015-07-211-30/+3
* Add Pipe::WriteWithTimeout methodPavel Labath2015-07-211-3/+30
* Expose Close{Read/Write}FileDescriptor for pipes.Chaoren Lin2015-04-291-5/+5
* Make PipeWindows::CreateWithUniqueName() use GUIDs on Windows.Zachary Turner2015-02-111-6/+16
* Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov2015-02-051-0/+20
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-141-1/+1
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-10/+10
* Enhance the Pipe interface for better portability.Zachary Turner2014-12-171-113/+188
* Fix deadlock in Python one-line execution.Zachary Turner2014-10-081-0/+231
OpenPOWER on IntegriCloud