wine
11 years agodplayx: Add a stub IDirectPlay iface.
Michael Stefaniuc [Mon, 8 Apr 2013 21:17:36 +0000 (23:17 +0200)] 
dplayx: Add a stub IDirectPlay iface.

11 years agodplayx/tests: Deal with broken COM aggregation handling on NT4.
Michael Stefaniuc [Mon, 8 Apr 2013 21:16:26 +0000 (23:16 +0200)] 
dplayx/tests: Deal with broken COM aggregation handling on NT4.

11 years agowinemac: Handle failure to get clipboard format name; don't use uninitialized buffer.
Ken Thomases [Mon, 8 Apr 2013 20:43:13 +0000 (15:43 -0500)] 
winemac: Handle failure to get clipboard format name; don't use uninitialized buffer.

11 years agowininet: Don't bother reconnecting to server for compat secure mode if we don't have...
Jacek Caban [Mon, 8 Apr 2013 14:58:28 +0000 (16:58 +0200)] 
wininet: Don't bother reconnecting to server for compat secure mode if we don't have compat cred handle.

11 years agowininet: Skip some urlcache Unicode tests if ANSI version of URL is not known.
Piotr Caban [Mon, 8 Apr 2013 12:45:35 +0000 (14:45 +0200)] 
wininet: Skip some urlcache Unicode tests if ANSI version of URL is not known.

11 years agooledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conversion.
Nikolay Sivov [Sun, 7 Apr 2013 19:28:33 +0000 (23:28 +0400)] 
oledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conversion.

11 years agooledb32: Implement GetConversionSize for DBTYPE_VARIANT -> DBTYPE_STR case.
Nikolay Sivov [Sat, 6 Apr 2013 11:52:31 +0000 (15:52 +0400)] 
oledb32: Implement GetConversionSize for DBTYPE_VARIANT -> DBTYPE_STR case.

11 years agooledb32: Implemented conversion from DBTYPE_VARIANT to DBTYPE_BSTR.
Nikolay Sivov [Sat, 6 Apr 2013 10:57:09 +0000 (14:57 +0400)] 
oledb32: Implemented conversion from DBTYPE_VARIANT to DBTYPE_BSTR.

11 years agogameux: Fix release/free of uninitialized pointers (Coverity).
Nikolay Sivov [Tue, 2 Apr 2013 17:47:32 +0000 (21:47 +0400)] 
gameux: Fix release/free of uninitialized pointers (Coverity).

11 years agowinhlp32: Always open files as read only.
Rico Schüller [Sun, 7 Apr 2013 12:39:18 +0000 (14:39 +0200)] 
winhlp32: Always open files as read only.

11 years agoinclude: Added IRowsetNotify definition and proxy/stub stub implementation.
Nikolay Sivov [Fri, 5 Apr 2013 18:28:52 +0000 (22:28 +0400)] 
include: Added IRowsetNotify definition and proxy/stub stub implementation.

11 years agotapi32: Add more Unicode functions stubs.
Piotr Caban [Fri, 5 Apr 2013 14:53:43 +0000 (16:53 +0200)] 
tapi32: Add more Unicode functions stubs.

11 years agomsvcrt: Fixed debug message in strncpy_s.
Piotr Caban [Fri, 5 Apr 2013 13:18:18 +0000 (15:18 +0200)] 
msvcrt: Fixed debug message in strncpy_s.

11 years agoserver: Don't debug children when debugger is attached with DebugActiveProcess function.
Piotr Caban [Fri, 5 Apr 2013 12:08:02 +0000 (14:08 +0200)] 
server: Don't debug children when debugger is attached with DebugActiveProcess function.

11 years agowineps: Send grayscale images to monochrome printers.
Huw Davies [Fri, 5 Apr 2013 10:59:07 +0000 (11:59 +0100)] 
wineps: Send grayscale images to monochrome printers.

11 years agowineps: Add a helper to return the rgb to grayscale scaling factors.
Huw Davies [Fri, 5 Apr 2013 10:59:06 +0000 (11:59 +0100)] 
wineps: Add a helper to return the rgb to grayscale scaling factors.

11 years agowinspool.drv: Fix DocumentProperties with empty device name.
Tatyana Fokina [Fri, 5 Apr 2013 07:41:29 +0000 (11:41 +0400)] 
winspool.drv: Fix DocumentProperties with empty device name.

11 years agowinemac: Scale large system tray icons down to fit status bar.
Ken Thomases [Fri, 5 Apr 2013 08:34:20 +0000 (03:34 -0500)] 
winemac: Scale large system tray icons down to fit status bar.

