summaryrefslogtreecommitdiff
path: root/lib/server/WinNamedPipeStream.h
Commit message (Collapse)AuthorAge
* Use overlapped I/O to avoid blocking.Chris Wilson2006-10-16
| | | | | | Use INVALID_HANDLE_VALUE instead of NULL everywhere to avoid bugs, and for type safety. (refs #3)
* * lib/win32/WinNamedPipeStream.hChris Wilson2006-08-09
* lib/win32/WinNamedPipeStream.cpp * lib/server/WinNamedPipeStream.h * lib/server/WinNamedPipeStream.cpp - Moved WinNamedPipeStream class from lib/win32 to lib/server, to resolve circular dependency between lib/common and lib/win32.