summaryrefslogtreecommitdiff
path: root/lib/server/WinNamedPipeStream.cpp
Commit message (Expand)AuthorAge
* Properly initialise pBytesTransferred before WaitForOverlappedOperation returns.Chris Wilson2015-12-24
* Fix overlapped I/O in WinNamedPipeStream.Chris Wilson2014-12-28
* Whitespace and comment fixes.Chris Wilson2014-12-28
* Improve debugging of named pipe operations and bbackupctl pipe interaction.Chris Wilson2014-12-28
* Add support for timeouts on named pipe writes, using overlapped I/O.Chris Wilson2014-12-26
* Fix compile errors on Windows, thanks to Kai Liebenau for the patch.Chris Wilson2014-11-16
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* 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