11 years agowinemac: Add debug tracing for queried icon size.
Ken Thomases [Fri, 5 Apr 2013 08:34:16 +0000 (03:34 -0500)] 
winemac: Add debug tracing for queried icon size.

11 years agontdll: Hint that call_entry_point is ARM assembler.
André Hentschel [Thu, 4 Apr 2013 20:11:03 +0000 (22:11 +0200)] 
ntdll: Hint that call_entry_point is ARM assembler.

11 years agowinemac: Clip surface drawn region to new visible rect on window resize.
Ken Thomases [Thu, 4 Apr 2013 19:26:13 +0000 (14:26 -0500)] 
winemac: Clip surface drawn region to new visible rect on window resize.

This prevents stale drawing from being revealed if the window later grows.

11 years agowinemac: Initialize window surface to Mac-standard window background color instead...
Ken Thomases [Thu, 4 Apr 2013 19:26:08 +0000 (14:26 -0500)] 
winemac: Initialize window surface to Mac-standard window background color instead of black.

11 years agowinemac: Tell Cocoa to preserve our window content during live resizing.
Ken Thomases [Thu, 4 Apr 2013 19:26:01 +0000 (14:26 -0500)] 
winemac: Tell Cocoa to preserve our window content during live resizing.

11 years agogdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double...
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:18 +0000 (20:08 +0900)] 
gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth.

For instance, 19 ppem "VL Gothic" on Windows, the advance value is 10
for half-width characters, but 18 for full-width characters.  In this
case, tmAveCharWidth is 9. Thus using tmAveCharWidth is reasonable.

11 years agogdi32: Improve fixed-pitch advance calculation as well as outline text metrics.
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:16 +0000 (20:08 +0900)] 
gdi32: Improve fixed-pitch advance calculation as well as outline text metrics.

11 years agogdi32: Improve outline text metrics calculation, especially if unitsPerEm is not...
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:14 +0000 (20:08 +0900)] 
gdi32: Improve outline text metrics calculation, especially if unitsPerEm is not power of 2.

11 years agogdi32: Introduce macros to calculate outline text metrics.
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:12 +0000 (20:08 +0900)] 
gdi32: Introduce macros to calculate outline text metrics.

11 years agomshtml: Pass IUri to create_doc_uri.
Jacek Caban [Thu, 4 Apr 2013 14:15:33 +0000 (16:15 +0200)] 
mshtml: Pass IUri to create_doc_uri.

11 years agomshtml: Fixed load flags usage.
Jacek Caban [Thu, 4 Apr 2013 14:15:16 +0000 (16:15 +0200)] 
mshtml: Fixed load flags usage.

11 years agowinmm: Inherit the seek position when using standard file handle.
Akihiro Sagawa [Thu, 4 Apr 2013 13:28:14 +0000 (22:28 +0900)] 
winmm: Inherit the seek position when using standard file handle.

11 years agoexplorerframe: Clear pointer when nothing is selected.
André Hentschel [Wed, 3 Apr 2013 22:10:37 +0000 (00:10 +0200)] 
explorerframe: Clear pointer when nothing is selected.

11 years agowined3d: Report Win 8 when appropriate.
André Hentschel [Wed, 3 Apr 2013 20:23:23 +0000 (22:23 +0200)] 
wined3d: Report Win 8 when appropriate.

11 years agowindowscodecs: Add initializations for tiff encoder options.
Ludger Sprenker [Mon, 1 Apr 2013 20:28:12 +0000 (22:28 +0200)] 
windowscodecs: Add initializations for tiff encoder options.

11 years agod3dx9: Implement D3DXSHEvalHemisphereLight.
Nozomi Kodama [Sun, 31 Mar 2013 23:37:34 +0000 (13:37 -1000)] 
d3dx9: Implement D3DXSHEvalHemisphereLight.

11 years agod3dx9: Implement D3DXSHEvalSphericalLight.
Nozomi Kodama [Sun, 31 Mar 2013 23:37:06 +0000 (13:37 -1000)] 
d3dx9: Implement D3DXSHEvalSphericalLight.

11 years agod3dx9: Do not use relative error for small numbers.
Nozomi Kodama [Sun, 31 Mar 2013 23:35:24 +0000 (13:35 -1000)] 
d3dx9: Do not use relative error for small numbers.

11 years agowindowscodecs: Don't overwrite bih.bV5AlphaMask and set the LCS_DEVICE_RGB flag in...
Victor Martinez Calvo [Thu, 4 Apr 2013 00:07:36 +0000 (02:07 +0200)] 
windowscodecs: Don't overwrite bih.bV5AlphaMask and set the LCS_DEVICE_RGB flag in bih.bV5CSType.

