Eric Pouech
|
ca4ae96f33
|
NtReadFile: now returning correct status in NtReadFile for EOF
conditions (on files) and broken pipe (on named pipes).
|
2005-11-14 15:11:11 +00:00 |
Stefan Huehner
|
9213d56ae0
|
Make some function static.
|
2005-06-20 15:35:54 +00:00 |
Uwe Bonnes
|
80a84a8c74
|
Added more pipe tests.
|
2005-06-05 17:57:10 +00:00 |
Alexandre Julliard
|
70bc9f39f1
|
Removed STANDALONE ifdefs.
|
2005-05-25 09:54:51 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
Alexandre Julliard
|
37698099d9
|
Take into account the more correct behavior of recent Linux kernels.
|
2005-03-24 19:05:02 +00:00 |
Alex Villacís Lasso
|
38a03ca6c8
|
Test for PeekNamedPipe with zero-length buffer.
|
2005-03-23 11:58:32 +00:00 |
Jakob Eriksson
|
195d4018aa
|
Abort if we can't create a named pipe at all.
|
2005-03-22 21:14:00 +00:00 |
Eric Pouech
|
4056d7ef8c
|
Fixed some errors in function prototypes.
|
2004-12-13 21:19:01 +00:00 |
Dmitry Timoshkov
|
d8a59cdfd5
|
Explicitly specify name of the pipe in the pipe test.
|
2004-05-24 19:06:52 +00:00 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Alexandre Julliard
|
db50578ddc
|
Avoid killing threads with TerminateThread, this can cause deadlocks.
|
2004-05-04 00:43:46 +00:00 |
Duane Clark
|
d6c537b43c
|
Add testing of PeekNamedPipe, multiple writes, and message mode.
|
2004-04-26 23:30:51 +00:00 |
Francois Gouget
|
afd3c257bd
|
Add trailing '\n's to ok() calls.
|
2004-02-06 05:24:34 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Gerald Pfeifer
|
c862085b90
|
Avoid "might be used uninitialized" warning in exercizeServer().
|
2003-05-21 18:23:20 +00:00 |
Alexandre Julliard
|
11c159666e
|
Use the trace macro for debugging output.
|
2003-05-20 03:58:35 +00:00 |
Dan Kegel
|
cee5576012
|
More named pipes tests.
|
2003-05-15 22:52:41 +00:00 |
Mike McCormack
|
ef8b94622a
|
- rewrite of the named pipe code
- allow NtFileFlushBuffers to wait
- allow DisconnectNamedPipe to invalidate client cached fd
- fix the pipe test now that one extra test passes
|
2003-05-15 04:22:45 +00:00 |
Dimitrie O. Paun
|
4ca5685c9c
|
Make sure winsock.h gets included before stdlib.h.
|
2003-05-13 04:48:23 +00:00 |
Dan Kegel
|
513ab31f43
|
Now compiles on windows. Added a couple more checks.
|
2003-02-25 03:56:43 +00:00 |
Dan Kegel
|
88eba44645
|
Added check for illegal pipe names.
Added regression test.
|
2003-02-19 22:06:36 +00:00 |