Do not use the PEB lock as loader lock, use a separate critical
[wine] / scheduler / pipe.c
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-30  Alexandre JulliardAdded anonymous pipe support