11 years agomsvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_SLONGDATE in _create_locale.
Victor Martinez Calvo [Wed, 3 Apr 2013 19:42:21 +0000 (21:42 +0200)] 
msvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_SLONGDATE in _create_locale.

11 years agomsxml3: Fix SafeArrayGetUBond check in BindStatusCallback_create.
Victor Martinez Calvo [Wed, 3 Apr 2013 17:37:44 +0000 (19:37 +0200)] 
msxml3: Fix SafeArrayGetUBond check in BindStatusCallback_create.

11 years agohid: Add HidD_GetManufacturerString stub.
André Hentschel [Wed, 3 Apr 2013 16:09:21 +0000 (18:09 +0200)] 
hid: Add HidD_GetManufacturerString stub.

11 years agosetupapi: Add CM_Get_Device_ID_ExA stub.
André Hentschel [Wed, 3 Apr 2013 16:09:03 +0000 (18:09 +0200)] 
setupapi: Add CM_Get_Device_ID_ExA stub.

11 years agokernel32: Fetch the system information only once the memory limits are correct.
Alexandre Julliard [Thu, 4 Apr 2013 11:01:04 +0000 (13:01 +0200)] 
kernel32: Fetch the system information only once the memory limits are correct.

11 years agontdll: Set the address space limit before running application code.
Alexandre Julliard [Thu, 4 Apr 2013 11:00:47 +0000 (13:00 +0200)] 
ntdll: Set the address space limit before running application code.

11 years agojoy.cpl: Added a Tango compliant icon.
Joel Holdsworth [Sat, 9 Jun 2012 09:26:09 +0000 (10:26 +0100)] 
joy.cpl: Added a Tango compliant icon.

11 years agowinemac: Handle a Cocoa quit request as a single-process session shutdown.
Ken Thomases [Wed, 3 Apr 2013 23:56:55 +0000 (18:56 -0500)] 
winemac: Handle a Cocoa quit request as a single-process session shutdown.

This lets programs ask the user to save documents, etc., and possibly cancel
the quit.

11 years agowinemac: Add a delivery limit to events.
Ken Thomases [Wed, 3 Apr 2013 23:56:41 +0000 (18:56 -0500)] 
winemac: Add a delivery limit to events.

Some events are application-wide, not specific to a thread.  Such an event
needs to be broadcast to all GUI-attached threads because we don't know which
are handling events, but we don't want the event to be processed in each.
Often it should only be processed by the first to pull it from its queue.

11 years agowinemac: Make macdrv_event structs heap-allocated and reference-counted.
Ken Thomases [Wed, 3 Apr 2013 23:56:35 +0000 (18:56 -0500)] 
winemac: Make macdrv_event structs heap-allocated and reference-counted.

11 years agowinemac: Constify some macdrv_event pointer parameters.
Ken Thomases [Wed, 3 Apr 2013 23:56:25 +0000 (18:56 -0500)] 
winemac: Constify some macdrv_event pointer parameters.

11 years agowinemac: Drain the autorelease pool within loop in OnMainThread().
Ken Thomases [Wed, 3 Apr 2013 23:56:11 +0000 (18:56 -0500)] 
winemac: Drain the autorelease pool within loop in OnMainThread().

11 years agodplayx: Add a separate refcount for IDirectPlay3.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:57 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3.

11 years agodplayx: Add a separate refcount for IDirectPlay3A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:01 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3A.

