wine
17 years agoserver: Add infrastructure for ioctl server request.
Alexandre Julliard [Mon, 16 Apr 2007 12:45:03 +0000 (14:45 +0200)] 
server: Add infrastructure for ioctl server request.

17 years agokernel32: Use the correct access rights when opening named pipes.
Alexandre Julliard [Mon, 16 Apr 2007 12:32:18 +0000 (14:32 +0200)] 
kernel32: Use the correct access rights when opening named pipes.

17 years agowined3d: Remove resourceStoreCriticalSection.
Jan Zerebecki [Mon, 16 Apr 2007 07:54:36 +0000 (09:54 +0200)] 
wined3d: Remove resourceStoreCriticalSection.

17 years agouser32: Fix to succeed reliably in test where it works by accident.
Jan Zerebecki [Mon, 16 Apr 2007 07:54:14 +0000 (09:54 +0200)] 
user32: Fix to succeed reliably in test where it works by accident.

17 years agoacledit: Stubbed out acledit DLL, needed by SysInternals process explorer.
Eric Pouech [Mon, 16 Apr 2007 07:22:03 +0000 (09:22 +0200)] 
acledit: Stubbed out acledit DLL, needed by SysInternals process explorer.

17 years agomapi32: MAPIAdminProfiles stub.
Damjan Jovanovic [Mon, 16 Apr 2007 08:44:19 +0000 (10:44 +0200)] 
mapi32: MAPIAdminProfiles stub.

17 years agowininet: Fix szCacheContent in URLCacheContainer_OpenIndex.
Alban Browaeys [Sun, 15 Apr 2007 13:49:04 +0000 (15:49 +0200)] 
wininet: Fix szCacheContent in URLCacheContainer_OpenIndex.

17 years agomsi: Move msi_free(msiFilePath) to enable ERR message to use it before it is freed.
Alban Browaeys [Sun, 15 Apr 2007 10:11:38 +0000 (12:11 +0200)] 
msi: Move msi_free(msiFilePath) to enable ERR message to use it before it is freed.

17 years agod3d: Remove dependency on ddraw.h header.
Stefan Dösinger [Sat, 14 Apr 2007 20:44:55 +0000 (22:44 +0200)] 
d3d: Remove dependency on ddraw.h header.

17 years agoinclude/winspool: Declare missing function.
Detlef Riekenberg [Sun, 15 Apr 2007 22:47:22 +0000 (00:47 +0200)] 
include/winspool: Declare missing function.

17 years agoslwapi: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 12:49:42 +0000 (13:49 +0100)] 
slwapi: Make function definitions and declarations agree.

17 years agoslwapi: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 12:48:21 +0000 (13:48 +0100)] 
slwapi: Make function definitions and declarations agree.

17 years agouser32: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 14:19:01 +0000 (15:19 +0100)] 
user32: Make function definitions and declarations agree.

17 years agocrypt32: Constify some variables.
Andrew Talbot [Sat, 14 Apr 2007 17:12:40 +0000 (18:12 +0100)] 
crypt32: Constify some variables.

17 years agocrypt32: Constify some variables.
Andrew Talbot [Sat, 14 Apr 2007 17:12:05 +0000 (18:12 +0100)] 
crypt32: Constify some variables.

17 years agocmd.exe: Implement a basic 'more'.
Jason Edmeades [Fri, 13 Apr 2007 20:34:05 +0000 (21:34 +0100)] 
cmd.exe: Implement a basic 'more'.

This implements a basic more, eg 'dir | more' or 'more file.c'
but it does not support the flags or keys which can control it.
Basically its not worth implementing those, as in some modes
we cannot read a single key, we have to wait for <enter> anyway.

17 years agowinmm: Implement CALLBACK_WINDOW.
Maarten Lankhorst [Fri, 13 Apr 2007 16:34:35 +0000 (18:34 +0200)] 
winmm: Implement CALLBACK_WINDOW.

17 years agod3d: Enumerate palettized formats for ddraw.
Stefan Dösinger [Fri, 13 Apr 2007 14:38:10 +0000 (16:38 +0200)] 
d3d: Enumerate palettized formats for ddraw.

