wine
18 years agourlmon: Fix a LARGE_INTEGER truncation.
Rolf Kalbermatter [Fri, 6 Jan 2006 12:03:50 +0000 (13:03 +0100)] 
urlmon: Fix a LARGE_INTEGER truncation.

18 years agodsound: Refactor playback.
Robert Reif [Fri, 6 Jan 2006 11:35:20 +0000 (12:35 +0100)] 
dsound: Refactor playback.
Replace references of IDirectSoundImpl with DirectSoundDevice to
remove one level of indirection and remove the problem of a three
object circular reference.

18 years agomsi: Unload riched20 after its window is destroyed.
Mike McCormack [Fri, 6 Jan 2006 11:35:09 +0000 (12:35 +0100)] 
msi: Unload riched20 after its window is destroyed.

18 years agomsi: Make radio buttons grey out correctly when disabled.
Mike McCormack [Fri, 6 Jan 2006 11:19:33 +0000 (12:19 +0100)] 
msi: Make radio buttons grey out correctly when disabled.

18 years agomsi: Clean trailing and leading spaces from path segments.
Mike McCormack [Fri, 6 Jan 2006 11:19:22 +0000 (12:19 +0100)] 
msi: Clean trailing and leading spaces from path segments.

18 years agowinapi: msvcmaker adaption to new directory structure.
Rolf Kalbermatter [Fri, 6 Jan 2006 11:19:11 +0000 (12:19 +0100)] 
winapi: msvcmaker adaption to new directory structure.
Fix some issues with MSVC project file generation after recent
directory restructuring.

18 years agowinapi: Add the loader directory to the paths to exclude.
Rolf Kalbermatter [Fri, 6 Jan 2006 11:18:10 +0000 (12:18 +0100)] 
winapi: Add the loader directory to the paths to exclude.
There is nothing in there anymore that would need to be done for
winapi tools.

18 years agowinapi: Cleanup some unused use clauses.
Rolf Kalbermatter [Fri, 6 Jan 2006 11:17:46 +0000 (12:17 +0100)] 
winapi: Cleanup some unused use clauses.

18 years agocommdlg: Updated Korean translation.
YunSong Hwang [Fri, 6 Jan 2006 11:17:24 +0000 (12:17 +0100)] 
commdlg: Updated Korean translation.

18 years agowinecfg: Updated Korean translation.
YunSong Hwang [Fri, 6 Jan 2006 11:17:10 +0000 (12:17 +0100)] 
winecfg: Updated Korean translation.

18 years agooleaut32: Output a FIXME message only once.
Mike McCormack [Fri, 6 Jan 2006 11:16:58 +0000 (12:16 +0100)] 
oleaut32: Output a FIXME message only once.

18 years agodsound: Fix double free bug in tests.
Robert Reif [Fri, 6 Jan 2006 11:16:41 +0000 (12:16 +0100)] 
dsound: Fix double free bug in tests.
Fix double free in tests.  Only happens in interactive mode when
testing duplicated 3D buffers.

18 years agoshell32: Spelling fixes for the Finnish resource.
Anssi Hannula [Fri, 6 Jan 2006 11:16:22 +0000 (12:16 +0100)] 
shell32: Spelling fixes for the Finnish resource.

18 years agoole: Fix SmallBlocksToBigBlocks loop.
Ulrich Czekalla [Fri, 6 Jan 2006 11:16:04 +0000 (12:16 +0100)] 
ole: Fix SmallBlocksToBigBlocks loop.
Stop copying data when read returns 0 bytes

18 years agoAdded implementation of security.dll.
Robert Shearman [Thu, 5 Jan 2006 13:39:41 +0000 (14:39 +0100)] 
Added implementation of security.dll.

18 years agowininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
Jacek Caban [Thu, 5 Jan 2006 13:37:06 +0000 (14:37 +0100)] 
wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
INTERNET_STATUS_CONNECTING_TO_SERVER and
INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not
sockaddr_in.

18 years agomsvcrt: Added assembly routines to save/restore registers for setjmp/longjmp
Alexandre Julliard [Thu, 5 Jan 2006 13:36:37 +0000 (14:36 +0100)] 
msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp
to avoid the overhead of a full-blown register function.
Some tracing improvements.

