summaryrefslogtreecommitdiff
path: root/lib/server/WinNamedPipeStream.cpp
Commit message (Expand)AuthorAge
* Improve logging of pipe errors by including the error message. (refs #3,Chris Wilson2007-03-24
* Change named pipe from message to byte mode. Thanks to Charles LeckliderChris Wilson2007-03-24
* Use memmove() for overlapping source and destination buffer. Thanks toChris Wilson2007-03-24
* Reinitialise the OVERLAPPED structure each time we start a new overlappedChris Wilson2007-03-24
* Catch exceptions thrown by closing the WinNamedPipeStream during shutdownChris Wilson2007-03-10
* Use overlapped I/O to avoid blocking.Chris Wilson2006-10-16
* * lib/win32/WinNamedPipeStream.hChris Wilson2006-08-09