17 years agocmd: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 13 Apr 2007 23:56:54 +0000 (08:56 +0900)] 
cmd: Updated Korean resource.

17 years agomsi: Add handling for the concurrent install custom action.
James Hawkins [Sun, 15 Apr 2007 08:12:23 +0000 (03:12 -0500)] 
msi: Add handling for the concurrent install custom action.

17 years agomsi: Run the InstallExecute sequence if the InstallUISequnce table is empty.
James Hawkins [Sun, 15 Apr 2007 08:10:58 +0000 (03:10 -0500)] 
msi: Run the InstallExecute sequence if the InstallUISequnce table is empty.

17 years agomsi: Generalize the msi_custom_action_info struct so other custom actions can use it.
James Hawkins [Sun, 15 Apr 2007 08:10:00 +0000 (03:10 -0500)] 
msi: Generalize the msi_custom_action_info struct so other custom actions can use it.

17 years agomsi: Add tests for the concurrent installation custom action.
James Hawkins [Sun, 15 Apr 2007 08:09:01 +0000 (03:09 -0500)] 
msi: Add tests for the concurrent installation custom action.

17 years agosecur32: Move NTLM debug output to a seperate "ntlm" channel.
Kai Blin [Sat, 14 Apr 2007 15:20:37 +0000 (17:20 +0200)] 
secur32: Move NTLM debug output to a seperate "ntlm" channel.

17 years agoadvapi32: Fix and extend the RegQueryValueEx() tests.
Francois Gouget [Fri, 13 Apr 2007 21:11:21 +0000 (23:11 +0200)] 
advapi32: Fix and extend the RegQueryValueEx() tests.

- Added tests for empty and zero-byte strings. Wine passes these tests, sort of.
- Check that the returned string is correct.
- All known Windows versions implement RegQueryValueExA(), so complain if it is not implemented.
- Only allow the Win9x quirks for the Ansi version.
- Query the name2A/W value for the string2A/W tests!
- The test_hkey_main_Value_A/W() functions were doing a sizeof() on the string parameter to compute the string's full size!
- We must reset GLE before each test, otherwise Win9x skips all but the first test.

17 years agoquartz: Create DirectSound device and buffer at filter creation and connection respec...
Chris Robinson [Fri, 13 Apr 2007 16:32:56 +0000 (09:32 -0700)] 
quartz: Create DirectSound device and buffer at filter creation and connection respectively.

17 years agokernel32: Fix non-terminated separator string.
Chia-I Wu [Fri, 13 Apr 2007 11:01:50 +0000 (19:01 +0800)] 
kernel32: Fix non-terminated separator string.

17 years agoRelease 0.9.35. wine-0.9.35
Alexandre Julliard [Fri, 13 Apr 2007 15:47:52 +0000 (17:47 +0200)] 
Release 0.9.35.

17 years agoimagehlp: Add support for the indices array passed to ImageEnumerateCertificates.
Huw Davies [Fri, 13 Apr 2007 11:02:47 +0000 (12:02 +0100)] 
imagehlp: Add support for the indices array passed to ImageEnumerateCertificates.

17 years agowinecfg: Add Windows Vista version option.
András Kovács [Thu, 12 Apr 2007 13:15:20 +0000 (15:15 +0200)] 
winecfg: Add Windows Vista version option.

17 years agontdll: Add Vista version option.
András Kovács [Thu, 12 Apr 2007 14:10:50 +0000 (16:10 +0200)] 
ntdll: Add Vista version option.

17 years agooleaut32: Remove superfluous semicolons.
Andrew Talbot [Thu, 12 Apr 2007 20:30:40 +0000 (21:30 +0100)] 
oleaut32: Remove superfluous semicolons.

17 years agoole32: Void functions should not return a value.
Andrew Talbot [Thu, 12 Apr 2007 20:30:19 +0000 (21:30 +0100)] 
ole32: Void functions should not return a value.

17 years agowined3d: Mark vertex shader 3.0 as foggy shaders if they write out the fog coord.
Fabian Bieler [Thu, 12 Apr 2007 17:08:51 +0000 (19:08 +0200)] 
wined3d: Mark vertex shader 3.0 as foggy shaders if they write out the fog coord.