18 years agomsvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler
Alexandre Julliard [Thu, 5 Jan 2006 12:56:11 +0000 (13:56 +0100)] 
msvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler
to avoid having to save/restore the whole context on every call.

18 years agourlmon: Added implementation of QueryService and stub implementation
Jacek Caban [Thu, 5 Jan 2006 12:42:43 +0000 (13:42 +0100)] 
urlmon: Added implementation of QueryService and stub implementation
of IHttpNegotiate2 interface.

18 years agourlmon: Query service provider for IInternetProtocol.
Jacek Caban [Thu, 5 Jan 2006 12:42:32 +0000 (13:42 +0100)] 
urlmon: Query service provider for IInternetProtocol.

18 years agowinspool: Added ordinal exported functions of winspool.drv.
Marcus Meissner [Thu, 5 Jan 2006 12:42:13 +0000 (13:42 +0100)] 
winspool: Added ordinal exported functions of winspool.drv.

18 years agooleaut32: Allow _invoke to handle up to 23 parameters.
Dan Kegel [Thu, 5 Jan 2006 12:41:35 +0000 (13:41 +0100)] 
oleaut32: Allow _invoke to handle up to 23 parameters.

18 years agodbghelp: StackWalk (32 and 64 bit version).
Eric Pouech [Thu, 5 Jan 2006 12:41:25 +0000 (13:41 +0100)] 
dbghelp: StackWalk (32 and 64 bit version).
- enhance implementation of StackWalk (32 and 64 bit version) by
  making use of module information and calling for FPO
- FPO part is still non functional
- implemented SymGetModuleBase64
- stubbed SymFunctionTableAccess64

18 years agodsound: Capture refactoring.
Robert Reif [Thu, 5 Jan 2006 12:37:15 +0000 (13:37 +0100)] 
dsound: Capture refactoring.
Move initialization code from DirectSoundCapture to
DirectSoundCaptureDevice.
Make DirectSoundCaptureBuffer directly reference
DirectSoundCaptureDevice rather than DirectSoundCapture to eliminate
one level of indirection.
Rename DSOUND_CreateDirectSoundCaptureBuffer to
IDirectSoundCaptureBufferImpl_Create to be consistent.

18 years agoRemove YY_NO defines that cause warnings.
Alexandre Julliard [Thu, 5 Jan 2006 11:20:05 +0000 (12:20 +0100)] 
Remove YY_NO defines that cause warnings.

18 years agodbghelp: Removed no longer needed 'stub' in TRACEs.
Eric Pouech [Thu, 5 Jan 2006 11:19:18 +0000 (12:19 +0100)] 
dbghelp: Removed no longer needed 'stub' in TRACEs.

18 years agorpcrt4: Implement NdrClientCall2 and NdrServerCall2.
Robert Shearman [Thu, 5 Jan 2006 11:19:05 +0000 (12:19 +0100)] 
rpcrt4: Implement NdrClientCall2 and NdrServerCall2.

18 years agoole: Store the result from _invoke in a VARIANTARG structure.
Robert Shearman [Thu, 5 Jan 2006 11:18:54 +0000 (12:18 +0100)] 
ole: Store the result from _invoke in a VARIANTARG structure.

18 years agoregedit: Initialise nFocusPanel.
Robert Shearman [Thu, 5 Jan 2006 11:18:43 +0000 (12:18 +0100)] 
regedit: Initialise nFocusPanel.

18 years agokernel32: Check for the correct error return value from open.
Robert Shearman [Thu, 5 Jan 2006 11:18:29 +0000 (12:18 +0100)] 
kernel32: Check for the correct error return value from open.

18 years agourlmon: Code clean up.
Jacek Caban [Thu, 5 Jan 2006 11:18:06 +0000 (12:18 +0100)] 
urlmon: Code clean up.

18 years agourlmon: Added GetBindInfoString implementation.
Jacek Caban [Thu, 5 Jan 2006 11:17:59 +0000 (12:17 +0100)] 
urlmon: Added GetBindInfoString implementation.

18 years agoRelease 0.9.5. wine-0.9.5
Alexandre Julliard [Wed, 4 Jan 2006 16:04:35 +0000 (17:04 +0100)] 
Release 0.9.5.

