summaryrefslogtreecommitdiff
path: root/lib/server/WinNamedPipeStream.cpp
Commit message (Expand)AuthorAge
* Fix compile error.Chris Wilson2008-03-13
* Ignore ERR_NO_DATA while writing to control socket on Windows, as it Chris Wilson2008-03-13
* Prepend the system-required prefix to the named pipe name from theChris Wilson2007-10-17
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Don't log errors or throw exceptions when we get ERROR_NO_DATA, which justChris Wilson2007-04-20
* 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