17 years agowined3d: Fix some swizzles on scalars.
H. Verbeet [Thu, 12 Apr 2007 21:55:31 +0000 (23:55 +0200)] 
wined3d: Fix some swizzles on scalars.

17 years agowinex11.drv: Hack to disable XInitThreads when an XIM is used.
Alexandre Julliard [Fri, 13 Apr 2007 10:56:01 +0000 (12:56 +0200)] 
winex11.drv: Hack to disable XInitThreads when an XIM is used.

17 years agocomctl32: monthcal: GetMonthRange Tests.
Lei Zhang [Fri, 13 Apr 2007 01:44:55 +0000 (18:44 -0700)] 
comctl32: monthcal: GetMonthRange Tests.

17 years agomsi: Provide UI action data for uncompressed files, not just compressed ones.
Rob Shearman [Fri, 13 Apr 2007 01:14:48 +0000 (02:14 +0100)] 
msi: Provide UI action data for uncompressed files, not just compressed ones.

17 years agorpcrt4: Add tests for RpcServerListen and friends.
Dan Hipschman [Fri, 13 Apr 2007 00:12:20 +0000 (17:12 -0700)] 
rpcrt4: Add tests for RpcServerListen and friends.

17 years agod3d9: Fix vertex decl test.
Stefan Dösinger [Thu, 12 Apr 2007 20:09:19 +0000 (22:09 +0200)] 
d3d9: Fix vertex decl test.

17 years agomshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation.
Jacek Caban [Thu, 12 Apr 2007 19:27:57 +0000 (21:27 +0200)] 
mshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation.

17 years agomshtml: Added IPersistFile::Save implementation.
Jacek Caban [Thu, 12 Apr 2007 19:26:17 +0000 (21:26 +0200)] 
mshtml: Added IPersistFile::Save implementation.

17 years agomshtml: Correctly handle utf-16 encoded pages.
Jacek Caban [Thu, 12 Apr 2007 19:25:08 +0000 (21:25 +0200)] 
mshtml: Correctly handle utf-16 encoded pages.

17 years agomshtml: Added IHTMLBodyElement::get_background implementation.
Jacek Caban [Thu, 12 Apr 2007 19:22:51 +0000 (21:22 +0200)] 
mshtml: Added IHTMLBodyElement::get_background implementation.

17 years agomshtml: Change TRACE to FIXME in stubs.
Jacek Caban [Thu, 12 Apr 2007 19:21:49 +0000 (21:21 +0200)] 
mshtml: Change TRACE to FIXME in stubs.

17 years agowinex11.drv: GetAsyncKeyState must check mouse buttons, too.
Dan Kegel [Thu, 12 Apr 2007 17:20:43 +0000 (10:20 -0700)] 
winex11.drv: GetAsyncKeyState must check mouse buttons, too.

17 years agoserver: Don't bother with default entry points for objects that don't even return...
Alexandre Julliard [Thu, 12 Apr 2007 18:21:53 +0000 (20:21 +0200)] 
server: Don't bother with default entry points for objects that don't even return an fd.

17 years agoserver: Create a separate fd object for each mailslot writer. Make them first-class...
Alexandre Julliard [Thu, 12 Apr 2007 18:19:28 +0000 (20:19 +0200)] 
server: Create a separate fd object for each mailslot writer. Make them first-class file handles.

17 years agoconfigure: Include <sys/types.h> before including <linux/joystick.h>.
Marcus Meissner [Thu, 12 Apr 2007 10:12:05 +0000 (12:12 +0200)] 
configure: Include <sys/types.h> before including <linux/joystick.h>.

17 years agontdll: Take size of the arena from the current pointer before advancing.
Vitaliy Margolen [Wed, 11 Apr 2007 13:08:25 +0000 (07:08 -0600)] 
ntdll: Take size of the arena from the current pointer before advancing.

17 years agocmd.exe: Fix regression when launching a fully qualified program.
Jason Edmeades [Wed, 11 Apr 2007 21:25:54 +0000 (22:25 +0100)] 
cmd.exe: Fix regression when launching a fully qualified program.

17 years agocmd.exe: Add prompting and COPYCMD plus /Y support to move.
Jason Edmeades [Wed, 11 Apr 2007 21:25:53 +0000 (22:25 +0100)] 
cmd.exe: Add prompting and COPYCMD plus /Y support to move.