18 years agomsacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
Alex Villacís Lasso [Wed, 4 Jan 2006 14:27:35 +0000 (15:27 +0100)] 
msacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
Initialize cb[Src|Dst]LengthUsed to 0 before calling into codec,
required by (some?) native codecs.

18 years agowine.inf: Add a few keys to HKLM\Hardware.
Vitaliy Margolen [Wed, 4 Jan 2006 14:27:22 +0000 (15:27 +0100)] 
wine.inf: Add a few keys to HKLM\Hardware.

18 years agowinsock: Map wildcards for socket type and protocol in getaddrinfo().
Marcus Meissner [Wed, 4 Jan 2006 14:07:34 +0000 (15:07 +0100)] 
winsock: Map wildcards for socket type and protocol in getaddrinfo().

18 years agoSet refcount to -1 on implicitly loaded dlls to avoid unloading them
Alexandre Julliard [Wed, 4 Jan 2006 13:55:33 +0000 (14:55 +0100)] 
Set refcount to -1 on implicitly loaded dlls to avoid unloading them
(suggested by Michael Ost).

18 years agoshlwapi: Print PathCombine* strings arguments in relay debugging.
Marcus Meissner [Wed, 4 Jan 2006 13:52:55 +0000 (14:52 +0100)] 
shlwapi: Print PathCombine* strings arguments in relay debugging.

18 years agoAvoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
Alexandre Julliard [Wed, 4 Jan 2006 13:52:43 +0000 (14:52 +0100)] 
Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.

18 years agomsiexec: Ignore the TRANSFORMS variable.
Mike McCormack [Wed, 4 Jan 2006 13:51:42 +0000 (14:51 +0100)] 
msiexec: Ignore the TRANSFORMS variable.
Ignore the TRANSFORMS variable when building a list of transforms for
advertising.  The variable is used to apply transforms when installing.

18 years agomsi: Apply any MSI transforms specified by the TRANSFORMS property.
Mike McCormack [Wed, 4 Jan 2006 13:51:25 +0000 (14:51 +0100)] 
msi: Apply any MSI transforms specified by the TRANSFORMS property.

18 years agomsi: Add a stub for MsiGetLastErrorRecord.
Mike McCormack [Wed, 4 Jan 2006 13:51:05 +0000 (14:51 +0100)] 
msi: Add a stub for MsiGetLastErrorRecord.

18 years agomsi: Fixes for the MaskedEdit control.
Mike McCormack [Wed, 4 Jan 2006 13:49:50 +0000 (14:49 +0100)] 
msi: Fixes for the MaskedEdit control.
Allow MaskedEdit masks that aren't enclosed with <>.
Allow the MaskedEdit's edit controls to scroll a bit in case things
don't line up.

18 years agodsound: Capture cleanup.
Robert Reif [Wed, 4 Jan 2006 13:49:34 +0000 (14:49 +0100)] 
dsound: Capture cleanup.
Move code and function prototypes around to eliminate forward
declarations.  No code is changed.

18 years agowinapi: Remove some exceptions now that DLL separation is complete.
Hans Leidekker [Wed, 4 Jan 2006 13:49:22 +0000 (14:49 +0100)] 
winapi: Remove some exceptions now that DLL separation is complete.

18 years agoSubdirectory tools/winapi_check no longer exists.
Hans Leidekker [Wed, 4 Jan 2006 13:49:12 +0000 (14:49 +0100)] 
Subdirectory tools/winapi_check no longer exists.

18 years agoshell32: Create Local AppData for user profile.
Vitaliy Margolen [Wed, 4 Jan 2006 13:48:59 +0000 (14:48 +0100)] 
shell32: Create Local AppData for user profile.
Move history and internet tmp files to Local Settings.

18 years agoshell32: Update Russian resources.
Vitaliy Margolen [Wed, 4 Jan 2006 13:48:28 +0000 (14:48 +0100)] 
shell32: Update Russian resources.

18 years agouser32: Menu tracing improvements.
Rein Klazes [Wed, 4 Jan 2006 13:48:07 +0000 (14:48 +0100)] 
user32: Menu tracing improvements.