11 years agodplayx: Add a separate refcount for IDirectPlay2.
Michael Stefaniuc [Fri, 29 Mar 2013 16:14:07 +0000 (17:14 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2.

11 years agodplayx: Add a separate refcount for IDirectPlay2A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:13:11 +0000 (17:13 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2A.

11 years agodplayx: Get rid of the IDirectPlayImpl aliases.
Michael Stefaniuc [Fri, 29 Mar 2013 16:12:33 +0000 (17:12 +0100)] 
dplayx: Get rid of the IDirectPlayImpl aliases.

11 years agodplayx: Merge dpinit.h into dplay_global.h.
Michael Stefaniuc [Fri, 29 Mar 2013 16:11:29 +0000 (17:11 +0100)] 
dplayx: Merge dpinit.h into dplay_global.h.

11 years agodplayx: Remove superfluous forward declarations.
Michael Stefaniuc [Fri, 29 Mar 2013 16:10:33 +0000 (17:10 +0100)] 
dplayx: Remove superfluous forward declarations.

11 years agodplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.
Michael Stefaniuc [Fri, 29 Mar 2013 16:09:40 +0000 (17:09 +0100)] 
dplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.

11 years agodplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.
Michael Stefaniuc [Fri, 29 Mar 2013 16:08:49 +0000 (17:08 +0100)] 
dplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.

11 years agomsvcp: Sync spec files.
Piotr Caban [Wed, 3 Apr 2013 14:24:00 +0000 (16:24 +0200)] 
msvcp: Sync spec files.

11 years agomsvcp100: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:47 +0000 (16:23 +0200)] 
msvcp100: Add arm exports.

11 years agomsvcp90: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:12 +0000 (16:23 +0200)] 
msvcp90: Add arm exports.

11 years agomsvcp: Change architecture of more thiscall functions.
Piotr Caban [Wed, 3 Apr 2013 14:23:00 +0000 (16:23 +0200)] 
msvcp: Change architecture of more thiscall functions.

11 years agokernel32/tests: Don't test function directly when reporting GetLastError().
André Hentschel [Wed, 3 Apr 2013 15:26:22 +0000 (17:26 +0200)] 
kernel32/tests: Don't test function directly when reporting GetLastError().

11 years agoieframe: Make dump_travellog() static.
Francois Gouget [Wed, 3 Apr 2013 14:07:44 +0000 (16:07 +0200)] 
ieframe: Make dump_travellog() static.

11 years agodplayx: Add a trailing '\n' to a TRACE().
Francois Gouget [Wed, 3 Apr 2013 14:07:13 +0000 (16:07 +0200)] 
dplayx: Add a trailing '\n' to a TRACE().

11 years agowindowscodecs/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 3 Apr 2013 14:07:10 +0000 (16:07 +0200)] 
windowscodecs/tests: Add a trailing '\n' to an ok() call.

11 years agoriched20: ME_StrDup() is not used anymore so remove it.
Francois Gouget [Wed, 3 Apr 2013 14:07:04 +0000 (16:07 +0200)] 
riched20: ME_StrDup() is not used anymore so remove it.

11 years agoconfigure: Get rid of no longer needed OpenSSL checks.
Jacek Caban [Wed, 3 Apr 2013 12:06:09 +0000 (14:06 +0200)] 
configure: Get rid of no longer needed OpenSSL checks.

11 years agowininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
Jacek Caban [Wed, 3 Apr 2013 12:05:51 +0000 (14:05 +0200)] 
wininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.

11 years agowininet: Added NETCON_get_data_available support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:04:11 +0000 (14:04 +0200)] 
wininet: Added NETCON_get_data_available support for schannel-based connections.

11 years agowininet: Added NETCON_GetCert support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:04:01 +0000 (14:04 +0200)] 
wininet: Added NETCON_GetCert support for schannel-based connections.

11 years agowininet: Added NETCON_recv support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:03:52 +0000 (14:03 +0200)] 
wininet: Added NETCON_recv support for schannel-based connections.

11 years agowininet: Added NETCON_send support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:03:34 +0000 (14:03 +0200)] 
wininet: Added NETCON_send support for schannel-based connections.

11 years agowininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available.
Jacek Caban [Wed, 3 Apr 2013 12:03:24 +0000 (14:03 +0200)] 
wininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available.

11 years agowininet: Use schannel in NETCON_secure_connect if OpenSSL is not available.
Jacek Caban [Wed, 3 Apr 2013 12:03:13 +0000 (14:03 +0200)] 
wininet: Use schannel in NETCON_secure_connect if OpenSSL is not available.

11 years agouxtheme/tests: Don't test for themed app.
André Hentschel [Tue, 2 Apr 2013 13:42:26 +0000 (15:42 +0200)] 
uxtheme/tests: Don't test for themed app.

11 years agoieframe: Added GoForward tests.
Jacek Caban [Wed, 3 Apr 2013 11:04:46 +0000 (13:04 +0200)] 
ieframe: Added GoForward tests.

11 years agowineps.drv: Constify a variable.
Dmitry Timoshkov [Wed, 3 Apr 2013 07:37:51 +0000 (16:37 +0900)] 
wineps.drv: Constify a variable.

11 years agoddraw/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Tue, 2 Apr 2013 23:55:21 +0000 (17:55 -0600)] 
ddraw/tests: Verify window style after exiting fullscreen mode.

11 years agod3d8/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Mon, 1 Apr 2013 23:02:56 +0000 (17:02 -0600)] 
d3d8/tests: Verify window style after exiting fullscreen mode.

11 years agod3d9/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Mon, 1 Apr 2013 23:03:50 +0000 (17:03 -0600)] 
d3d9/tests: Verify window style after exiting fullscreen mode.