17 years agocmd.exe: Add move support for wildcards and directories.
Jason Edmeades [Wed, 11 Apr 2007 21:25:52 +0000 (22:25 +0100)] 
cmd.exe: Add move support for wildcards and directories.

17 years agocmd.exe: Add support for move with simple wildcards.
Jason Edmeades [Wed, 11 Apr 2007 21:25:51 +0000 (22:25 +0100)] 
cmd.exe: Add support for move with simple wildcards.

17 years agouser32: Add RealChildWindowFromPoint.
Louis Lenders [Wed, 11 Apr 2007 20:57:00 +0000 (21:57 +0100)] 
user32: Add RealChildWindowFromPoint.

17 years agoadvpack/tests: Don't hardcode the windows directory.
Paul Vriens [Thu, 12 Apr 2007 08:57:43 +0000 (10:57 +0200)] 
advpack/tests: Don't hardcode the windows directory.

17 years agowinspool.drv: Implement level 1 support for EnumPrinters.
Huw Davies [Thu, 12 Apr 2007 13:08:22 +0000 (14:08 +0100)] 
winspool.drv: Implement level 1 support for EnumPrinters.

17 years agontdll: Fix a compiler warning.
Dmitry Timoshkov [Thu, 12 Apr 2007 09:37:40 +0000 (18:37 +0900)] 
ntdll: Fix a compiler warning.

17 years agomsi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead...
Aric Stewart [Thu, 12 Apr 2007 05:46:43 +0000 (14:46 +0900)] 
msi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead return USERINFOSTATE_ABSENT.

17 years agouser32: WM_ACTIVATEAPP on minimize message test.
Lei Zhang [Thu, 12 Apr 2007 00:45:42 +0000 (17:45 -0700)] 
user32: WM_ACTIVATEAPP on minimize message test.

17 years agocomctl32: More monthcal hit tests.
Lei Zhang [Thu, 12 Apr 2007 04:34:48 +0000 (21:34 -0700)] 
comctl32: More monthcal hit tests.

17 years agomsi: Reset the is_extracted flag when every cabinet is loaded.
James Hawkins [Wed, 11 Apr 2007 23:52:00 +0000 (18:52 -0500)] 
msi: Reset the is_extracted flag when every cabinet is loaded.

17 years agowinecfg: Close audio driver when not needed any more.
Maarten Lankhorst [Wed, 11 Apr 2007 22:32:30 +0000 (00:32 +0200)] 
winecfg: Close audio driver when not needed any more.

17 years agolocalui: Add version resource.
Detlef Riekenberg [Wed, 11 Apr 2007 21:16:26 +0000 (23:16 +0200)] 
localui: Add version resource.

17 years agontdll: Remove superfluous semicolons.
Andrew Talbot [Wed, 11 Apr 2007 20:42:56 +0000 (21:42 +0100)] 
ntdll: Remove superfluous semicolons.

17 years agontdll: Void functions should not return a value.
Andrew Talbot [Wed, 11 Apr 2007 20:30:30 +0000 (21:30 +0100)] 
ntdll: Void functions should not return a value.

17 years agoadvapi32/tests: Fix RegQueryValueExA test for win9x and ME.
Paul Vriens [Wed, 11 Apr 2007 18:33:02 +0000 (20:33 +0200)] 
advapi32/tests: Fix RegQueryValueExA test for win9x and ME.

17 years agokernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc...
Hans Leidekker [Wed, 11 Apr 2007 14:00:58 +0000 (16:00 +0200)] 
kernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc/scsi/scsi.

17 years agogdi32: Fix a couple of problems with negative lfWidth test.
Dmitry Timoshkov [Wed, 11 Apr 2007 13:00:22 +0000 (22:00 +0900)] 
gdi32: Fix a couple of problems with negative lfWidth test.

17 years agod3d9: Add a test for the converted vertex decl.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)] 
d3d9: Add a test for the converted vertex decl.

17 years agod3d9: Break out two helper functions from test_fvf_to_decl.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)] 
d3d9: Break out two helper functions from test_fvf_to_decl.