18 years agontdll: Check file size when mapping image sections to avoid SIGBUS errors.
Alexandre Julliard [Tue, 3 Jan 2006 16:39:23 +0000 (17:39 +0100)] 
ntdll: Check file size when mapping image sections to avoid SIGBUS errors.

18 years agomsi: Report the commandline that failed to start in ERR()s.
Marcus Meissner [Tue, 3 Jan 2006 16:35:41 +0000 (17:35 +0100)] 
msi: Report the commandline that failed to start in ERR()s.

18 years agokernel32: Implemented atoms query function on top of ntdll ones.
Eric Pouech [Tue, 3 Jan 2006 16:35:01 +0000 (17:35 +0100)] 
kernel32: Implemented atoms query function on top of ntdll ones.

18 years agontdll: Correct implementation for atom query functions.
Eric Pouech [Tue, 3 Jan 2006 16:34:43 +0000 (17:34 +0100)] 
ntdll: Correct implementation for atom query functions.

18 years agoadvpack: Make DoInfInstall return an HRESULT.
Markus Amsler [Tue, 3 Jan 2006 16:33:02 +0000 (17:33 +0100)] 
advpack: Make DoInfInstall return an HRESULT.

18 years agodsound: Remove WINAPI from internal functions.
Robert Reif [Tue, 3 Jan 2006 16:32:50 +0000 (17:32 +0100)] 
dsound: Remove WINAPI from internal functions.

18 years agoadvpack: Fix LaunchInfSection[Ex] documentation.
Markus Amsler [Tue, 3 Jan 2006 14:12:29 +0000 (15:12 +0100)] 
advpack: Fix LaunchInfSection[Ex] documentation.

18 years agoSupport building flex files without debug support.
Alexandre Julliard [Tue, 3 Jan 2006 14:11:46 +0000 (15:11 +0100)] 
Support building flex files without debug support.

18 years agoinclude: Fix DECLSPEC_NORETURN for compilation with MS C compiler.
Rolf Kalbermatter [Tue, 3 Jan 2006 12:33:22 +0000 (13:33 +0100)] 
include: Fix DECLSPEC_NORETURN for compilation with MS C compiler.

18 years agoshell32/unixfs: Added unicode support in folder and file pidls.
Michael Jung [Tue, 3 Jan 2006 12:23:59 +0000 (13:23 +0100)] 
shell32/unixfs: Added unicode support in folder and file pidls.

18 years agoshell32: Helper function for unicode support in folder and file pidls.
Michael Jung [Tue, 3 Jan 2006 12:23:44 +0000 (13:23 +0100)] 
shell32: Helper function for unicode support in folder and file pidls.

18 years agouser32: Separate menu bitmaps and strings.
Rein Klazes [Tue, 3 Jan 2006 12:23:28 +0000 (13:23 +0100)] 
user32: Separate menu bitmaps and strings.
Store bitmaps and bitmaps always in separate fields in the internal
menu structure.  Get rid of a lot of assumptions in the code that the
menu can have strings only when it is not some other type and that
bitmaps come in two flavors.
Add a lot of conformance tests, including some submitted by Jason
Edmeades.

18 years agogdi: Win16/32 split of most of the metafile support.
Steven Edwards [Tue, 3 Jan 2006 12:23:21 +0000 (13:23 +0100)] 
gdi: Win16/32 split of most of the metafile support.

18 years agogdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
Steven Edwards [Tue, 3 Jan 2006 12:16:59 +0000 (13:16 +0100)] 
gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.

18 years agomsacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.
Alex Villacís Lasso [Tue, 3 Jan 2006 12:16:12 +0000 (13:16 +0100)] 
msacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.

18 years agokernel: DelayLoadFailureHook crash fix.
Robert Reif [Tue, 3 Jan 2006 12:15:55 +0000 (13:15 +0100)] 
kernel: DelayLoadFailureHook crash fix.

18 years agoAdded some flex options to avoid compiler warnings.
Alexandre Julliard [Tue, 3 Jan 2006 11:16:05 +0000 (12:16 +0100)] 
Added some flex options to avoid compiler warnings.
Moved options from the Makefile into the source.

18 years agomsi: Subclass the Richedit control.
Mike McCormack [Tue, 3 Jan 2006 11:15:04 +0000 (12:15 +0100)] 
msi: Subclass the Richedit control.
Send a "DoAction" control event when the user scrolls the text.