11 years agowined3d: Ignore WS_VISIBLE and WS_EX_TOPMOST when dropping out of fullscreen.
Sam Edwards [Mon, 1 Apr 2013 00:25:27 +0000 (18:25 -0600)] 
wined3d: Ignore WS_VISIBLE and WS_EX_TOPMOST when dropping out of fullscreen.

11 years agowined3d: Make fullscreen windows use HWND_TOPMOST instead of HWND_TOP.
Sam Edwards [Mon, 1 Apr 2013 00:25:18 +0000 (18:25 -0600)] 
wined3d: Make fullscreen windows use HWND_TOPMOST instead of HWND_TOP.

11 years agowined3d: Initialize adapter device name even if opengl is not used.
Jérôme Gardou [Tue, 2 Apr 2013 13:04:57 +0000 (15:04 +0200)] 
wined3d: Initialize adapter device name even if opengl is not used.

11 years agogdiplus: Fix returned rect in GdiGetRegionBoundsI.
Victor Martinez [Tue, 2 Apr 2013 22:51:47 +0000 (00:51 +0200)] 
gdiplus: Fix returned rect in GdiGetRegionBoundsI.

11 years agoieframe: Improved debug traces.
Jacek Caban [Tue, 2 Apr 2013 15:39:57 +0000 (17:39 +0200)] 
ieframe: Improved debug traces.

11 years agoieframe: Added GoForward implementation.
Jacek Caban [Tue, 2 Apr 2013 15:40:14 +0000 (17:40 +0200)] 
ieframe: Added GoForward implementation.

11 years agoieframe: Use IPersistHistory for history navigation, if possible.
Jacek Caban [Tue, 2 Apr 2013 15:39:45 +0000 (17:39 +0200)] 
ieframe: Use IPersistHistory for history navigation, if possible.

11 years agoieframe: Moved freeing travellog entry into a helper function.
Jacek Caban [Tue, 2 Apr 2013 15:39:34 +0000 (17:39 +0200)] 
ieframe: Moved freeing travellog entry into a helper function.

11 years agoieframe: Fixed index of stored history when loading from history.
Jacek Caban [Tue, 2 Apr 2013 15:39:21 +0000 (17:39 +0200)] 
ieframe: Fixed index of stored history when loading from history.

11 years agoieframe: Moved travellog to its own struct.
Jacek Caban [Tue, 2 Apr 2013 15:39:07 +0000 (17:39 +0200)] 
ieframe: Moved travellog to its own struct.

11 years agoadvapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.
Alexander Morozov [Mon, 1 Apr 2013 18:43:33 +0000 (22:43 +0400)] 
advapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.

11 years agouser32: Don't print a warning when creating the HWND_MESSAGE parent window.
Alexandre Julliard [Tue, 2 Apr 2013 10:46:39 +0000 (12:46 +0200)] 
user32: Don't print a warning when creating the HWND_MESSAGE parent window.

11 years agogdi32: Use the Mac driver by default.
Alexandre Julliard [Tue, 2 Apr 2013 10:22:17 +0000 (12:22 +0200)] 
gdi32: Use the Mac driver by default.

11 years agowinhttp: Improved error handling in netconn_secure_connect.
Jacek Caban [Tue, 2 Apr 2013 09:16:34 +0000 (11:16 +0200)] 
winhttp: Improved error handling in netconn_secure_connect.

11 years agowininet: Moved more compat logic to netcon_secure_connect_setup.
Jacek Caban [Tue, 2 Apr 2013 09:13:48 +0000 (11:13 +0200)] 
wininet: Moved more compat logic to netcon_secure_connect_setup.

11 years agowinemac: During live resize, force occasional redisplay due to spontaneous redrawing.
Ken Thomases [Tue, 2 Apr 2013 08:17:48 +0000 (03:17 -0500)] 
winemac: During live resize, force occasional redisplay due to spontaneous redrawing.

11 years agoadvapi32/tests: Remove bad key set on cleanup.
André Hentschel [Mon, 1 Apr 2013 22:09:29 +0000 (00:09 +0200)] 
advapi32/tests: Remove bad key set on cleanup.

11 years agowine.inf: Add winemac.drv to RelayFromExclude.
André Hentschel [Mon, 1 Apr 2013 21:34:30 +0000 (23:34 +0200)] 
wine.inf: Add winemac.drv to RelayFromExclude.

11 years agodpnet: Increase reported buffer size.
André Hentschel [Mon, 1 Apr 2013 14:21:53 +0000 (16:21 +0200)] 
dpnet: Increase reported buffer size.