17 years agod3d9: Fix the circular converted vertex declaration reference.
Stefan Dösinger [Sat, 7 Apr 2007 22:11:09 +0000 (00:11 +0200)] 
d3d9: Fix the circular converted vertex declaration reference.

17 years agod3d9: AddRef the device in IDirect3DVertexDeclaration9::AddRef.
Stefan Dösinger [Sat, 7 Apr 2007 20:56:42 +0000 (22:56 +0200)] 
d3d9: AddRef the device in IDirect3DVertexDeclaration9::AddRef.

17 years agowined3d: Dirtify the shader and declaration states if the bound interface is destroyed.
Stefan Dösinger [Wed, 11 Apr 2007 12:02:38 +0000 (14:02 +0200)] 
wined3d: Dirtify the shader and declaration states if the bound interface is destroyed.

17 years agontdll: Don't use settimeofday() to attempt to set the timezone.
Kai Blin [Wed, 11 Apr 2007 12:18:23 +0000 (14:18 +0200)] 
ntdll: Don't use settimeofday() to attempt to set the timezone.

17 years agoquartz: Implement IAMFilterData interface for IFilterMapper.
Chris Robinson [Tue, 10 Apr 2007 15:15:09 +0000 (08:15 -0700)] 
quartz: Implement IAMFilterData interface for IFilterMapper.

17 years agooleaut32/tests: Fix compilation on systems that don't support nameless structs or...
Francois Gouget [Wed, 11 Apr 2007 09:21:10 +0000 (11:21 +0200)] 
oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions.

17 years agoshell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer
Aric Stewart [Tue, 10 Apr 2007 10:40:00 +0000 (19:40 +0900)] 
shell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer
to be able to make use of FileStructW and avoid W->A->W roundtrips if
possible.

17 years agoshell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.
Alexandre Julliard [Wed, 11 Apr 2007 10:25:53 +0000 (12:25 +0200)] 
shell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.

Based on a patch by Aric Stewart.
Also get rid of _ILCreateFromFindDataA and _ILCreateFromPatA.

17 years agoshell32: Update the debug functions to handle Unicode value pidl.
Aric Stewart [Mon, 9 Apr 2007 11:52:21 +0000 (20:52 +0900)] 
shell32: Update the debug functions to handle Unicode value pidl.

Add _ILIsUnicode as a simple pidl test.

17 years agoshell32: Avoid unneeded A->W conversions in _ILSimpleGetTextW.
Aric Stewart [Mon, 9 Apr 2007 11:12:00 +0000 (20:12 +0900)] 
shell32: Avoid unneeded A->W conversions in _ILSimpleGetTextW.

Implement _ILGetTextPointerW, though it does little now.
Handle the LPWSTR from _ILGetTextPointerW in _ILSimpleGetText and
_ILSimpleGetTextW.

17 years agomsi: Register fonts with full target paths as applications can and will install fonts...
Aric Stewart [Wed, 11 Apr 2007 07:10:32 +0000 (16:10 +0900)] 
msi: Register fonts with full target paths as applications can and will install fonts to places other than the windows/fonts directory.

17 years agoadvapi32/tests: Use skip when OpenSCManagerA is not implemented.
Paul Vriens [Wed, 11 Apr 2007 06:39:34 +0000 (08:39 +0200)] 
advapi32/tests: Use skip when OpenSCManagerA is not implemented.

17 years agows2_32/tests: Remove redundant NULL check before HeapFree().
Michael Stefaniuc [Tue, 10 Apr 2007 22:15:22 +0000 (00:15 +0200)] 
ws2_32/tests: Remove redundant NULL check before HeapFree().

17 years agomsvcrt: Remove superfluous semicolons.
Andrew Talbot [Tue, 10 Apr 2007 22:13:10 +0000 (23:13 +0100)] 
msvcrt: Remove superfluous semicolons.

17 years agontdll: Store the file access and options in the fd cache, and get rid of the dynamic...
Alexandre Julliard [Tue, 10 Apr 2007 20:32:46 +0000 (22:32 +0200)] 
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.

This avoids server round-trips for all file I/O.

17 years agoserver: Rename the get_file_info function to get_fd_type and get rid of the flags.
Alexandre Julliard [Tue, 10 Apr 2007 20:26:23 +0000 (22:26 +0200)] 
server: Rename the get_file_info function to get_fd_type and get rid of the flags.