18 years agoMSI: Improve the MsiGetMode stub a little.
Mike McCormack [Tue, 3 Jan 2006 11:12:15 +0000 (12:12 +0100)] 
MSI: Improve the MsiGetMode stub a little.

18 years agomsi: Implement the Reset control event.
Mike McCormack [Tue, 3 Jan 2006 11:12:09 +0000 (12:12 +0100)] 
msi: Implement the Reset control event.

18 years agooleaut32: Allow _invoke to handle up to 17 parameters.
Mike McCormack [Tue, 3 Jan 2006 11:11:44 +0000 (12:11 +0100)] 
oleaut32: Allow _invoke to handle up to 17 parameters.

18 years agodsound Add uninitialized check.
Robert Reif [Tue, 3 Jan 2006 11:11:27 +0000 (12:11 +0100)] 
dsound Add uninitialized check.

18 years agocomctl32: Listview - allow selection toggle with ctrl+space.
Vitaliy Margolen [Tue, 3 Jan 2006 11:11:18 +0000 (12:11 +0100)] 
comctl32: Listview - allow selection toggle with ctrl+space.

18 years agowinsock: AF_UNSPEC mapping.
Marcus Meissner [Tue, 3 Jan 2006 11:11:07 +0000 (12:11 +0100)] 
winsock: AF_UNSPEC mapping.
Also map AF_UNSPEC sockaddrs in the sockaddr handlers.
Zero initialize the sockaddr in ws_sockaddr_alloc().

18 years agoAssorted spelling fixes
Francois Gouget [Tue, 3 Jan 2006 11:10:50 +0000 (12:10 +0100)] 
Assorted spelling fixes

18 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Tue, 3 Jan 2006 11:10:37 +0000 (12:10 +0100)] 
Add trailing '\n's to ok() calls.
Remove spaces before '\n' in traces.

18 years agowinapi: Update win32.api to match the current sources.
Francois Gouget [Tue, 3 Jan 2006 11:10:23 +0000 (12:10 +0100)] 
winapi: Update win32.api to match the current sources.

18 years agoSmall documentation tweaks to avoid winapi_check warnings.
Francois Gouget [Tue, 3 Jan 2006 11:10:09 +0000 (12:10 +0100)] 
Small documentation tweaks to avoid winapi_check warnings.

18 years agowinemenubuilder: Improve traces.
Francois Gouget [Tue, 3 Jan 2006 11:09:47 +0000 (12:09 +0100)] 
winemenubuilder: Improve traces.
Add some traces to make it easier to debug icon generation problems.

18 years agogdi: Add a test which shows that GDI does not support compressed DIB sections.
Dmitry Timoshkov [Tue, 3 Jan 2006 11:09:22 +0000 (12:09 +0100)] 
gdi: Add a test which shows that GDI does not support compressed DIB sections.

18 years agogdi32: Disallow creation of compressed DIB sections.
Ulrich Czekalla [Tue, 3 Jan 2006 11:09:03 +0000 (12:09 +0100)] 
gdi32: Disallow creation of compressed DIB sections.

18 years agoole: Check the return value of IStream_SetSize in IStream_Read.
Robert Shearman [Tue, 3 Jan 2006 11:07:49 +0000 (12:07 +0100)] 
ole: Check the return value of IStream_SetSize in IStream_Read.
Check the return value of IStream_SetSize in IStream_Read, since
otherwise execution could continue on and cause heap corruption.

18 years agoole: Fix mis-handling of return value in StgStreamImpl_Read.
Robert Shearman [Tue, 3 Jan 2006 11:07:34 +0000 (12:07 +0100)] 
ole: Fix mis-handling of return value in StgStreamImpl_Read.
BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
failure.

18 years agorpcrt4: Implement callback conformance.
Robert Shearman [Tue, 3 Jan 2006 11:07:17 +0000 (12:07 +0100)] 
rpcrt4: Implement callback conformance.

18 years agorpcrt4: Fix race condition in RpcServerListen.
Robert Shearman [Tue, 3 Jan 2006 11:07:04 +0000 (12:07 +0100)] 
rpcrt4: Fix race condition in RpcServerListen.
The DontWait parameter is used for forcing the function not to wait
for the server to finish.