17 years agoserver: Store the opening options in the file descriptor instead of in the individual...
Alexandre Julliard [Tue, 10 Apr 2007 20:25:07 +0000 (22:25 +0200)] 
server: Store the opening options in the file descriptor instead of in the individual objects.

Allows moving the FD_FLAG_OVERLAPPED support to the generic
get_handle_fd request handling.

17 years agokernel32: Add SYNCHRONIZE access to mailslot handles.
Alexandre Julliard [Tue, 10 Apr 2007 20:24:40 +0000 (22:24 +0200)] 
kernel32: Add SYNCHRONIZE access to mailslot handles.

Don't bother to request write access.

17 years agonotepad: Improve printing considerably.
Rolf Kalbermatter [Fri, 6 Apr 2007 17:50:37 +0000 (19:50 +0200)] 
notepad: Improve printing considerably.

Make fonts and the other measurements the correct size in relation to
the actual printer resolution instead of thinking it uses the same
resolution as the display.  Before fixed sized (and for most printer
resolutions way to small) margins where used and the font size was
taken directly from the screen font independent of the actual printer
resolution, resulting in a completely unreadable micro text on most
printouts.

17 years agosetupapi: Implement SetupGetFileCompressionInfo on top of SetupGetFileCompressionInfoEx.
Hans Leidekker [Tue, 10 Apr 2007 18:22:39 +0000 (20:22 +0200)] 
setupapi: Implement SetupGetFileCompressionInfo on top of SetupGetFileCompressionInfoEx.

17 years agowined3d: Dirtify the sampler used by IWineD3DSurface_PreLoad in IWineD3DSurfaceImpl_B...
H. Verbeet [Tue, 10 Apr 2007 17:14:27 +0000 (19:14 +0200)] 
wined3d: Dirtify the sampler used by IWineD3DSurface_PreLoad in IWineD3DSurfaceImpl_BltOverride.

17 years agowined3d: Disable the scissor test for depth blits.
H. Verbeet [Tue, 10 Apr 2007 17:14:10 +0000 (19:14 +0200)] 
wined3d: Disable the scissor test for depth blits.

17 years agowined3d: Disable the scissor test in stretch_rect_fbo.
H. Verbeet [Tue, 10 Apr 2007 17:14:01 +0000 (19:14 +0200)] 
wined3d: Disable the scissor test in stretch_rect_fbo.

17 years agowined3d: Remove some redundant IWineD3DSurface_PreLoad calls from stretch_rect_fbo.
H. Verbeet [Tue, 10 Apr 2007 17:13:54 +0000 (19:13 +0200)] 
wined3d: Remove some redundant IWineD3DSurface_PreLoad calls from stretch_rect_fbo.

17 years agowined3d: Add some traces to stretch_rect_fbo.
H. Verbeet [Tue, 10 Apr 2007 17:13:44 +0000 (19:13 +0200)] 
wined3d: Add some traces to stretch_rect_fbo.

17 years agowineps.drv: Add a heuristic to cope with resolution strings of the form "nnnmmmdpi...
Huw Davies [Tue, 10 Apr 2007 13:09:44 +0000 (14:09 +0100)] 
wineps.drv: Add a heuristic to cope with resolution strings of the form "nnnmmmdpi" (ie without the 'x' separator).

17 years agoserver: Explicitly shutdown closed pipes to prevent access from file descriptors...
Alexandre Julliard [Tue, 10 Apr 2007 19:30:37 +0000 (21:30 +0200)] 
server: Explicitly shutdown closed pipes to prevent access from file descriptors cached in the client.

17 years agontdll: Determine the async read avail_mode flag from the client side.
Alexandre Julliard [Tue, 10 Apr 2007 15:27:50 +0000 (17:27 +0200)] 
ntdll: Determine the async read avail_mode flag from the client side.

17 years agontdll: Simplify the async read/write code now that most of the work is done in the...
Alexandre Julliard [Tue, 10 Apr 2007 15:19:24 +0000 (17:19 +0200)] 
ntdll: Simplify the async read/write code now that most of the work is done in the server.