18 years agocomctrl32: ReAlloc should be able to move memory blocks if necessary.
Thomas Weidenmueller [Tue, 3 Jan 2006 11:06:40 +0000 (12:06 +0100)] 
comctrl32: ReAlloc should be able to move memory blocks if necessary.

18 years agosecur32: Rewrote NTLM tests in a more flexible way.
Kai Blin [Tue, 3 Jan 2006 11:06:21 +0000 (12:06 +0100)] 
secur32: Rewrote NTLM tests in a more flexible way.

18 years agoserver: Fix va_list compile error.
Vitaliy Margolen [Tue, 3 Jan 2006 11:06:03 +0000 (12:06 +0100)] 
server: Fix va_list compile error.

18 years agogdi: Device name returned from EnumDisplayDevices is valid for CreateDC.
Vitaliy Margolen [Tue, 3 Jan 2006 11:05:54 +0000 (12:05 +0100)] 
gdi: Device name returned from EnumDisplayDevices is valid for CreateDC.

18 years agoadvapi32: Don't allocate memory for empty argument string and pass
Vitaliy Margolen [Tue, 3 Jan 2006 11:05:32 +0000 (12:05 +0100)] 
advapi32: Don't allocate memory for empty argument string and pass
NULL instead.

18 years agowldap32: Implement some page handling functions.
Hans Leidekker [Sat, 31 Dec 2005 12:34:19 +0000 (13:34 +0100)] 
wldap32: Implement some page handling functions.
Implement ldap_create_page_control{A,W} and
ldap_parse_page_control{A,W}.
Move the page handling functions into their own file.

18 years agowldap32: Document the functions that handle extended operations.
Hans Leidekker [Sat, 31 Dec 2005 12:33:40 +0000 (13:33 +0100)] 
wldap32: Document the functions that handle extended operations.

18 years agowldap32: Document the init functions.
Hans Leidekker [Sat, 31 Dec 2005 12:33:31 +0000 (13:33 +0100)] 
wldap32: Document the init functions.
Fix two bugs.

18 years agowinecfg: Default for DXGrab is NO.
Vitaliy Margolen [Sat, 31 Dec 2005 12:32:59 +0000 (13:32 +0100)] 
winecfg: Default for DXGrab is NO.

18 years agowinecfg: Fix a mess with the Bulgarian resource file and translate the
Milko Krachounov [Sat, 31 Dec 2005 12:32:52 +0000 (13:32 +0100)] 
winecfg: Fix a mess with the Bulgarian resource file and translate the
untranslated strings.

18 years agourlmon: Added http protocol tests (currently failing in Wine).
Jacek Caban [Sat, 31 Dec 2005 12:32:40 +0000 (13:32 +0100)] 
urlmon: Added http protocol tests (currently failing in Wine).

18 years agontdll/tests: Try to fail more gracefully on win9x.
Alexandre Julliard [Sat, 31 Dec 2005 12:24:02 +0000 (13:24 +0100)] 
ntdll/tests: Try to fail more gracefully on win9x.
Link to NtCurrentTeb dynamically.

18 years agocommdlg: Let the color picker respond properly to keystrokes.
Dan Kegel [Sat, 31 Dec 2005 12:23:30 +0000 (13:23 +0100)] 
commdlg: Let the color picker respond properly to keystrokes.

18 years agowininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
Robert Shearman [Sat, 31 Dec 2005 12:21:19 +0000 (13:21 +0100)] 
wininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
Move the freeing of allocation blocks for an entry into
URLCache_DeleteEntry.
Call URLCache_DeleteEntry to rollback from failure in
CommitUrlCacheEntryInternal.

18 years agowininet: Create new hash tables for URL cache on demand.
Robert Shearman [Sat, 31 Dec 2005 12:20:54 +0000 (13:20 +0100)] 
wininet: Create new hash tables for URL cache on demand.

18 years agowininet: Move URL cache hash table creation to a separate function.
Robert Shearman [Sat, 31 Dec 2005 12:20:29 +0000 (13:20 +0100)] 
wininet: Move URL cache hash table creation to a separate function.